summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Weller <welp@gentoo.org>2007-04-13 19:18:37 +0000
committerPeter Weller <welp@gentoo.org>2007-04-13 19:18:37 +0000
commit416dd615e6f859f0a98a113a7498bcc0ab803949 (patch)
tree911799b9fdcdf166ffd2babba03f042447c958bd /dev-python
parentStable on amd64 wrt bug 174413 (diff)
downloadhistorical-416dd615e6f859f0a98a113a7498bcc0ab803949.tar.gz
historical-416dd615e6f859f0a98a113a7498bcc0ab803949.tar.bz2
historical-416dd615e6f859f0a98a113a7498bcc0ab803949.zip
Stable on amd64 wrt bug 174413. Allows for closing of bug 155170
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/PyQt/ChangeLog5
-rw-r--r--dev-python/PyQt/PyQt-3.17.ebuild6
2 files changed, 7 insertions, 4 deletions
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; <welp@gentoo.org> PyQt-3.17.ebuild:
+ Stable on amd64 wrt bug 174413. Allows for closing of bug 155170
20 Feb 2007; Simon Stelling <blubb@gentoo.org> 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*