diff options
author | Jim Ramsay <lack@gentoo.org> | 2010-03-22 16:44:35 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2010-03-22 16:44:35 +0000 |
commit | 1dd568ec21859eb4a3a0816a61c94a8d41332a49 (patch) | |
tree | 242bce4e30f237a1464984ced274f19f113c44c2 /rox-base/rox-lib | |
parent | Prevent people from doing stupid things wrt #310741 (diff) | |
download | gentoo-2-1dd568ec21859eb4a3a0816a61c94a8d41332a49.tar.gz gentoo-2-1dd568ec21859eb4a3a0816a61c94a8d41332a49.tar.bz2 gentoo-2-1dd568ec21859eb4a3a0816a61c94a8d41332a49.zip |
Update python dependencies to use PYTHON_DEPEND instead of NEED_PYTHON
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'rox-base/rox-lib')
-rw-r--r-- | rox-base/rox-lib/ChangeLog | 6 | ||||
-rw-r--r-- | rox-base/rox-lib/rox-lib-2.0.5-r1.ebuild | 6 | ||||
-rw-r--r-- | rox-base/rox-lib/rox-lib-2.0.6.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/rox-base/rox-lib/ChangeLog b/rox-base/rox-lib/ChangeLog index e20e91a324b1..7e3f8257d67a 100644 --- a/rox-base/rox-lib/ChangeLog +++ b/rox-base/rox-lib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for rox-base/rox-lib # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/ChangeLog,v 1.42 2010/02/13 19:13:46 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/ChangeLog,v 1.43 2010/03/22 16:44:35 lack Exp $ + + 22 Mar 2010; Jim Ramsay <lack@gentoo.org> rox-lib-2.0.5-r1.ebuild, + rox-lib-2.0.6.ebuild: + Update python dependencies to use PYTHON_DEPEND instead of NEED_PYTHON 13 Feb 2010; Raúl Porcel <armin76@gentoo.org> rox-lib-2.0.6.ebuild: alpha/sparc stable wrt #300732 diff --git a/rox-base/rox-lib/rox-lib-2.0.5-r1.ebuild b/rox-base/rox-lib/rox-lib-2.0.5-r1.ebuild index 8b14c785e775..a68b524dec7d 100644 --- a/rox-base/rox-lib/rox-lib-2.0.5-r1.ebuild +++ b/rox-base/rox-lib/rox-lib-2.0.5-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.5-r1.ebuild,v 1.7 2009/06/03 17:44:21 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.5-r1.ebuild,v 1.8 2010/03/22 16:44:35 lack Exp $ EAPI=2 -NEED_PYTHON="2.3" +PYTHON_DEPEND="2:2.4" inherit python eutils multilib MY_PN="rox-lib2" diff --git a/rox-base/rox-lib/rox-lib-2.0.6.ebuild b/rox-base/rox-lib/rox-lib-2.0.6.ebuild index 25e6fde1a104..134bf2eaac12 100644 --- a/rox-base/rox-lib/rox-lib-2.0.6.ebuild +++ b/rox-base/rox-lib/rox-lib-2.0.6.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.6.ebuild,v 1.5 2010/02/13 19:13:46 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.6.ebuild,v 1.6 2010/03/22 16:44:35 lack Exp $ -NEED_PYTHON="2.3" +PYTHON_DEPEND="2:2.4" inherit python eutils multilib MY_PN="rox-lib2" |