diff options
author | 2009-10-18 14:41:15 +0000 | |
---|---|---|
committer | 2009-10-18 14:41:15 +0000 | |
commit | 3e8bffde688a43b0cd4efef29a9cbb1249ea3f45 (patch) | |
tree | 489e657aa6f6f9e9502d3d3bbb86a6c845da7d10 /dev-python/PyQt | |
parent | alpha/ia64/sparc stable wrt #280707 (diff) | |
download | gentoo-2-3e8bffde688a43b0cd4efef29a9cbb1249ea3f45.tar.gz gentoo-2-3e8bffde688a43b0cd4efef29a9cbb1249ea3f45.tar.bz2 gentoo-2-3e8bffde688a43b0cd4efef29a9cbb1249ea3f45.zip |
alpha/ia64/sparc stable wrt #280707
(Portage version: 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 |