diff options
author | Brent Baude <ranger@gentoo.org> | 2008-10-15 01:39:25 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-10-15 01:39:25 +0000 |
commit | 7d9b670797d53b31c137044ed3440b0d10c10db2 (patch) | |
tree | 2cba110d351030c131221956f23f4224483d49e0 /dev-python/wxpython | |
parent | stable ppc, bug 241724 (diff) | |
download | gentoo-2-7d9b670797d53b31c137044ed3440b0d10c10db2.tar.gz gentoo-2-7d9b670797d53b31c137044ed3440b0d10c10db2.tar.bz2 gentoo-2-7d9b670797d53b31c137044ed3440b0d10c10db2.zip |
Marking wxpython-2.8.8.1 ppc for bug 242088
(Portage version: 2.2_rc12/cvs/Linux 2.6.24-gentoo-r3-g5-64 ppc64)
Diffstat (limited to 'dev-python/wxpython')
-rw-r--r-- | dev-python/wxpython/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/wxpython/wxpython-2.8.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/wxpython/ChangeLog b/dev-python/wxpython/ChangeLog index 79368eaeed1b..7c1ac2144315 100644 --- a/dev-python/wxpython/ChangeLog +++ b/dev-python/wxpython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/wxpython # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.99 2008/10/14 05:59:48 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.100 2008/10/15 01:39:25 ranger Exp $ + + 15 Oct 2008; Brent Baude <ranger@gentoo.org> wxpython-2.8.8.1.ebuild: + Marking wxpython-2.8.8.1 ppc for bug 242088 *wxpython-2.8.9.1 (14 Oct 2008) diff --git a/dev-python/wxpython/wxpython-2.8.8.1.ebuild b/dev-python/wxpython/wxpython-2.8.8.1.ebuild index 592e8813bc27..7ae34d3c97a0 100644 --- a/dev-python/wxpython/wxpython-2.8.8.1.ebuild +++ b/dev-python/wxpython/wxpython-2.8.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.8.1.ebuild,v 1.3 2008/10/02 00:47:54 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.8.1.ebuild,v 1.4 2008/10/15 01:39:25 ranger Exp $ EAPI="1" WX_GTK_VER="2.8" @@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/wxpython/${MY_P}.tar.bz2" LICENSE="wxWinLL-3" SLOT="2.8" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86" IUSE="opengl" RDEPEND=">=dev-lang/python-2.1 |