diff options
author | Caleb Tennis <caleb@gentoo.org> | 2003-08-28 13:30:34 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2003-08-28 13:30:34 +0000 |
commit | 53599f7b52b2d586690890b9f36c86399b9bed0a (patch) | |
tree | 102b485a83837831f85662ae442ee754ec792a21 /x11-libs | |
parent | bumped to stable x86 (diff) | |
download | historical-53599f7b52b2d586690890b9f36c86399b9bed0a.tar.gz historical-53599f7b52b2d586690890b9f36c86399b9bed0a.tar.bz2 historical-53599f7b52b2d586690890b9f36c86399b9bed0a.zip |
fix the S= problem
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt/Manifest | 2 | ||||
-rw-r--r-- | x11-libs/qt/qt-3.2.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/qt/Manifest b/x11-libs/qt/Manifest index df9a1448ebb6..d82bba0f6b6e 100644 --- a/x11-libs/qt/Manifest +++ b/x11-libs/qt/Manifest @@ -1,6 +1,6 @@ MD5 e630643cad12981507bbfd219a682122 qt-3.1.2-r3.ebuild 4987 MD5 1d8d8c198d394864c303a4199327121d qt-2.3.2-r1.ebuild 2273 -MD5 fd54409bc39a09ce330acc04dabbfe7f qt-3.2.1.ebuild 4453 +MD5 d66707bffd1e194b14d27d48606483e5 qt-3.2.1.ebuild 4465 MD5 6e148d3267616467a0d81a51f3e7482f qt-3.0.5-r2.ebuild 3899 MD5 76b5e6ac1ef3966b07332b22b0c10b6a qt-3.1.0-r3.ebuild 4701 MD5 34d1aa00fb3f0033f20c7c4938f44ca4 qt-3.1.2-r4.ebuild 5198 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} |