diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-10-01 18:15:44 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-10-01 18:15:44 +0000 |
commit | 5e5261f0b2331b5d5e4f73a30edaa570e65d81e4 (patch) | |
tree | 667c02fbe1d1504590bbd768e075a5fe7cca1b18 /dev-python/wxpython | |
parent | Stable on alpha, bug #285115 (diff) | |
download | historical-5e5261f0b2331b5d5e4f73a30edaa570e65d81e4.tar.gz historical-5e5261f0b2331b5d5e4f73a30edaa570e65d81e4.tar.bz2 historical-5e5261f0b2331b5d5e4f73a30edaa570e65d81e4.zip |
Stable on alpha, bug #284996
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'dev-python/wxpython')
-rw-r--r-- | dev-python/wxpython/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/wxpython/wxpython-2.8.10.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/wxpython/ChangeLog b/dev-python/wxpython/ChangeLog index 35a78248bb17..97a51e1fb344 100644 --- a/dev-python/wxpython/ChangeLog +++ b/dev-python/wxpython/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/wxpython # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.128 2009/09/27 19:08:23 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.129 2009/10/01 18:15:44 klausman Exp $ + + 01 Oct 2009; Tobias Klausmann <klausman@gentoo.org> + wxpython-2.8.10.1.ebuild: + Stable on alpha, bug #284996 27 Sep 2009; nixnut <nixnut@gentoo.org> wxpython-2.8.10.1.ebuild: ppc stable #284996 diff --git a/dev-python/wxpython/wxpython-2.8.10.1.ebuild b/dev-python/wxpython/wxpython-2.8.10.1.ebuild index f14c8d0d557e..a064d9cb8b2b 100644 --- a/dev-python/wxpython/wxpython-2.8.10.1.ebuild +++ b/dev-python/wxpython/wxpython-2.8.10.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.10.1.ebuild,v 1.6 2009/09/27 19:08:23 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.10.1.ebuild,v 1.7 2009/10/01 18:15:44 klausman Exp $ EAPI="2" WX_GTK_VER="2.8" @@ -19,7 +19,7 @@ SRC_URI="mirror://sourceforge/wxpython/${MY_P}.tar.bz2 LICENSE="wxWinLL-3" SLOT="2.8" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd" IUSE="cairo doc examples opengl" RDEPEND=" |