diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-12-18 17:12:01 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-12-18 17:12:01 +0000 |
commit | 821d52ae139dca63b1a8a555220de285cffc26f4 (patch) | |
tree | 69aa9f527a77b7ecc3c17034de44742f2ae5767f /dev-python/wxpython | |
parent | Stable on ppc64 (diff) | |
download | historical-821d52ae139dca63b1a8a555220de285cffc26f4.tar.gz historical-821d52ae139dca63b1a8a555220de285cffc26f4.tar.bz2 historical-821d52ae139dca63b1a8a555220de285cffc26f4.zip |
Stable on ppc64
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'dev-python/wxpython')
-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 87cd385e88f8..581ec707a36d 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.35 2005/11/29 17:41:21 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.36 2005/12/18 17:12:01 corsair Exp $ + + 18 Dec 2005; Markus Rothe <corsair@gentoo.org> wxpython-2.6.1.0.ebuild: + Stable on ppc64 29 Nov 2005; Luis Medinas <metalgod@gentoo.org> wxpython-2.4.2.4-r3.ebuild: diff --git a/dev-python/wxpython/wxpython-2.6.1.0.ebuild b/dev-python/wxpython/wxpython-2.6.1.0.ebuild index 91dd59dc68dd..8fb4a7d97127 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.9 2005/11/29 04:11:50 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.1.0.ebuild,v 1.10 2005/12/18 17:12:01 corsair 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 ~ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" IUSE="gtk gtk2 unicode opengl" RDEPEND=">=dev-lang/python-2.1 |