diff options
author | Brent Baude <ranger@gentoo.org> | 2007-05-29 14:09:39 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2007-05-29 14:09:39 +0000 |
commit | 37b97e8333a6182a0b15e3da47b5c3ea270d6336 (patch) | |
tree | 48b3f90502fcd3ae125bc23e5df3ff2d6cd143f9 /dev-python/PyQt | |
parent | add bash magic to increase extensibility (diff) | |
download | gentoo-2-37b97e8333a6182a0b15e3da47b5c3ea270d6336.tar.gz gentoo-2-37b97e8333a6182a0b15e3da47b5c3ea270d6336.tar.bz2 gentoo-2-37b97e8333a6182a0b15e3da47b5c3ea270d6336.zip |
Marking PyQt-3.17 ppc64 stable for bug 174413
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-python/PyQt')
-rw-r--r-- | dev-python/PyQt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/PyQt/PyQt-3.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/PyQt/ChangeLog b/dev-python/PyQt/ChangeLog index 94f8e25baf06..51722c8034da 100644 --- a/dev-python/PyQt/ChangeLog +++ b/dev-python/PyQt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/PyQt # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.85 2007/05/10 15:32:30 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.86 2007/05/29 14:09:39 ranger Exp $ + + 29 May 2007; Brent Baude <ranger@gentoo.org> PyQt-3.17.ebuild: + Marking PyQt-3.17 ppc64 stable for bug 174413 *PyQt-3.17.2 (10 May 2007) diff --git a/dev-python/PyQt/PyQt-3.17.ebuild b/dev-python/PyQt/PyQt-3.17.ebuild index 7b542eb15aab..07adcc1579a9 100644 --- a/dev-python/PyQt/PyQt-3.17.ebuild +++ b/dev-python/PyQt/PyQt-3.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.17.ebuild,v 1.2 2007/04/13 19:18:37 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.17.ebuild,v 1.3 2007/05/29 14:09:39 ranger Exp $ inherit distutils @@ -15,7 +15,7 @@ SRC_URI="http://www.riverbankcomputing.com/Downloads/PyQt3/GPL/${MY_P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ppc64 ~sparc ~x86" IUSE="debug doc examples" RDEPEND="=x11-libs/qt-3* |