diff options
author | Brent Baude <ranger@gentoo.org> | 2008-10-04 12:33:38 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-10-04 12:33:38 +0000 |
commit | f45ac43de9b95fc7ca4fab0b70923eb51aac76dc (patch) | |
tree | 88702ede70fe0679b5cd4515511d72f9239057b9 /dev-python/wxpython | |
parent | stable ppc64, bug 238992 (diff) | |
download | gentoo-2-f45ac43de9b95fc7ca4fab0b70923eb51aac76dc.tar.gz gentoo-2-f45ac43de9b95fc7ca4fab0b70923eb51aac76dc.tar.bz2 gentoo-2-f45ac43de9b95fc7ca4fab0b70923eb51aac76dc.zip |
stable ppc64, bug 238437
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-python/wxpython')
-rw-r--r-- | dev-python/wxpython/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/wxpython/wxpython-2.6.4.0-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/wxpython/ChangeLog b/dev-python/wxpython/ChangeLog index a38766a9d985..c941fc92ffc3 100644 --- a/dev-python/wxpython/ChangeLog +++ b/dev-python/wxpython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/wxpython # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.97 2008/10/02 00:47:54 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.98 2008/10/04 12:33:38 ranger Exp $ + + 04 Oct 2008; Brent Baude <ranger@gentoo.org> wxpython-2.6.4.0-r2.ebuild: + stable ppc64, bug 238437 02 Oct 2008; Ryan Hill <dirtyepic@gentoo.org> wxpython-2.8.8.1.ebuild: Remove old comment. diff --git a/dev-python/wxpython/wxpython-2.6.4.0-r2.ebuild b/dev-python/wxpython/wxpython-2.6.4.0-r2.ebuild index 7e179a043e5d..0c2f07dbe91d 100644 --- a/dev-python/wxpython/wxpython-2.6.4.0-r2.ebuild +++ b/dev-python/wxpython/wxpython-2.6.4.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0-r2.ebuild,v 1.6 2008/09/30 11:16:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0-r2.ebuild,v 1.7 2008/10/04 12:33:38 ranger Exp $ EAPI=1 @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/wxpython/${MY_P}.tar.bz2" LICENSE="wxWinLL-3" SLOT="2.6" -KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="opengl unicode" RDEPEND=">=dev-lang/python-2.1 |