summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2005-07-01 14:52:35 +0000
committerCaleb Tennis <caleb@gentoo.org>2005-07-01 14:52:35 +0000
commit747fa98bd90ca777f7eb381a09d0be7f6e5ad71d (patch)
tree9e5d4588c08eca63cc9e8596c7723889768b0578 /app-i18n/qimhangul
parentshould have been bin (diff)
downloadhistorical-747fa98bd90ca777f7eb381a09d0be7f6e5ad71d.tar.gz
historical-747fa98bd90ca777f7eb381a09d0be7f6e5ad71d.tar.bz2
historical-747fa98bd90ca777f7eb381a09d0be7f6e5ad71d.zip
Fix qmake path per bug #97535
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-i18n/qimhangul')
-rw-r--r--app-i18n/qimhangul/ChangeLog5
-rw-r--r--app-i18n/qimhangul/Manifest4
-rw-r--r--app-i18n/qimhangul/qimhangul-0.0.1.ebuild4
3 files changed, 8 insertions, 5 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/Manifest b/app-i18n/qimhangul/Manifest
index f98fce2aa544..0e797481786b 100644
--- a/app-i18n/qimhangul/Manifest
+++ b/app-i18n/qimhangul/Manifest
@@ -1,5 +1,5 @@
-MD5 391b18f524c7d0f6972dd896bb1d3c49 ChangeLog 383
+MD5 b897adb5aa347694c260415b327ddc5b qimhangul-0.0.1.ebuild 1284
+MD5 3f76e8e3c094cbeb59c23bb05ccc8ef4 ChangeLog 482
MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156
-MD5 add705c40135a0d7ad57c700002381de qimhangul-0.0.1.ebuild 1276
MD5 3733fe5702155ef1ce0988b30a13e04b files/digest-qimhangul-0.0.1 67
MD5 48935f4a1a76f440fb18dc3dda89b8ff files/qimhangul-0.0.1-thread-gentoo.diff 282
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."
}