diff options
author | Tom Gall <tgall@gentoo.org> | 2005-11-25 22:57:00 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2005-11-25 22:57:00 +0000 |
commit | 9c54c2f0a9a64253a3441a1aef5bd902c834057c (patch) | |
tree | 36d83983b139490ec60a1f28c2ad21c4b4c022a4 /dev-python | |
parent | Fixed ChangeLog to include my real name. (diff) | |
download | gentoo-2-9c54c2f0a9a64253a3441a1aef5bd902c834057c.tar.gz gentoo-2-9c54c2f0a9a64253a3441a1aef5bd902c834057c.tar.bz2 gentoo-2-9c54c2f0a9a64253a3441a1aef5bd902c834057c.zip |
added ~ppc64
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/wxpython/ChangeLog | 12 | ||||
-rw-r--r-- | dev-python/wxpython/wxpython-2.6.1.0.ebuild | 4 |
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-python/wxpython/ChangeLog b/dev-python/wxpython/ChangeLog index e1ca73252ee0..9ced7aedae93 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.32 2005/11/11 23:05:44 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.33 2005/11/25 22:57:00 tgall Exp $ + + 25 Nov 2005; Tom Gall <tgall@gentoo.org> + wxpython-2.6.1.0.ebuild: + added ~ppc64 11 Nov 2005; Michael Hanselmann <hansmi@gentoo.org> wxpython-2.6.1.0.ebuild: @@ -121,7 +125,7 @@ This version runs both +gtk2, -gtk2. Also, it (and wxGTK) build with gcc-3.3.3, hardened gcc-3.3.4-r1 as of the date of this entry, and run. - 20 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> wxpython-2.4.0.7.ebuild, + 20 Jul 2004; Bryan Ãstergaard <kloeri@gentoo.org> wxpython-2.4.0.7.ebuild, wxpython-2.4.1.2.ebuild, wxpython-2.4.2.4.ebuild: dev-python/PyOpenGL is now dev-python/pyopengl - adjust dependencies accordingly. @@ -129,13 +133,13 @@ 05 Jul 2004; Rob Cakebread <pythonhead@gentoo.org> wxpython-2.4.2.4.ebuild: Clarified USE='gtk2' messages. Bug# 56153 - 03 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> wxpython-2.4.0.7.ebuild, + 03 Jul 2004; Bryan Ãstergaard <kloeri@gentoo.org> wxpython-2.4.0.7.ebuild, wxpython-2.4.1.2.ebuild, wxpython-2.4.2.4.ebuild: Fix error messages. *wxpython-2.4.2.4 (03 Jul 2004) - 03 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> +wxpython-2.4.0.7.ebuild, + 03 Jul 2004; Bryan Ãstergaard <kloeri@gentoo.org> +wxpython-2.4.0.7.ebuild, +wxpython-2.4.1.2.ebuild, +wxpython-2.4.2.4.ebuild: Follow naming policy, rename wxPython to wxpython. diff --git a/dev-python/wxpython/wxpython-2.6.1.0.ebuild b/dev-python/wxpython/wxpython-2.6.1.0.ebuild index 4683666b9b85..293beac0d49f 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.7 2005/11/11 23:05:44 hansmi Exp $ +# $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 $ 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" +KEYWORDS="alpha ~amd64 arm hppa ia64 ppc sparc x86 ~ppc64" IUSE="gtk gtk2 unicode opengl" RDEPEND=">=dev-lang/python-2.1 |