diff options
author | Mart Raudsepp <leio@gentoo.org> | 2006-08-03 06:00:38 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2006-08-03 06:00:38 +0000 |
commit | 953574a5c4c06050abf45b32f978f69728624b96 (patch) | |
tree | bd73818de9d4862941d662991d0ceab887e0a2a6 /dev-python/wxpython | |
parent | Stable on SPARC wrt bug #142060. (diff) | |
download | gentoo-2-953574a5c4c06050abf45b32f978f69728624b96.tar.gz gentoo-2-953574a5c4c06050abf45b32f978f69728624b96.tar.bz2 gentoo-2-953574a5c4c06050abf45b32f978f69728624b96.zip |
Change wxGTK depend to avoid dependency problems after a version bump. First commit *twiches*
(Portage version: 2.1.1_pre4-r1)
Diffstat (limited to 'dev-python/wxpython')
-rw-r--r-- | dev-python/wxpython/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/wxpython/wxpython-2.6.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/wxpython/ChangeLog b/dev-python/wxpython/ChangeLog index 39195b42591b..7e152f520c7c 100644 --- a/dev-python/wxpython/ChangeLog +++ b/dev-python/wxpython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/wxpython # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.39 2006/04/14 19:19:15 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.40 2006/08/03 06:00:38 leio Exp $ + + 03 Aug 2006; Mart Raudsepp <leio@gentoo.org> wxpython-2.6.3.2.ebuild: + Change wxGTK depend to avoid dependency problems after a version bump. 14 Apr 2006; Mark Loeser <halcy0n@gentoo.org> wxpython-2.6.3.2.ebuild: Fix dependencies so that wxpython and wxGTK versions always match; bug #129937 diff --git a/dev-python/wxpython/wxpython-2.6.3.2.ebuild b/dev-python/wxpython/wxpython-2.6.3.2.ebuild index fbb9c8a0c5f2..88cfc4dc08c9 100644 --- a/dev-python/wxpython/wxpython-2.6.3.2.ebuild +++ b/dev-python/wxpython/wxpython-2.6.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.2.ebuild,v 1.2 2006/04/14 19:19:15 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.3.2.ebuild,v 1.3 2006/08/03 06:00:38 leio Exp $ inherit python wxwidgets eutils multilib @@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="unicode opengl" RDEPEND=">=dev-lang/python-2.1 - ~x11-libs/wxGTK-${PV} + >=x11-libs/wxGTK-${PV} >=x11-libs/gtk+-2.0 >=x11-libs/pango-1.2 >=dev-libs/glib-2.0 |