summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2005-12-18 17:12:01 +0000
committerMarkus Rothe <corsair@gentoo.org>2005-12-18 17:12:01 +0000
commite4b8abfefd7db4f9cb278d1af4151acef1dfcbe6 (patch)
tree7c04d0597f21cd81f33c6c4107244f700f3ad101 /dev-python/wxpython
parentVersion bump. (diff)
downloadgentoo-2-e4b8abfefd7db4f9cb278d1af4151acef1dfcbe6.tar.gz
gentoo-2-e4b8abfefd7db4f9cb278d1af4151acef1dfcbe6.tar.bz2
gentoo-2-e4b8abfefd7db4f9cb278d1af4151acef1dfcbe6.zip
Stable on ppc64
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'dev-python/wxpython')
-rw-r--r--dev-python/wxpython/ChangeLog5
-rw-r--r--dev-python/wxpython/wxpython-2.6.1.0.ebuild4
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