diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-11-11 23:05:44 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-11-11 23:05:44 +0000 |
commit | c8ff6f98f1f73d55475132c574c0cde31cb38e26 (patch) | |
tree | 22c36b914c97d5c9558fd719555a969e0a4dcaae /dev-python | |
parent | media-gfx/grace stable on ppc. (diff) | |
download | gentoo-2-c8ff6f98f1f73d55475132c574c0cde31cb38e26.tar.gz gentoo-2-c8ff6f98f1f73d55475132c574c0cde31cb38e26.tar.bz2 gentoo-2-c8ff6f98f1f73d55475132c574c0cde31cb38e26.zip |
Stable on ppc.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/wxpython/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/wxpython/wxpython-2.6.1.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/wxpython/ChangeLog b/dev-python/wxpython/ChangeLog index c1737f08f0cf..e1ca73252ee0 100644 --- a/dev-python/wxpython/ChangeLog +++ b/dev-python/wxpython/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/wxpython # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.31 2005/10/17 15:16:37 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.32 2005/11/11 23:05:44 hansmi Exp $ + + 11 Nov 2005; Michael Hanselmann <hansmi@gentoo.org> + wxpython-2.6.1.0.ebuild: + Stable on ppc. 17 Oct 2005; Gustavo Zacarias <gustavoz@gentoo.org> wxpython-2.6.1.0.ebuild: diff --git a/dev-python/wxpython/wxpython-2.6.1.0.ebuild b/dev-python/wxpython/wxpython-2.6.1.0.ebuild index aed316e3b027..4683666b9b85 100644 --- a/dev-python/wxpython/wxpython-2.6.1.0.ebuild +++ b/dev-python/wxpython/wxpython-2.6.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.1.0.ebuild,v 1.6 2005/10/17 15:16:37 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.1.0.ebuild,v 1.7 2005/11/11 23:05:44 hansmi Exp $ inherit python wxwidgets eutils multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/wxpython/${MY_P}.tar.gz" LICENSE="wxWinLL-3" SLOT="2.6" -KEYWORDS="alpha ~amd64 arm hppa ia64 ~ppc sparc x86" +KEYWORDS="alpha ~amd64 arm hppa ia64 ppc sparc x86" IUSE="gtk gtk2 unicode opengl" RDEPEND=">=dev-lang/python-2.1 |