diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2007-09-19 23:47:17 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2007-09-19 23:47:17 +0000 |
commit | d07ab0e635778ebfe9d06e17965d23f7ed10ebe8 (patch) | |
tree | 0131db42a8a6113e9444c4c954ca16119e8f9018 | |
parent | updated SRC_URI; bug 192906 (diff) | |
download | gentoo-2-d07ab0e635778ebfe9d06e17965d23f7ed10ebe8.tar.gz gentoo-2-d07ab0e635778ebfe9d06e17965d23f7ed10ebe8.tar.bz2 gentoo-2-d07ab0e635778ebfe9d06e17965d23f7ed10ebe8.zip |
Lock deps further to wxGTK-${PV} for wxpython.
(Portage version: 2.1.3.9)
-rw-r--r-- | dev-python/wxpython/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/wxpython/wxpython-2.6.3.3.ebuild | 4 | ||||
-rw-r--r-- | dev-python/wxpython/wxpython-2.6.4.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/wxpython/ChangeLog b/dev-python/wxpython/ChangeLog index e3353f0df2c2..36d857151cf0 100644 --- a/dev-python/wxpython/ChangeLog +++ b/dev-python/wxpython/ChangeLog @@ -1,6 +1,10 @@ # 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.60 2007/09/19 03:39:37 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.61 2007/09/19 23:47:17 dirtyepic Exp $ + + 19 Sep 2007; Ryan Hill <dirtyepic@gentoo.org> wxpython-2.6.3.3.ebuild, + wxpython-2.6.4.0.ebuild: + Lock deps further to wxGTK-${PV} for wxpython. 19 Sep 2007; Ryan Hill <dirtyepic@gentoo.org> wxpython-2.6.3.3.ebuild, wxpython-2.6.4.0.ebuild: diff --git a/dev-python/wxpython/wxpython-2.6.3.3.ebuild b/dev-python/wxpython/wxpython-2.6.3.3.ebuild index 95e59d742aa0..2c7d20bf7b13 100644 --- a/dev-python/wxpython/wxpython-2.6.3.3.ebuild +++ b/dev-python/wxpython/wxpython-2.6.3.3.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.3.3.ebuild,v 1.14 2007/09/19 03:39:37 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.3.3.ebuild,v 1.15 2007/09/19 23:47:17 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-2.6* + =x11-libs/wxGTK-${PV} >=x11-libs/gtk+-2.0 >=x11-libs/pango-1.2 >=dev-libs/glib-2.0 diff --git a/dev-python/wxpython/wxpython-2.6.4.0.ebuild b/dev-python/wxpython/wxpython-2.6.4.0.ebuild index e7359b08c456..75502b354b9b 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.2 2007/09/19 03:39:37 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0.ebuild,v 1.3 2007/09/19 23:47:17 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-2.6* + =x11-libs/wxGTK-${PV} >=x11-libs/gtk+-2.0 >=x11-libs/pango-1.2 >=dev-libs/glib-2.0 |