diff options
author | Ryan Hill <rhill@gentoo.org> | 2007-09-19 03:39:37 +0000 |
---|---|---|
committer | Ryan Hill <rhill@gentoo.org> | 2007-09-19 03:39:37 +0000 |
commit | ed1efa25d0cadc3f92e15902ecd95ad9e0797bc1 (patch) | |
tree | 36fe98edfa64f0b3ddffd104bcea507078cd272c /dev-python/wxpython/wxpython-2.6.4.0.ebuild | |
parent | lock wxGTK depend to 2.6 (diff) | |
download | historical-ed1efa25d0cadc3f92e15902ecd95ad9e0797bc1.tar.gz historical-ed1efa25d0cadc3f92e15902ecd95ad9e0797bc1.tar.bz2 historical-ed1efa25d0cadc3f92e15902ecd95ad9e0797bc1.zip |
lock wxGTK depend to 2.6
Package-Manager: portage-2.1.3.9
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 8586a432d05f..e7359b08c456 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.1 2007/09/01 09:28:24 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0.ebuild,v 1.2 2007/09/19 03:39:37 dirtyepic Exp $ inherit python wxwidgets eutils multilib @@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="unicode opengl" RDEPEND=">=dev-lang/python-2.1 - >=x11-libs/wxGTK-${PV} + =x11-libs/wxGTK-2.6* >=x11-libs/gtk+-2.0 >=x11-libs/pango-1.2 >=dev-libs/glib-2.0 |