diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2007-12-13 04:09:12 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2007-12-13 04:09:12 +0000 |
commit | 6a5b0f673fed3fc1b00169c1f9b231f99d79585c (patch) | |
tree | e69db232d49d5b6727d937dd5dcae655b0995831 /dev-python/wxpython | |
parent | Drop arm, ppc, sh, and x86-fbsd keywords for bug #199594. (diff) | |
download | gentoo-2-6a5b0f673fed3fc1b00169c1f9b231f99d79585c.tar.gz gentoo-2-6a5b0f673fed3fc1b00169c1f9b231f99d79585c.tar.bz2 gentoo-2-6a5b0f673fed3fc1b00169c1f9b231f99d79585c.zip |
Drop arm, ppc, sh, and x86-fbsd keywords for bug #199594.
(Portage version: 2.1.4_rc9)
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-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/wxpython/ChangeLog b/dev-python/wxpython/ChangeLog index 449f201ea3c5..d50db8e189dd 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.70 2007/12/04 15:58:27 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.71 2007/12/13 04:09:12 dirtyepic Exp $ + + 13 Dec 2007; Ryan Hill <dirtyepic@gentoo.org> wxpython-2.6.4.0-r1.ebuild: + Drop arm, ppc, sh, and x86-fbsd keywords for bug #199594. 04 Dec 2007; Ryan Hill <dirtyepic@gentoo.org> wxpython-2.6.4.0-r1.ebuild: Remove EA_ADD_OPTS=0 from configuration, leftover from testing. diff --git a/dev-python/wxpython/wxpython-2.6.4.0-r1.ebuild b/dev-python/wxpython/wxpython-2.6.4.0-r1.ebuild index fb28d7eb339a..708b2517c0b8 100644 --- a/dev-python/wxpython/wxpython-2.6.4.0-r1.ebuild +++ b/dev-python/wxpython/wxpython-2.6.4.0-r1.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-r1.ebuild,v 1.2 2007/12/04 15:58:27 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0-r1.ebuild,v 1.3 2007/12/13 04:09:12 dirtyepic Exp $ WX_GTK_VER="2.6" @@ -13,7 +13,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 ~hppa ~ia64 ~ppc64 ~sparc ~x86" IUSE="opengl unicode" RDEPEND=">=dev-lang/python-2.1 |