commit: 3d30a41de9aef7b773cda6126d13dd2012cd6fc6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 7 13:05:54 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 7 13:17:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d30a41d
app-arch/brotli: Remove py2.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-arch/brotli/brotli-1.0.6-r1.ebuild | 2 +-
app-arch/brotli/brotli-1.0.7.ebuild | 2 +-
app-arch/brotli/brotli-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-arch/brotli/brotli-1.0.6-r1.ebuild
b/app-arch/brotli/brotli-1.0.6-r1.ebuild
index c05b47ef15e..012faf0a92f 100644
--- a/app-arch/brotli/brotli-1.0.6-r1.ebuild
+++ b/app-arch/brotli/brotli-1.0.6-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
DISTUTILS_OPTIONAL="1"
DISTUTILS_IN_SOURCE_BUILD="1"
diff --git a/app-arch/brotli/brotli-1.0.7.ebuild
b/app-arch/brotli/brotli-1.0.7.ebuild
index 8d1ac2a54db..043e7e6232d 100644
--- a/app-arch/brotli/brotli-1.0.7.ebuild
+++ b/app-arch/brotli/brotli-1.0.7.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
DISTUTILS_OPTIONAL="1"
DISTUTILS_IN_SOURCE_BUILD="1"
diff --git a/app-arch/brotli/brotli-9999.ebuild
b/app-arch/brotli/brotli-9999.ebuild
index 384742d7c7f..f40bbfb62d2 100644
--- a/app-arch/brotli/brotli-9999.ebuild
+++ b/app-arch/brotli/brotli-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
DISTUTILS_OPTIONAL="1"
DISTUTILS_IN_SOURCE_BUILD="1"