diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-07-06 15:08:16 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-07-06 15:08:16 +0000 |
commit | f1b3e90920d2acc8ab814ec2a18605cc46c2ebd7 (patch) | |
tree | 1cc22b702f62b1c5903344a34a071d30ae0d33f2 /sci-calculators | |
parent | Install a patched units_cur (bug #470182). (diff) | |
download | gentoo-2-f1b3e90920d2acc8ab814ec2a18605cc46c2ebd7.tar.gz gentoo-2-f1b3e90920d2acc8ab814ec2a18605cc46c2ebd7.tar.bz2 gentoo-2-f1b3e90920d2acc8ab814ec2a18605cc46c2ebd7.zip |
Update dev-lang/python dependency.
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/units/ChangeLog | 5 | ||||
-rw-r--r-- | sci-calculators/units/units-2.01-r1.ebuild | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/sci-calculators/units/ChangeLog b/sci-calculators/units/ChangeLog index bbac6e0dbf0f..caf4b1c0b746 100644 --- a/sci-calculators/units/ChangeLog +++ b/sci-calculators/units/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-calculators/units # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/ChangeLog,v 1.54 2013/07/06 14:47:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/ChangeLog,v 1.55 2013/07/06 15:08:16 jer Exp $ + + 06 Jul 2013; Jeroen Roovers <jer@gentoo.org> units-2.01-r1.ebuild: + Update dev-lang/python dependency. *units-2.01-r1 (06 Jul 2013) diff --git a/sci-calculators/units/units-2.01-r1.ebuild b/sci-calculators/units/units-2.01-r1.ebuild index 17c8e1d15c6b..46f0f7bf3f5d 100644 --- a/sci-calculators/units/units-2.01-r1.ebuild +++ b/sci-calculators/units/units-2.01-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/units-2.01-r1.ebuild,v 1.1 2013/07/06 14:47:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/units-2.01-r1.ebuild,v 1.2 2013/07/06 15:08:16 jer Exp $ EAPI=5 inherit autotools eutils @@ -18,7 +18,11 @@ DEPEND=" >=sys-libs/readline-4.1-r2 " RDEPEND=" - || ( dev-lang/python:2.5 dev-lang/python:2.6 dev-lang/python:2.7 ) + || ( + dev-lang/python:2.5[xml] + dev-lang/python:2.6[xml] + dev-lang/python:2.7[xml] + ) ${DEPEND} " |