diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-10 02:53:46 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-10 02:53:46 +0000 |
commit | 9afc0b9a4aecb2e6347cd6d409af0afdfb7a4599 (patch) | |
tree | 4277a4064890e51d9b6a5641cf1f519b990662ec /sys-devel | |
parent | Changing python deps in preparation for 2.4 removal (diff) | |
download | gentoo-2-9afc0b9a4aecb2e6347cd6d409af0afdfb7a4599.tar.gz gentoo-2-9afc0b9a4aecb2e6347cd6d409af0afdfb7a4599.tar.bz2 gentoo-2-9afc0b9a4aecb2e6347cd6d409af0afdfb7a4599.zip |
Changing python deps in preparation for 2.4 removal
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/distcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/distcc/distcc-3.2_rc1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-devel/distcc/ChangeLog b/sys-devel/distcc/ChangeLog index 6825c2882eaf..b9a2834292d0 100644 --- a/sys-devel/distcc/ChangeLog +++ b/sys-devel/distcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/distcc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.213 2012/01/09 13:29:10 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.214 2012/02/10 02:53:46 patrick Exp $ + + 10 Feb 2012; Patrick Lauer <patrick@gentoo.org> distcc-3.2_rc1.ebuild: + Changing python deps in preparation for 2.4 removal *distcc-3.1-r6 (09 Jan 2012) diff --git a/sys-devel/distcc/distcc-3.2_rc1.ebuild b/sys-devel/distcc/distcc-3.2_rc1.ebuild index dc4df55459b0..f703db5c6764 100644 --- a/sys-devel/distcc/distcc-3.2_rc1.ebuild +++ b/sys-devel/distcc/distcc-3.2_rc1.ebuild @@ -1,9 +1,9 @@ -# 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/sys-devel/distcc/distcc-3.2_rc1.ebuild,v 1.1 2011/10/28 05:41:06 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.2_rc1.ebuild,v 1.2 2012/02/10 02:53:46 patrick Exp $ EAPI="3" -PYTHON_DEPEND="2:2.4" +PYTHON_DEPEND="2:2.5" inherit autotools eutils fdo-mime flag-o-matic multilib python toolchain-funcs |