commit: e281ee1c995c2e2bd469509800591eff28492993
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 12:06:14 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 12:12:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e281ee1c
sci-calculators/units: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-calculators/units/units-2.16-r1.ebuild | 2 +-
sci-calculators/units/units-2.18.ebuild | 2 +-
sci-calculators/units/units-2.19-r1.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-calculators/units/units-2.16-r1.ebuild
b/sci-calculators/units/units-2.16-r1.ebuild
index 42721017753..b6e116cc86e 100644
--- a/sci-calculators/units/units-2.16-r1.ebuild
+++ b/sci-calculators/units/units-2.16-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit eutils python-single-r1
DESCRIPTION="Unit conversion program"
diff --git a/sci-calculators/units/units-2.18.ebuild
b/sci-calculators/units/units-2.18.ebuild
index 04c2763a1eb..119605f9309 100644
--- a/sci-calculators/units/units-2.18.ebuild
+++ b/sci-calculators/units/units-2.18.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit eutils python-single-r1
DESCRIPTION="Unit conversion program"
diff --git a/sci-calculators/units/units-2.19-r1.ebuild
b/sci-calculators/units/units-2.19-r1.ebuild
index 244e15307d8..13c2f13963c 100644
--- a/sci-calculators/units/units-2.19-r1.ebuild
+++ b/sci-calculators/units/units-2.19-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit python-single-r1
DESCRIPTION="Unit conversion program"