diff options
author | 2009-01-31 18:53:46 +0000 | |
---|---|---|
committer | 2009-01-31 18:53:46 +0000 | |
commit | e84f56715e8a8abecdc2be8f4342d15e67aefce8 (patch) | |
tree | 1bd15095dcbde3cb250c6c08172ceb97618c68a7 /dev-python/PyQt | |
parent | Stable on alpha, bug #248038 (diff) | |
download | gentoo-2-e84f56715e8a8abecdc2be8f4342d15e67aefce8.tar.gz gentoo-2-e84f56715e8a8abecdc2be8f4342d15e67aefce8.tar.bz2 gentoo-2-e84f56715e8a8abecdc2be8f4342d15e67aefce8.zip |
Stable on alpha, bug #248038
(Portage version: 2.1.6.7/cvs/Linux x86_64)
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 c5d527117ad8..5b34b76144b7 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.109 2009/01/18 20:09:56 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.110 2009/01/31 18:53:46 klausman Exp $ + + 31 Jan 2009; Tobias Klausmann <klausman@gentoo.org> PyQt-3.17.6.ebuild: + Stable on alpha, bug #248038 18 Jan 2009; Markus Meier <maekke@gentoo.org> PyQt-3.17.6.ebuild: amd64/x86 stable, bug #248038 diff --git a/dev-python/PyQt/PyQt-3.17.6.ebuild b/dev-python/PyQt/PyQt-3.17.6.ebuild index d78eba97bdb0..4083d86c47b8 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.3 2009/01/18 20:09:56 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.17.6.ebuild,v 1.4 2009/01/31 18:53:46 klausman 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 |