summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/qimhangul')
-rw-r--r--app-i18n/qimhangul/ChangeLog5
-rw-r--r--app-i18n/qimhangul/qimhangul-0.0.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-i18n/qimhangul/ChangeLog b/app-i18n/qimhangul/ChangeLog
index a91e1ca00453..e03cc70b9ad3 100644
--- a/app-i18n/qimhangul/ChangeLog
+++ b/app-i18n/qimhangul/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-i18n/qimhangul
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/qimhangul/ChangeLog,v 1.2 2005/01/01 14:37:25 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/qimhangul/ChangeLog,v 1.3 2005/07/01 14:52:35 caleb Exp $
+
+ 01 Jul 2005; Caleb Tennis <caleb@gentoo.org> qimhangul-0.0.1.ebuild:
+ Fix qmake path per bug #97535
*qimhangul-0.0.1 (06 Oct 2004)
diff --git a/app-i18n/qimhangul/qimhangul-0.0.1.ebuild b/app-i18n/qimhangul/qimhangul-0.0.1.ebuild
index c4a36799be15..b50c71dee0e1 100644
--- a/app-i18n/qimhangul/qimhangul-0.0.1.ebuild
+++ b/app-i18n/qimhangul/qimhangul-0.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/qimhangul/qimhangul-0.0.1.ebuild,v 1.3 2005/01/01 14:37:25 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/qimhangul/qimhangul-0.0.1.ebuild,v 1.4 2005/07/01 14:52:35 caleb Exp $
inherit eutils
@@ -28,7 +28,7 @@ src_unpack() {
}
src_compile() {
- qmake -makefile || die "qmake failed"
+ ${QTDIR}/bin/qmake -makefile || die "qmake failed"
emake -j1 || die "make failed."
}