diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-10 03:22:25 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-10 03:22:25 +0000 |
commit | c5bb2182c31e7449c0bdee3640fe7c90b998b160 (patch) | |
tree | c402880078c437bc6d1964d4bc245206d0230f6d /media-gfx/mypaint | |
parent | Changing python deps in preparation for 2.4 removal (diff) | |
download | gentoo-2-c5bb2182c31e7449c0bdee3640fe7c90b998b160.tar.gz gentoo-2-c5bb2182c31e7449c0bdee3640fe7c90b998b160.tar.bz2 gentoo-2-c5bb2182c31e7449c0bdee3640fe7c90b998b160.zip |
Changing python deps in preparation for 2.4 removal
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/mypaint')
-rw-r--r-- | media-gfx/mypaint/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/mypaint/mypaint-1.0.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-gfx/mypaint/ChangeLog b/media-gfx/mypaint/ChangeLog index 539b08147770..838641b59deb 100644 --- a/media-gfx/mypaint/ChangeLog +++ b/media-gfx/mypaint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/mypaint -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/mypaint/ChangeLog,v 1.14 2011/12/07 20:40:09 maksbotan Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/mypaint/ChangeLog,v 1.15 2012/02/10 03:22:25 patrick Exp $ + + 10 Feb 2012; Patrick Lauer <patrick@gentoo.org> mypaint-1.0.0-r1.ebuild: + Changing python deps in preparation for 2.4 removal 07 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> mypaint-1.0.0-r1.ebuild: Swap python_pkg_setup and python_set_active_version, thanks to Arfrever diff --git a/media-gfx/mypaint/mypaint-1.0.0-r1.ebuild b/media-gfx/mypaint/mypaint-1.0.0-r1.ebuild index 7abb785bef16..4558315d2892 100644 --- a/media-gfx/mypaint/mypaint-1.0.0-r1.ebuild +++ b/media-gfx/mypaint/mypaint-1.0.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/mypaint/mypaint-1.0.0-r1.ebuild,v 1.3 2011/12/07 20:40:09 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/mypaint/mypaint-1.0.0-r1.ebuild,v 1.4 2012/02/10 03:22:25 patrick Exp $ EAPI=4 -PYTHON_DEPEND="2:2.4" +PYTHON_DEPEND="2:2.5" inherit eutils fdo-mime gnome2-utils multilib scons-utils toolchain-funcs python |