diff options
author | Joseph Jezak <josejx@gentoo.org> | 2007-01-16 06:16:12 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2007-01-16 06:16:12 +0000 |
commit | afa1224cc3cb2f22a0bebd365da20c83c4f14020 (patch) | |
tree | 1bb3aafdbff594b7e98219d86c09ded73be1db91 /dev-python/wxpython | |
parent | Marked ppc stable for bug #136924. (diff) | |
download | gentoo-2-afa1224cc3cb2f22a0bebd365da20c83c4f14020.tar.gz gentoo-2-afa1224cc3cb2f22a0bebd365da20c83c4f14020.tar.bz2 gentoo-2-afa1224cc3cb2f22a0bebd365da20c83c4f14020.zip |
Marked ppc stable for bug #136924.
(Portage version: 2.1.2_rc4-r7)
Diffstat (limited to 'dev-python/wxpython')
-rw-r--r-- | dev-python/wxpython/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/wxpython/wxpython-2.6.3.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/wxpython/ChangeLog b/dev-python/wxpython/ChangeLog index 26fab8e44c7d..7768d657343c 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.48 2007/01/15 21:29:33 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.49 2007/01/16 06:16:12 josejx Exp $ + + 16 Jan 2007; Joseph Jezak <josejx@gentoo.org> wxpython-2.6.3.3.ebuild: + Marked ppc stable for bug #136924. 15 Jan 2007; Raúl Porcel <armin76@gentoo.org> wxpython-2.6.3.3.ebuild: x86 stable, wrt 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 319ba8ba2eca..c467d0335235 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.5 2007/01/15 21:29:33 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.3.3.ebuild,v 1.6 2007/01/16 06:16:12 josejx 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 |