diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-11-29 17:41:21 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-11-29 17:41:21 +0000 |
commit | 85aeb9c3339d2b9fec9e1be8e1dcdf6143bebb03 (patch) | |
tree | ca9058bc2858c5dbc84e1436434d24d3ad046366 /dev-python/wxpython | |
parent | remove old versions; add support for the new pppd net module introduced by sy... (diff) | |
download | gentoo-2-85aeb9c3339d2b9fec9e1be8e1dcdf6143bebb03.tar.gz gentoo-2-85aeb9c3339d2b9fec9e1be8e1dcdf6143bebb03.tar.bz2 gentoo-2-85aeb9c3339d2b9fec9e1be8e1dcdf6143bebb03.zip |
Stable on amd64. Fixes bug #113893.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-python/wxpython')
-rw-r--r-- | dev-python/wxpython/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/wxpython/wxpython-2.4.2.4-r3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/wxpython/ChangeLog b/dev-python/wxpython/ChangeLog index 2f0f1542c50e..87cd385e88f8 100644 --- a/dev-python/wxpython/ChangeLog +++ b/dev-python/wxpython/ChangeLog @@ -1,6 +1,10 @@ # 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.34 2005/11/29 04:11:50 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.35 2005/11/29 17:41:21 metalgod Exp $ + + 29 Nov 2005; Luis Medinas <metalgod@gentoo.org> + wxpython-2.4.2.4-r3.ebuild: + Stable on amd64. Fixes bug #113893. 29 Nov 2005; Luis Medinas <metalgod@gentoo.org> wxpython-2.6.1.0.ebuild: Stable on amd64. diff --git a/dev-python/wxpython/wxpython-2.4.2.4-r3.ebuild b/dev-python/wxpython/wxpython-2.4.2.4-r3.ebuild index 01b569f75273..7cda97fdb101 100644 --- a/dev-python/wxpython/wxpython-2.4.2.4-r3.ebuild +++ b/dev-python/wxpython/wxpython-2.4.2.4-r3.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-r3.ebuild,v 1.1 2005/10/11 16:12:22 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.4.2.4-r3.ebuild,v 1.2 2005/11/29 17:41:21 metalgod Exp $ inherit eutils wxwidgets python multilib @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/wxpython/${MY_P}.tar.gz" LICENSE="wxWinLL-3" SLOT="2.4" -KEYWORDS="alpha ~amd64 arm hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" IUSE="gtk gtk2 unicode opengl tiff jpeg png" RDEPEND=">=dev-lang/python-2.1 |