diff options
Diffstat (limited to 'x11-libs/qt/qt-3.1.2-r3.ebuild')
-rw-r--r-- | x11-libs/qt/qt-3.1.2-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/qt/qt-3.1.2-r3.ebuild b/x11-libs/qt/qt-3.1.2-r3.ebuild index feab48e6adf3..e0975dc60911 100644 --- a/x11-libs/qt/qt-3.1.2-r3.ebuild +++ b/x11-libs/qt/qt-3.1.2-r3.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.1.2-r3.ebuild,v 1.2 2003/04/17 13:05:09 brain Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.1.2-r3.ebuild,v 1.3 2003/05/22 02:08:54 weeve Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="3" LICENSE="QPL-1.0" # WARNING: do not give this ebuild keywords that >=kdelibs-3.1.1, >=kdebase-3.1.1-r1 don't have -KEYWORDS="x86 ~ppc ~sparc" # alpha removed temporarily as I wasn't sure about the special +KEYWORDS="x86 ~ppc sparc" # alpha removed temporarily as I wasn't sure about the special # alpha stuff in src_unpack; alpha ppl please readd. --danarmak SRC_URI="ftp://ftp.trolltech.com/qt/source/qt-x11-free-${PV}.tar.bz2" |