summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2007-12-24 02:49:18 +0000
committerRyan Hill <dirtyepic@gentoo.org>2007-12-24 02:49:18 +0000
commitc16b93e73d897c46bba62d6fae1486b8aa364067 (patch)
tree965ec2e32342bdf58b4716049cb9497fdb507a8c /dev-python/wxpython
parentRemoved app-text/ptex and dev-lang/{tcl,tk} (diff)
downloadgentoo-2-c16b93e73d897c46bba62d6fae1486b8aa364067.tar.gz
gentoo-2-c16b93e73d897c46bba62d6fae1486b8aa364067.tar.bz2
gentoo-2-c16b93e73d897c46bba62d6fae1486b8aa364067.zip
Re-add dropped ppc keyword, touch up deps.
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'dev-python/wxpython')
-rw-r--r--dev-python/wxpython/ChangeLog5
-rw-r--r--dev-python/wxpython/wxpython-2.8.7.1.ebuild11
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-python/wxpython/ChangeLog b/dev-python/wxpython/ChangeLog
index be644928db19..fff94145e642 100644
--- a/dev-python/wxpython/ChangeLog
+++ b/dev-python/wxpython/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/wxpython
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.74 2007/12/24 02:01:57 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.75 2007/12/24 02:49:18 dirtyepic Exp $
+
+ 24 Dec 2007; Ryan Hill <dirtyepic@gentoo.org> wxpython-2.8.7.1.ebuild:
+ Re-add dropped ppc keyword, touch up deps.
*wxpython-2.8.7.1 (24 Dec 2007)
diff --git a/dev-python/wxpython/wxpython-2.8.7.1.ebuild b/dev-python/wxpython/wxpython-2.8.7.1.ebuild
index fc2635825255..8868fb446dc3 100644
--- a/dev-python/wxpython/wxpython-2.8.7.1.ebuild
+++ b/dev-python/wxpython/wxpython-2.8.7.1.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.7.1.ebuild,v 1.1 2007/12/24 02:01:57 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.7.1.ebuild,v 1.2 2007/12/24 02:49:18 dirtyepic Exp $
+EAPI="1"
WX_GTK_VER="2.8"
inherit alternatives eutils multilib python wxwidgets
@@ -13,20 +14,18 @@ SRC_URI="mirror://sourceforge/wxpython/${MY_P}.tar.bz2"
LICENSE="wxWinLL-3"
SLOT="2.8"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="opengl"
RDEPEND=">=dev-lang/python-2.1
- >=x11-libs/wxGTK-${PV}
+ >=x11-libs/wxGTK-${PV}:2.8
>=x11-libs/gtk+-2.4
>=x11-libs/pango-1.2
>=dev-libs/glib-2.0
media-libs/libpng
media-libs/jpeg
media-libs/tiff
- >=sys-libs/zlib-1.1.4
- opengl? ( >=dev-python/pyopengl-2.0.0.44 )
- !<dev-python/wxpython-2.4.2.4-r1"
+ opengl? ( >=dev-python/pyopengl-2.0.0.44 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"