diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-12-04 20:06:03 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-12-04 20:06:03 +0000 |
commit | 66976a74cc12475706922a7223a334f551b24138 (patch) | |
tree | 28c1d533b194b03d244178d82da73086589952e2 /x11-libs/qt | |
parent | Remove obsoltee ld.so dep. Fix #11541. (diff) | |
download | historical-66976a74cc12475706922a7223a334f551b24138.tar.gz historical-66976a74cc12475706922a7223a334f551b24138.tar.bz2 historical-66976a74cc12475706922a7223a334f551b24138.zip |
Mark qt 3.1 as stable on x86. Other archs to follow shortly. KDE 3.1 tomorrow if all goes well.
Diffstat (limited to 'x11-libs/qt')
-rw-r--r-- | x11-libs/qt/qt-3.1.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/qt/qt-3.1.0-r1.ebuild b/x11-libs/qt/qt-3.1.0-r1.ebuild index b9e3e79c5fa6..c55447650802 100644 --- a/x11-libs/qt/qt-3.1.0-r1.ebuild +++ b/x11-libs/qt/qt-3.1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.1.0-r1.ebuild,v 1.4 2002/12/01 05:07:58 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.1.0-r1.ebuild,v 1.5 2002/12/04 20:06:03 danarmak Exp $ IUSE="cups nas postgres opengl mysql odbc gif" @@ -9,7 +9,7 @@ S=${WORKDIR}/qt-x11-free-${PV} DESCRIPTION="QT version ${PV}" SLOT="3" LICENSE="QPL-1.0" -KEYWORDS="~x86 ~ppc ~sparc ~sparc64" +KEYWORDS="x86 ~ppc ~sparc ~sparc64" SRC_URI="ftp://ftp.trolltech.com/qt/source/qt-x11-free-${PV}.tar.bz2" |