diff options
-rw-r--r-- | dev-python/PyQt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/PyQt/PyQt-3.17.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/PyQt/ChangeLog b/dev-python/PyQt/ChangeLog index 6c4e8f4c1580..78308c5bfa5a 100644 --- a/dev-python/PyQt/ChangeLog +++ b/dev-python/PyQt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/PyQt # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.93 2007/09/22 17:03:12 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.94 2007/10/08 08:54:52 tgall Exp $ + + 08 Oct 2007; Tom Gall <tgall@gentoo.org> PyQt-3.17.3.ebuild: + stable on ppc64 22 Sep 2007; Steve Arnold <nerdboy@gentoo.org> PyQt-3.17.3.ebuild: Stable on amd64 (really fixes bug 188303 and a host of others). diff --git a/dev-python/PyQt/PyQt-3.17.3.ebuild b/dev-python/PyQt/PyQt-3.17.3.ebuild index 8ef4379390dd..f20677d7a41d 100644 --- a/dev-python/PyQt/PyQt-3.17.3.ebuild +++ b/dev-python/PyQt/PyQt-3.17.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.17.3.ebuild,v 1.2 2007/09/22 17:03:12 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.17.3.ebuild,v 1.3 2007/10/08 08:54:52 tgall Exp $ inherit distutils @@ -15,7 +15,7 @@ SRC_URI="http://www.riverbankcomputing.com/Downloads/PyQt3/GPL/${MY_P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="debug doc examples" RDEPEND="=x11-libs/qt-3* |