commit: 6130445e2b2dc1397ff5178a9f45c1081844933b
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 02:23:09 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 02:23:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6130445e
sci-calculators/units: Add support for python 3.6.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
sci-calculators/units/units-2.16.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-calculators/units/units-2.16.ebuild
b/sci-calculators/units/units-2.16.ebuild
index 2258f3aafd5..d8776e7e89c 100644
--- a/sci-calculators/units/units-2.16.ebuild
+++ b/sci-calculators/units/units-2.16.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit eutils python-single-r1
DESCRIPTION="Unit conversion program"