commit: aa579d36bb96a8ab378e745de11cb20293b0e1f9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 18:56:45 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 19:12:28 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa579d36
dev-libs/libbytesize: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-libs/libbytesize/libbytesize-1.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libbytesize/libbytesize-1.4.ebuild
b/dev-libs/libbytesize/libbytesize-1.4.ebuild
index 326218a5913..35486a53293 100644
--- a/dev-libs/libbytesize/libbytesize-1.4.ebuild
+++ b/dev-libs/libbytesize/libbytesize-1.4.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit autotools python-r1