commit: 753c1f066554f1c7143790e12cad4ab62a9943d8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 4 19:27:26 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 4 19:47:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=753c1f06
dev-python/cookies: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cookies/cookies-2.2.1-r1.ebuild | 2 +-
dev-python/cookies/cookies-2.2.1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/cookies/cookies-2.2.1-r1.ebuild
b/dev-python/cookies/cookies-2.2.1-r1.ebuild
index e973e6e15b0..d6ed2171ffd 100644
--- a/dev-python/cookies/cookies-2.2.1-r1.ebuild
+++ b/dev-python/cookies/cookies-2.2.1-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,7,8}} pypy3 )
+PYTHON_COMPAT=(python3_{6,7,8} pypy3 )
inherit distutils-r1
diff --git a/dev-python/cookies/cookies-2.2.1.ebuild
b/dev-python/cookies/cookies-2.2.1.ebuild
index 09dcb5dcaac..7133e4418b4 100644
--- a/dev-python/cookies/cookies-2.2.1.ebuild
+++ b/dev-python/cookies/cookies-2.2.1.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,3_7})
+PYTHON_COMPAT=(python{3_6,3_7})
inherit distutils-r1