diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2006-12-24 21:52:00 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2006-12-24 21:52:00 +0000 |
commit | 1eb727df0ed7e0857d0089b8c8ce093d248b3cfd (patch) | |
tree | dea58c578ed9ae710d9e59303bfa86c9e7e3b2f6 /dev-util/wxglade | |
parent | Fix endianness bug in load_psm.cpp, ported from audacious. (diff) | |
download | gentoo-2-1eb727df0ed7e0857d0089b8c8ce093d248b3cfd.tar.gz gentoo-2-1eb727df0ed7e0857d0089b8c8ce093d248b3cfd.tar.bz2 gentoo-2-1eb727df0ed7e0857d0089b8c8ce093d248b3cfd.zip |
Update wxpython dependency.
(Portage version: 2.1.2_rc4)
Diffstat (limited to 'dev-util/wxglade')
-rw-r--r-- | dev-util/wxglade/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/wxglade/wxglade-0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/wxglade/ChangeLog b/dev-util/wxglade/ChangeLog index a3c84413eb6a..f5e96ec78bc5 100644 --- a/dev-util/wxglade/ChangeLog +++ b/dev-util/wxglade/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/wxglade # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v 1.25 2006/10/05 21:49:37 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v 1.26 2006/12/24 21:52:00 dirtyepic Exp $ + + 24 Dec 2006; Ryan Hill <dirtyepic@gentoo.org> wxglade-0.4.ebuild: + Update wxpython dependency. 05 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> wxglade-0.4.ebuild: Stable on sparc wrt #149952 diff --git a/dev-util/wxglade/wxglade-0.4.ebuild b/dev-util/wxglade/wxglade-0.4.ebuild index 8efdb4ef4461..7d86738dca48 100644 --- a/dev-util/wxglade/wxglade-0.4.ebuild +++ b/dev-util/wxglade/wxglade-0.4.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-util/wxglade/wxglade-0.4.ebuild,v 1.5 2006/10/05 21:49:37 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.4.ebuild,v 1.6 2006/12/24 21:52:00 dirtyepic Exp $ inherit python @@ -14,7 +14,7 @@ KEYWORDS="amd64 ppc sparc x86" IUSE="" S="${WORKDIR}/${MY_P}" DEPEND=">=dev-lang/python-2.2 - >=dev-python/wxpython-2.4.2.4" + >=dev-python/wxpython-2.6" src_install() { python_version |