diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-05-03 12:28:50 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-05-03 12:28:50 +0000 |
commit | d327982c2af56e4d50a687fd102864c884473f17 (patch) | |
tree | 18c414f314eb9a53088acf8fe70d92cc47b149f0 /eclass/qt3.eclass | |
parent | Cleanup ~x86-fbsd keywording. (diff) | |
download | historical-d327982c2af56e4d50a687fd102864c884473f17.tar.gz historical-d327982c2af56e4d50a687fd102864c884473f17.tar.bz2 historical-d327982c2af56e4d50a687fd102864c884473f17.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.eclass | 4 |
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" |