diff options
author | Sascha Schwabbauer <cybersystem@gentoo.org> | 2002-09-18 13:31:33 +0000 |
---|---|---|
committer | Sascha Schwabbauer <cybersystem@gentoo.org> | 2002-09-18 13:31:33 +0000 |
commit | 7ef2a53937b5bfecde7d068d5fb10c96fea26570 (patch) | |
tree | d29de15c2b6aeee60d68f4116632416f092e4683 /dev-python | |
parent | added ppc to keywords of sip-3.4 (diff) | |
download | gentoo-2-7ef2a53937b5bfecde7d068d5fb10c96fea26570.tar.gz gentoo-2-7ef2a53937b5bfecde7d068d5fb10c96fea26570.tar.bz2 gentoo-2-7ef2a53937b5bfecde7d068d5fb10c96fea26570.zip |
added ppc to keywords
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/PyQt/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/PyQt/PyQt-3.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/PyQt/ChangeLog b/dev-python/PyQt/ChangeLog index ffb5fcccbeed..45bdfd9a3edc 100644 --- a/dev-python/PyQt/ChangeLog +++ b/dev-python/PyQt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/PyQt # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.5 2002/09/17 17:24:11 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.6 2002/09/18 13:31:33 cybersystem Exp $ + +*PyQt-3.4 (18 Sept 2002) Sascha Schwabbauer <cybersystem@gentoo.org> : + + Added ppc to keywords. *PyQt-3.4 (17 Sept 2002) Bart Verwilst <verwilst@gentoo.org> diff --git a/dev-python/PyQt/PyQt-3.4.ebuild b/dev-python/PyQt/PyQt-3.4.ebuild index ecd9a73a6abf..a5d97559d0da 100644 --- a/dev-python/PyQt/PyQt-3.4.ebuild +++ b/dev-python/PyQt/PyQt-3.4.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/dev-python/PyQt/PyQt-3.4.ebuild,v 1.1 2002/09/17 17:24:11 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.4.ebuild,v 1.2 2002/09/18 13:31:33 cybersystem Exp $ S="${WORKDIR}/PyQt-x11-gpl-${PV}" DESCRIPTION="PyQt is a set of Python bindings for the QT 3.x Toolkit" @@ -8,7 +8,7 @@ SRC_URI="http://www.river-bank.demon.co.uk/download/PyQt/PyQt-x11-gpl-${PV}.tar. HOMEPAGE="http://www.riverbankcomputing.co.uk/pyqt/" SLOT="0" LICENSE="MIT" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64" DEPEND="virtual/glibc sys-devel/libtool >=x11-libs/qt-3.0.4.1 |