diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-07-26 06:27:18 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-07-26 06:27:18 +0000 |
commit | 473e8ff46e60e80f399d44d210340e28e70e1368 (patch) | |
tree | 3873d3d032156fe31e81a0b22717a68ad2863e3d /sci-calculators | |
parent | Stable for HPPA (bug #551214). (diff) | |
download | gentoo-2-473e8ff46e60e80f399d44d210340e28e70e1368.tar.gz gentoo-2-473e8ff46e60e80f399d44d210340e28e70e1368.tar.bz2 gentoo-2-473e8ff46e60e80f399d44d210340e28e70e1368.zip |
Enable dev-lang/python:3.4 compatibility.
(Portage version: 2.2.20/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.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-calculators/units/ChangeLog b/sci-calculators/units/ChangeLog index a092015725f7..51273e02fb4c 100644 --- a/sci-calculators/units/ChangeLog +++ b/sci-calculators/units/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-calculators/units # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/ChangeLog,v 1.85 2015/05/28 16:35:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/ChangeLog,v 1.86 2015/07/26 06:27:18 jer Exp $ + + 26 Jul 2015; Jeroen Roovers <jer@gentoo.org> units-2.11.ebuild: + Enable dev-lang/python:3.4 compatibility. 28 May 2015; Jeroen Roovers <jer@gentoo.org> -units-2.02.ebuild, -units-2.02-r1.ebuild, -files/units-2.01-install.patch, diff --git a/sci-calculators/units/units-2.11.ebuild b/sci-calculators/units/units-2.11.ebuild index ab7203ee60cc..0870851ff4f5 100644 --- a/sci-calculators/units/units-2.11.ebuild +++ b/sci-calculators/units/units-2.11.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/units-2.11.ebuild,v 1.12 2015/05/28 15:14:19 jmorgan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/units-2.11.ebuild,v 1.13 2015/07/26 06:27:18 jer Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) PYTHON_REQ_USE="xml" inherit eutils python-r1 |