diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-10-28 14:02:53 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-10-28 14:02:53 +0000 |
commit | f121e50f0abc3a06ffa484b0b72b1cd4aaba1a8f (patch) | |
tree | 4883f696b9159f654e118e15a418601eb0ac5d6d /dev-python/wxpython/wxpython-2.6.4.0.ebuild | |
parent | Include virtual/logger in RDEPEND, as the initscript already specifies 'need ... (diff) | |
download | historical-f121e50f0abc3a06ffa484b0b72b1cd4aaba1a8f.tar.gz historical-f121e50f0abc3a06ffa484b0b72b1cd4aaba1a8f.tar.bz2 historical-f121e50f0abc3a06ffa484b0b72b1cd4aaba1a8f.zip |
Stable on ppc64; bug #197186
Package-Manager: portage-2.1.3.16
Diffstat (limited to 'dev-python/wxpython/wxpython-2.6.4.0.ebuild')
-rw-r--r-- | dev-python/wxpython/wxpython-2.6.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/wxpython/wxpython-2.6.4.0.ebuild b/dev-python/wxpython/wxpython-2.6.4.0.ebuild index 614a126cbffe..3cdbfbd8d3ed 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.6 2007/10/28 13:44:26 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0.ebuild,v 1.7 2007/10/28 14:02:53 corsair 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 |