diff options
author | 2009-09-27 18:22:34 +0000 | |
---|---|---|
committer | 2009-09-27 18:22:34 +0000 | |
commit | 3c2fa3b5a91bf964dcc6ecd7760dd5282fa952cc (patch) | |
tree | 9f1b54a18266bc50d3f49fea3b79f4abc96b695f /dev-python/PyQt | |
parent | Version bump (diff) | |
download | gentoo-2-3c2fa3b5a91bf964dcc6ecd7760dd5282fa952cc.tar.gz gentoo-2-3c2fa3b5a91bf964dcc6ecd7760dd5282fa952cc.tar.bz2 gentoo-2-3c2fa3b5a91bf964dcc6ecd7760dd5282fa952cc.zip |
ppc stable #284707
(Portage version: 2.1.6.13/cvs/Linux ppc)
Diffstat (limited to 'dev-python/PyQt')
-rw-r--r-- | dev-python/PyQt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/PyQt/PyQt-3.18.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/PyQt/ChangeLog b/dev-python/PyQt/ChangeLog index 17f6536e37ea..cefb5a08e560 100644 --- a/dev-python/PyQt/ChangeLog +++ b/dev-python/PyQt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/PyQt # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.125 2009/09/22 07:19:31 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.126 2009/09/27 18:22:34 nixnut Exp $ + + 27 Sep 2009; nixnut <nixnut@gentoo.org> PyQt-3.18.1.ebuild: + ppc stable #284707 22 Sep 2009; Markus Meier <maekke@gentoo.org> PyQt-3.18.1.ebuild: amd64 stable, bug #284707 diff --git a/dev-python/PyQt/PyQt-3.18.1.ebuild b/dev-python/PyQt/PyQt-3.18.1.ebuild index d3a8c863f609..0f71a4a3ddb4 100644 --- a/dev-python/PyQt/PyQt-3.18.1.ebuild +++ b/dev-python/PyQt/PyQt-3.18.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.18.1.ebuild,v 1.5 2009/09/22 07:19:31 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.18.1.ebuild,v 1.6 2009/09/27 18:22:34 nixnut Exp $ EAPI="2" inherit distutils @@ -14,7 +14,7 @@ SRC_URI="http://www.riverbankcomputing.com/static/Downloads/PyQt3/${MY_P}.tar.gz SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="debug doc examples" RDEPEND="x11-libs/qt:3 |