summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-05-29 17:28:05 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-05-29 17:28:05 +0000
commita21ea966262bb1f73f9ddf8c0fb87113a980ee2d (patch)
tree3aac11791a8cbf9369a603e0d9f3a340151fe39e
parentMinor clean-ups. (diff)
downloadgentoo-2-a21ea966262bb1f73f9ddf8c0fb87113a980ee2d.tar.gz
gentoo-2-a21ea966262bb1f73f9ddf8c0fb87113a980ee2d.tar.bz2
gentoo-2-a21ea966262bb1f73f9ddf8c0fb87113a980ee2d.zip
alpha/x86 stable wrt #174413
(Portage version: 2.1.2.7)
-rw-r--r--dev-python/PyQt/ChangeLog5
-rw-r--r--dev-python/PyQt/PyQt-3.17.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/PyQt/ChangeLog b/dev-python/PyQt/ChangeLog
index 51722c8034da..70e2b1c88e75 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.86 2007/05/29 14:09:39 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.87 2007/05/29 17:28:05 armin76 Exp $
+
+ 29 May 2007; Raúl Porcel <armin76@gentoo.org> PyQt-3.17.ebuild:
+ alpha/x86 stable wrt #174413
29 May 2007; Brent Baude <ranger@gentoo.org> PyQt-3.17.ebuild:
Marking PyQt-3.17 ppc64 stable for bug 174413
diff --git a/dev-python/PyQt/PyQt-3.17.ebuild b/dev-python/PyQt/PyQt-3.17.ebuild
index 07adcc1579a9..2a3b3423a8b9 100644
--- a/dev-python/PyQt/PyQt-3.17.ebuild
+++ b/dev-python/PyQt/PyQt-3.17.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.ebuild,v 1.3 2007/05/29 14:09:39 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.17.ebuild,v 1.4 2007/05/29 17:28:05 armin76 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*