diff options
author | 2003-08-28 13:30:34 +0000 | |
---|---|---|
committer | 2003-08-28 13:30:34 +0000 | |
commit | b7b8f5c39d6721e2b12c77c437341a65c67f2bba (patch) | |
tree | e9f42097e963452942435bd8be9d9ba8cf1f4e58 /x11-libs/qt/qt-3.2.1.ebuild | |
parent | bumped to stable x86 (diff) | |
download | gentoo-2-b7b8f5c39d6721e2b12c77c437341a65c67f2bba.tar.gz gentoo-2-b7b8f5c39d6721e2b12c77c437341a65c67f2bba.tar.bz2 gentoo-2-b7b8f5c39d6721e2b12c77c437341a65c67f2bba.zip |
fix the S= problem
Diffstat (limited to 'x11-libs/qt/qt-3.2.1.ebuild')
-rw-r--r-- | x11-libs/qt/qt-3.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/qt/qt-3.2.1.ebuild b/x11-libs/qt/qt-3.2.1.ebuild index 04eed465ced0..3d934e8e61d8 100644 --- a/x11-libs/qt/qt-3.2.1.ebuild +++ b/x11-libs/qt/qt-3.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.2.1.ebuild,v 1.2 2003/08/28 03:26:10 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.2.1.ebuild,v 1.3 2003/08/28 13:30:15 caleb Exp $ DESCRIPTION="QT version ${PV}" HOMEPAGE="http://www.trolltech.com/" @@ -27,7 +27,7 @@ DEPEND="virtual/x11 RDEPEND="${DEPEND}" #doc? ( ~app-doc/qt-docs- )" -S=${WORKDIR}/${PV} +S=${WORKDIR}/qt-x11-free-${PV} QTBASE=/usr/qt/3 export QTDIR=${S} |