diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-10-30 03:36:55 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-10-30 03:36:55 +0000 |
commit | f4895c4b20b3336d440356ad023124440f3a44b5 (patch) | |
tree | 238c6504a60f0c412a3feb495230d7a4f6302775 /dev-python/wxpython | |
parent | Stable for HPPA (bug #197186). (diff) | |
download | gentoo-2-f4895c4b20b3336d440356ad023124440f3a44b5.tar.gz gentoo-2-f4895c4b20b3336d440356ad023124440f3a44b5.tar.bz2 gentoo-2-f4895c4b20b3336d440356ad023124440f3a44b5.zip |
Stable for HPPA (bug #197186).
(Portage version: 2.1.3.16)
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.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/wxpython/ChangeLog b/dev-python/wxpython/ChangeLog index 788cd0e53f4c..9d6e52d344a6 100644 --- a/dev-python/wxpython/ChangeLog +++ b/dev-python/wxpython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/wxpython # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.66 2007/10/29 11:47:39 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.67 2007/10/30 03:36:55 jer Exp $ + + 30 Oct 2007; Jeroen Roovers <jer@gentoo.org> wxpython-2.6.4.0.ebuild: + Stable for HPPA (bug #197186). 29 Oct 2007; Raúl Porcel <armin76@gentoo.org> wxpython-2.6.4.0.ebuild: alpha/ia64/sparc stable wrt #197358 diff --git a/dev-python/wxpython/wxpython-2.6.4.0.ebuild b/dev-python/wxpython/wxpython-2.6.4.0.ebuild index 3ccb9e1980de..c0f54a1fcf1b 100644 --- a/dev-python/wxpython/wxpython-2.6.4.0.ebuild +++ b/dev-python/wxpython/wxpython-2.6.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.ebuild,v 1.8 2007/10/29 11:47:39 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0.ebuild,v 1.9 2007/10/30 03:36:55 jer Exp $ inherit python wxwidgets eutils multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/wxpython/${MY_P}.tar.bz2" LICENSE="wxWinLL-3" SLOT="2.6" -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="unicode opengl" RDEPEND=">=dev-lang/python-2.1 |