summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2007-10-20 12:22:43 +0000
committerMarkus Rothe <corsair@gentoo.org>2007-10-20 12:22:43 +0000
commit7ff398dc1965a7e2678ee88cdf38bcc5ce7ead4b (patch)
tree1b4a150244dd8a4ea21c759135434d1318be2af0 /dev-python
parentStable on ppc64; bug #196472 (diff)
downloadgentoo-2-7ff398dc1965a7e2678ee88cdf38bcc5ce7ead4b.tar.gz
gentoo-2-7ff398dc1965a7e2678ee88cdf38bcc5ce7ead4b.tar.bz2
gentoo-2-7ff398dc1965a7e2678ee88cdf38bcc5ce7ead4b.zip
Added ~ppc64; bug #196474
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/PyQt4/ChangeLog5
-rw-r--r--dev-python/PyQt4/PyQt4-4.3.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/PyQt4/ChangeLog b/dev-python/PyQt4/ChangeLog
index 2a200e39d7af..344ec655b972 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.16 2007/10/02 12:27:01 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.17 2007/10/20 12:22:43 corsair Exp $
+
+ 20 Oct 2007; Markus Rothe <corsair@gentoo.org> PyQt4-4.3.1.ebuild:
+ Added ~ppc64; bug #196474
*PyQt4-4.3.1 (02 Oct 2007)
diff --git a/dev-python/PyQt4/PyQt4-4.3.1.ebuild b/dev-python/PyQt4/PyQt4-4.3.1.ebuild
index dc2c9feaf5f6..3047994ee311 100644
--- a/dev-python/PyQt4/PyQt4-4.3.1.ebuild
+++ b/dev-python/PyQt4/PyQt4-4.3.1.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.1.ebuild,v 1.1 2007/10/02 12:27:01 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.1.ebuild,v 1.2 2007/10/20 12:22:43 corsair 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 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="debug doc examples"
RDEPEND="=x11-libs/qt-4*