summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Buchholz <rbu@gentoo.org>2007-08-22 23:58:05 +0000
committerRobert Buchholz <rbu@gentoo.org>2007-08-22 23:58:05 +0000
commit32ebc6eb3e7c08fb216df4340d6d0d7191efcd3c (patch)
tree1ff260909798488304b231d2647bf0297d14d6af /dev-python/PyQt4
parentStable on amd64 wrt bug #189096 (diff)
downloadgentoo-2-32ebc6eb3e7c08fb216df4340d6d0d7191efcd3c.tar.gz
gentoo-2-32ebc6eb3e7c08fb216df4340d6d0d7191efcd3c.tar.bz2
gentoo-2-32ebc6eb3e7c08fb216df4340d6d0d7191efcd3c.zip
Added ~ppc (bug #188998)
(Portage version: 2.1.3.6)
Diffstat (limited to 'dev-python/PyQt4')
-rw-r--r--dev-python/PyQt4/ChangeLog5
-rw-r--r--dev-python/PyQt4/PyQt4-4.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/PyQt4/ChangeLog b/dev-python/PyQt4/ChangeLog
index 5ec440f54335..d5ad944529b8 100644
--- a/dev-python/PyQt4/ChangeLog
+++ b/dev-python/PyQt4/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/PyQt4
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.14 2007/08/21 20:43:18 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.15 2007/08/22 23:58:05 rbu Exp $
+
+ 22 Aug 2007; Robert Buchholz <rbu@gentoo.org> PyQt4-4.3.ebuild:
+ Added ~ppc (bug #188998)
21 Aug 2007; Caleb Tennis <caleb@gentoo.org> PyQt4-4.3.ebuild:
add a check for zlib, per bug #188389
diff --git a/dev-python/PyQt4/PyQt4-4.3.ebuild b/dev-python/PyQt4/PyQt4-4.3.ebuild
index 7326c18ec175..885622bf92cd 100644
--- a/dev-python/PyQt4/PyQt4-4.3.ebuild
+++ b/dev-python/PyQt4/PyQt4-4.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/PyQt4/PyQt4-4.3.ebuild,v 1.3 2007/08/21 20:43:18 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.ebuild,v 1.4 2007/08/22 23:58:05 rbu Exp $
inherit distutils qt4
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.riverbankcomputing.co.uk/pyqt/"
SRC_URI="http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/${MY_P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="debug doc examples"
RDEPEND="=x11-libs/qt-4*