diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-11-22 19:14:38 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-11-22 19:14:38 +0000 |
commit | dd9a4b21983c075539fb84c2f07bd2e35e7a88c5 (patch) | |
tree | da26b4ca7c27105b9a48f8da963316e8322562b4 /sci-calculators/units | |
parent | amd64 stable wrt bug #529334 (diff) | |
download | gentoo-2-dd9a4b21983c075539fb84c2f07bd2e35e7a88c5.tar.gz gentoo-2-dd9a4b21983c075539fb84c2f07bd2e35e7a88c5.tar.bz2 gentoo-2-dd9a4b21983c075539fb84c2f07bd2e35e7a88c5.zip |
Add python 3.4 support.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'sci-calculators/units')
-rw-r--r-- | sci-calculators/units/ChangeLog | 5 | ||||
-rw-r--r-- | sci-calculators/units/units-2.11a.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-calculators/units/ChangeLog b/sci-calculators/units/ChangeLog index e76aafbd7b28..57632581e1f4 100644 --- a/sci-calculators/units/ChangeLog +++ b/sci-calculators/units/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-calculators/units # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/ChangeLog,v 1.77 2014/11/22 13:37:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/ChangeLog,v 1.78 2014/11/22 19:14:38 jer Exp $ + + 22 Nov 2014; Jeroen Roovers <jer@gentoo.org> units-2.11a.ebuild: + Add python 3.4 support. *units-2.11a (22 Nov 2014) diff --git a/sci-calculators/units/units-2.11a.ebuild b/sci-calculators/units/units-2.11a.ebuild index 9889a1c9c4e8..ed18af16ab65 100644 --- a/sci-calculators/units/units-2.11a.ebuild +++ b/sci-calculators/units/units-2.11a.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/units-2.11a.ebuild,v 1.1 2014/11/22 13:37:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/units-2.11a.ebuild,v 1.2 2014/11/22 19:14:38 jer Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) PYTHON_REQ_USE="xml" inherit eutils python-r1 |