diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-04 11:08:54 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-04 11:08:54 +0000 |
commit | 3994e4e6f6a737fdc432eeac9c777878aa44c0f5 (patch) | |
tree | b18599bc877da59d8970d11e1800df9d0ac7e25e /dev-python | |
parent | Remove default S. (Manifest recommit) (diff) | |
download | gentoo-2-3994e4e6f6a737fdc432eeac9c777878aa44c0f5.tar.gz gentoo-2-3994e4e6f6a737fdc432eeac9c777878aa44c0f5.tar.bz2 gentoo-2-3994e4e6f6a737fdc432eeac9c777878aa44c0f5.zip |
Add missing IUSE.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/PyQt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/PyQt/PyQt-3.5.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/PyQt/ChangeLog b/dev-python/PyQt/ChangeLog index a90633d99c48..d205f39f8629 100644 --- a/dev-python/PyQt/ChangeLog +++ b/dev-python/PyQt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/PyQt # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.33 2004/04/21 12:05:45 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.34 2004/05/04 11:08:54 kloeri Exp $ + + 04 May 2004; Bryan Østergaard <kloeri@gentoo.org> PyQt-3.5.ebuild: + Add missing IUSE. 21 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> PyQt-3.11.ebuild: Mark stable on amd64. diff --git a/dev-python/PyQt/PyQt-3.5.ebuild b/dev-python/PyQt/PyQt-3.5.ebuild index dbb8fa3f4814..db32c4cccf32 100644 --- a/dev-python/PyQt/PyQt-3.5.ebuild +++ b/dev-python/PyQt/PyQt-3.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.5.ebuild,v 1.8 2003/09/11 01:14:04 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.5.ebuild,v 1.9 2004/05/04 11:08:54 kloeri Exp $ inherit eutils @@ -9,6 +9,7 @@ DESCRIPTION="set of Python bindings for the QT 3.x Toolkit" SRC_URI="http://www.river-bank.demon.co.uk/download/PyQt/PyQt-x11-gpl-${PV}.tar.gz" HOMEPAGE="http://www.riverbankcomputing.co.uk/pyqt/" +IUSE="" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc alpha" |