From: Peter Weller Date: Fri, 13 Apr 2007 19:18:37 +0000 (+0000) Subject: Stable on amd64 wrt bug 174413. Allows for closing of bug 155170 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=416dd615e6f859f0a98a113a7498bcc0ab803949;p=gentoo.git Stable on amd64 wrt bug 174413. Allows for closing of bug 155170 Package-Manager: portage-2.1.2.2 --- diff --git a/dev-python/PyQt/ChangeLog b/dev-python/PyQt/ChangeLog index 0d3a955fea14..7106514228c4 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.83 2007/02/20 18:30:54 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.84 2007/04/13 19:18:37 welp Exp $ + + 13 Apr 2007; PyQt-3.17.ebuild: + Stable on amd64 wrt bug 174413. Allows for closing of bug 155170 20 Feb 2007; Simon Stelling PyQt-3.14.1-r2.ebuild: mark 3.14.1-r2 -amd64 until bug 155170 is properly resolved diff --git a/dev-python/PyQt/PyQt-3.17.ebuild b/dev-python/PyQt/PyQt-3.17.ebuild index 528374a2fcfa..7b542eb15aab 100644 --- a/dev-python/PyQt/PyQt-3.17.ebuild +++ b/dev-python/PyQt/PyQt-3.17.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.ebuild,v 1.1 2006/11/15 19:24:53 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.17.ebuild,v 1.2 2007/04/13 19:18:37 welp 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" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="debug doc examples" RDEPEND="=x11-libs/qt-3*