diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-01-23 13:08:11 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-01-23 13:08:11 +0000 |
commit | 519cd0cd9a203d85574f41022009ff120f2bc20d (patch) | |
tree | 4c99657548e82d78ece1219f0f53e0b788274a7c /dev-python/wxpython | |
parent | Stable for HPPA (bug #156061). (diff) | |
download | gentoo-2-519cd0cd9a203d85574f41022009ff120f2bc20d.tar.gz gentoo-2-519cd0cd9a203d85574f41022009ff120f2bc20d.tar.bz2 gentoo-2-519cd0cd9a203d85574f41022009ff120f2bc20d.zip |
Stable for HPPA (bug #136924).
(Portage version: 2.1.2-r2)
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 7768d657343c..149a5d27e7ef 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.49 2007/01/16 06:16:12 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.50 2007/01/23 13:08:11 jer Exp $ + + 23 Jan 2007; Jeroen Roovers <jer@gentoo.org> wxpython-2.6.3.3.ebuild: + Stable for HPPA (bug #136924). 16 Jan 2007; Joseph Jezak <josejx@gentoo.org> wxpython-2.6.3.3.ebuild: Marked ppc stable for 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 c467d0335235..ad138e516271 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.6 2007/01/16 06:16:12 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.3.3.ebuild,v 1.7 2007/01/23 13:08:11 jer 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 |