diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-01-15 21:08:06 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-01-15 21:08:06 +0000 |
commit | 0b84042b29fe4f21ada0fe9797d9f947b033d7f7 (patch) | |
tree | ffb57264bbda69acad4632f7e00bb25ccef6da78 /dev-python | |
parent | Stable on sparc wrt #136924 (diff) | |
download | gentoo-2-0b84042b29fe4f21ada0fe9797d9f947b033d7f7.tar.gz gentoo-2-0b84042b29fe4f21ada0fe9797d9f947b033d7f7.tar.bz2 gentoo-2-0b84042b29fe4f21ada0fe9797d9f947b033d7f7.zip |
Stable on sparc wrt #136924
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/wxpython/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/wxpython/wxpython-2.6.3.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/wxpython/ChangeLog b/dev-python/wxpython/ChangeLog index 7a63be9e5822..a3af38586ba0 100644 --- a/dev-python/wxpython/ChangeLog +++ b/dev-python/wxpython/ChangeLog @@ -1,6 +1,10 @@ # 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.46 2007/01/14 18:43:47 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.47 2007/01/15 21:08:06 gustavoz Exp $ + + 15 Jan 2007; Gustavo Zacarias <gustavoz@gentoo.org> + wxpython-2.6.3.3.ebuild: + Stable on sparc wrt #136924 14 Jan 2007; Markus Rothe <corsair@gentoo.org> wxpython-2.6.3.3.ebuild: Stable on ppc64; bug #136924 diff --git a/dev-python/wxpython/wxpython-2.6.3.3.ebuild b/dev-python/wxpython/wxpython-2.6.3.3.ebuild index f567e8f96c3a..fe663a20b901 100644 --- a/dev-python/wxpython/wxpython-2.6.3.3.ebuild +++ b/dev-python/wxpython/wxpython-2.6.3.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/wxpython/wxpython-2.6.3.3.ebuild,v 1.3 2007/01/14 18:43:47 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.3.3.ebuild,v 1.4 2007/01/15 21:08:06 gustavoz Exp $ inherit python wxwidgets eutils multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/wxpython/${MY_P}.tar.bz2" LICENSE="wxWinLL-3" SLOT="2.6" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 sparc ~x86 ~x86-fbsd" IUSE="unicode opengl" RDEPEND=">=dev-lang/python-2.1 |