diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-10-18 14:42:45 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-10-18 14:42:45 +0000 |
commit | 56e1e7d7d36666c895bfe4aedb59eb760967caec (patch) | |
tree | ea092a1b0f045dd10e0f10e6c2a1e6317249e92c /dev-python/PyQt | |
parent | Marking actionpack-2.2.3 ppc64 for bug 283396 (diff) | |
download | historical-56e1e7d7d36666c895bfe4aedb59eb760967caec.tar.gz historical-56e1e7d7d36666c895bfe4aedb59eb760967caec.tar.bz2 historical-56e1e7d7d36666c895bfe4aedb59eb760967caec.zip |
alpha/ia64/sparc stable wrt #280707
Package-Manager: portage-2.1.6.13/cvs/Linux ia64
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 08a1a3e2df06..af68edbc98d9 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.127 2009/10/12 19:41:44 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.128 2009/10/18 14:41:15 armin76 Exp $ + + 18 Oct 2009; Raúl Porcel <armin76@gentoo.org> PyQt-3.18.1.ebuild: + alpha/ia64/sparc stable wrt #280707 12 Oct 2009; Jeroen Roovers <jer@gentoo.org> PyQt-3.18.1.ebuild: Stable for HPPA (bug #284707). diff --git a/dev-python/PyQt/PyQt-3.18.1.ebuild b/dev-python/PyQt/PyQt-3.18.1.ebuild index d29d5d0b626b..0deb1d6f1102 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.7 2009/10/12 19:41:44 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.18.1.ebuild,v 1.8 2009/10/18 14:41:15 armin76 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 |