commit: b54790b3d6546c16787d4b89b00063a4468e2daa
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 18 18:27:59 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 18 18:47:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b54790b3
dev-python/rednose: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/rednose/rednose-0.4.1.ebuild | 2 +-
dev-python/rednose/rednose-0.4.3.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/rednose/rednose-0.4.1.ebuild
b/dev-python/rednose/rednose-0.4.1.ebuild
index 4af2f8bafdc..f0f5566be64 100644
--- a/dev-python/rednose/rednose-0.4.1.ebuild
+++ b/dev-python/rednose/rednose-0.4.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
diff --git a/dev-python/rednose/rednose-0.4.3.ebuild
b/dev-python/rednose/rednose-0.4.3.ebuild
index b9138dc2065..7b2d5dd372c 100644
--- a/dev-python/rednose/rednose-0.4.3.ebuild
+++ b/dev-python/rednose/rednose-0.4.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1