From: Michał Górny Date: Tue, 11 Feb 2020 11:30:00 +0000 (+0100) Subject: app-portage/flaggie: Remove py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=439300574cbc69939e762b2971aec75500971862;p=gentoo.git app-portage/flaggie: Remove py2 Signed-off-by: Michał Górny --- diff --git a/app-portage/flaggie/flaggie-0.2.1-r1.ebuild b/app-portage/flaggie/flaggie-0.2.1-r1.ebuild index 2257dbe98c4e..b83500f62a8b 100644 --- a/app-portage/flaggie/flaggie-0.2.1-r1.ebuild +++ b/app-portage/flaggie/flaggie-0.2.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit bash-completion-r1 distutils-r1 diff --git a/app-portage/flaggie/flaggie-9999.ebuild b/app-portage/flaggie/flaggie-9999.ebuild index 4a0285406c39..27b6ebe6955e 100644 --- a/app-portage/flaggie/flaggie-9999.ebuild +++ b/app-portage/flaggie/flaggie-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( python3_{6,7,8} ) EGIT_REPO_URI="https://github.com/mgorny/flaggie.git" inherit bash-completion-r1 distutils-r1 git-r3