summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2006-05-03 12:28:50 +0000
committerCaleb Tennis <caleb@gentoo.org>2006-05-03 12:28:50 +0000
commit0ff1edf4630a71baf1671a5ca1d7fb23613dd1f9 (patch)
treeb70f0b069b1de43517756e84709fc75b4bc3b120 /eclass/qt3.eclass
parentCleanup ~x86-fbsd keywording. (diff)
downloadgentoo-2-0ff1edf4630a71baf1671a5ca1d7fb23613dd1f9.tar.gz
gentoo-2-0ff1edf4630a71baf1671a5ca1d7fb23613dd1f9.tar.bz2
gentoo-2-0ff1edf4630a71baf1671a5ca1d7fb23613dd1f9.zip
If the ebuild inherits qt3, then presumably we want to use Qt3's features...so set the path accordingly.
Diffstat (limited to 'eclass/qt3.eclass')
-rw-r--r--eclass/qt3.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/qt3.eclass b/eclass/qt3.eclass
index 1c16a560ace0..928b70931205 100644
--- a/eclass/qt3.eclass
+++ b/eclass/qt3.eclass
@@ -1,6 +1,6 @@
# Copyright 2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.16 2006/03/17 21:51:30 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.17 2006/05/03 12:28:50 caleb Exp $
#
# Author Caleb Tennis <caleb@gentoo.org>
#
@@ -24,6 +24,8 @@ if [[ -z "${QTDIR}" ]]; then
QTDIR="/usr/qt/3"
fi
+PATH="${QTDIR}/bin:${PATH}"
+
addwrite "${QTDIR}/etc/settings"
addpredict "${QTDIR}/etc/settings"