diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-01 14:52:35 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-01 14:52:35 +0000 |
commit | b3a07cdb802154e2c3eb533a21b6a6f60e8509c7 (patch) | |
tree | 747e0baf371229244ec4e7d1351de1280dcca12b /app-i18n/qimhangul | |
parent | Stable on ppc64 (bug #97544) (diff) | |
download | gentoo-2-b3a07cdb802154e2c3eb533a21b6a6f60e8509c7.tar.gz gentoo-2-b3a07cdb802154e2c3eb533a21b6a6f60e8509c7.tar.bz2 gentoo-2-b3a07cdb802154e2c3eb533a21b6a6f60e8509c7.zip |
Fix qmake path per bug #97535
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-i18n/qimhangul')
-rw-r--r-- | app-i18n/qimhangul/ChangeLog | 5 | ||||
-rw-r--r-- | app-i18n/qimhangul/qimhangul-0.0.1.ebuild | 4 |
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." } |