diff options
author | Jason Wever <weeve@gentoo.org> | 2005-05-22 22:20:08 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2005-05-22 22:20:08 +0000 |
commit | 2cfe6c3e97de15e1f7c78ea2e654a5c8ccebc8ad (patch) | |
tree | ab4783bd40110c5079f3751ed758110c1931295a /dev-python | |
parent | stable on alpha (diff) | |
download | gentoo-2-2cfe6c3e97de15e1f7c78ea2e654a5c8ccebc8ad.tar.gz gentoo-2-2cfe6c3e97de15e1f7c78ea2e654a5c8ccebc8ad.tar.bz2 gentoo-2-2cfe6c3e97de15e1f7c78ea2e654a5c8ccebc8ad.zip |
Stable on SPARC.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/wxpython/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/wxpython/wxpython-2.4.2.4-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/wxpython/ChangeLog b/dev-python/wxpython/ChangeLog index bbe3ddb8b3dd..2732a46f2349 100644 --- a/dev-python/wxpython/ChangeLog +++ b/dev-python/wxpython/ChangeLog @@ -1,6 +1,9 @@ # 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.21 2005/05/22 11:39:15 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.22 2005/05/22 22:20:08 weeve Exp $ + + 22 May 2005; Jason Wever <weeve@gentoo.org> wxpython-2.4.2.4-r2.ebuild: + Stable on SPARC. 22 May 2005; Rene Nussbaumer <killerfox@gentoo.org> wxpython-2.4.2.4-r2.ebuild: diff --git a/dev-python/wxpython/wxpython-2.4.2.4-r2.ebuild b/dev-python/wxpython/wxpython-2.4.2.4-r2.ebuild index 1c7ff0e3374d..48ecbbc0fcf6 100644 --- a/dev-python/wxpython/wxpython-2.4.2.4-r2.ebuild +++ b/dev-python/wxpython/wxpython-2.4.2.4-r2.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.4.2.4-r2.ebuild,v 1.3 2005/05/22 11:39:15 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.4.2.4-r2.ebuild,v 1.4 2005/05/22 22:20:08 weeve Exp $ inherit eutils wxwidgets python @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/wxpython/${MY_P}.tar.gz" LICENSE="wxWinLL-3" SLOT="2.4" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~arm ~amd64 ~ia64 hppa ~ppc64" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 sparc x86" IUSE="gtk gtk2 unicode opengl tiff jpeg png" RDEPEND=">=dev-lang/python-2.1 |