diff options
author | 2005-11-29 04:14:28 +0000 | |
---|---|---|
committer | 2005-11-29 04:14:28 +0000 | |
commit | a42719dc783235b11cca85001aa28a524c17e844 (patch) | |
tree | df1411598dcc687a37e06b207c518d8436413550 /dev-python | |
parent | Added ~sparc keyword. (diff) | |
download | gentoo-2-a42719dc783235b11cca85001aa28a524c17e844.tar.gz gentoo-2-a42719dc783235b11cca85001aa28a524c17e844.tar.bz2 gentoo-2-a42719dc783235b11cca85001aa28a524c17e844.zip |
Stable on amd64.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/wxpython/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/wxpython/wxpython-2.6.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/wxpython/ChangeLog b/dev-python/wxpython/ChangeLog index 9ced7aedae93..2f0f1542c50e 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.33 2005/11/25 22:57:00 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.34 2005/11/29 04:11:50 metalgod Exp $ + + 29 Nov 2005; Luis Medinas <metalgod@gentoo.org> wxpython-2.6.1.0.ebuild: + Stable on amd64. 25 Nov 2005; Tom Gall <tgall@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 293beac0d49f..91dd59dc68dd 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.8 2005/11/25 22:57:00 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.1.0.ebuild,v 1.9 2005/11/29 04:11:50 metalgod 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 ~ppc64" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 sparc x86" IUSE="gtk gtk2 unicode opengl" RDEPEND=">=dev-lang/python-2.1 |