diff options
author | 2009-03-22 18:02:16 +0000 | |
---|---|---|
committer | 2009-03-22 18:02:16 +0000 | |
commit | cbe16a5d147d62c289e4d85ee3ae9f3926bcde49 (patch) | |
tree | 5693cd32c60f0be5a29d6b404f12808609b8e7b9 | |
parent | remove obsolete mask from retired dev (diff) | |
download | gentoo-2-cbe16a5d147d62c289e4d85ee3ae9f3926bcde49.tar.gz gentoo-2-cbe16a5d147d62c289e4d85ee3ae9f3926bcde49.tar.bz2 gentoo-2-cbe16a5d147d62c289e4d85ee3ae9f3926bcde49.zip |
amd64 stable, bug #261652
(Portage version: 2.1.6.9/cvs/Linux x86_64)
-rw-r--r-- | dev-python/PyQt4/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.4.4-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/PyQt4/ChangeLog b/dev-python/PyQt4/ChangeLog index 17f37da9a32a..1b6ca4e5ee36 100644 --- a/dev-python/PyQt4/ChangeLog +++ b/dev-python/PyQt4/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/PyQt4 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.49 2009/03/20 15:35:06 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.50 2009/03/22 18:02:16 maekke Exp $ + + 22 Mar 2009; Markus Meier <maekke@gentoo.org> PyQt4-4.4.4-r2.ebuild: + amd64 stable, bug #261652 20 Mar 2009; Raúl Porcel <armin76@gentoo.org> PyQt4-4.4.4-r2.ebuild: alpha/ia64/sparc/x86 stable wrt #261652 diff --git a/dev-python/PyQt4/PyQt4-4.4.4-r2.ebuild b/dev-python/PyQt4/PyQt4-4.4.4-r2.ebuild index 7fae17e6660e..9309011e4ec3 100644 --- a/dev-python/PyQt4/PyQt4-4.4.4-r2.ebuild +++ b/dev-python/PyQt4/PyQt4-4.4.4-r2.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/PyQt4/PyQt4-4.4.4-r2.ebuild,v 1.3 2009/03/20 15:35:06 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.4.4-r2.ebuild,v 1.4 2009/03/22 18:02:16 maekke Exp $ EAPI=1 @@ -13,7 +13,7 @@ HOMEPAGE="http://www.riverbankcomputing.co.uk/software/pyqt/intro/" SRC_URI="http://www.riverbankcomputing.com/static/Downloads/PyQt4/${MY_P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="alpha ~amd64 ~hppa ia64 ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 ~hppa ia64 ppc ~ppc64 sparc x86" IUSE="dbus debug doc examples opengl qt3support svg webkit X" RDEPEND=">=dev-python/sip-4.7.8 |