diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-02-20 17:49:48 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-02-20 17:49:48 +0000 |
commit | 8679b04032b75965fc867a4d1e224c4034a33aab (patch) | |
tree | 5409552a55ea1b5ffa56ef8260833565b6ec8303 /dev-python/PyQt | |
parent | add dev-util/pkgconfig to DEPEND. fix bug #259023 (diff) | |
download | gentoo-2-8679b04032b75965fc867a4d1e224c4034a33aab.tar.gz gentoo-2-8679b04032b75965fc867a4d1e224c4034a33aab.tar.bz2 gentoo-2-8679b04032b75965fc867a4d1e224c4034a33aab.zip |
Stable for HPPA (bug #248083).
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'dev-python/PyQt')
-rw-r--r-- | dev-python/PyQt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/PyQt/PyQt-3.17.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/PyQt/ChangeLog b/dev-python/PyQt/ChangeLog index 4bbde5758ae4..2b37697748a7 100644 --- a/dev-python/PyQt/ChangeLog +++ b/dev-python/PyQt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/PyQt # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.112 2009/02/06 16:32:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.113 2009/02/20 17:49:48 jer Exp $ + + 20 Feb 2009; Jeroen Roovers <jer@gentoo.org> PyQt-3.17.6.ebuild: + Stable for HPPA (bug #248083). 06 Feb 2009; Raúl Porcel <armin76@gentoo.org> PyQt-3.17.6.ebuild: ia64/sparc stable wrt #248038 diff --git a/dev-python/PyQt/PyQt-3.17.6.ebuild b/dev-python/PyQt/PyQt-3.17.6.ebuild index 46539eefda63..dc69d7588fc1 100644 --- a/dev-python/PyQt/PyQt-3.17.6.ebuild +++ b/dev-python/PyQt/PyQt-3.17.6.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.17.6.ebuild,v 1.6 2009/02/06 16:32:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.17.6.ebuild,v 1.7 2009/02/20 17:49:48 jer Exp $ EAPI="1" inherit distutils @@ -16,7 +16,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 |