diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-11 12:30:00 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-11 12:38:12 +0100 |
commit | 439300574cbc69939e762b2971aec75500971862 (patch) | |
tree | 485ffc4db052c4786478cb47640ea76a0bbde636 /app-portage | |
parent | app-portage/fetchcommandwrapper: Remove py2 (diff) | |
download | gentoo-439300574cbc69939e762b2971aec75500971862.tar.gz gentoo-439300574cbc69939e762b2971aec75500971862.tar.bz2 gentoo-439300574cbc69939e762b2971aec75500971862.zip |
app-portage/flaggie: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/flaggie/flaggie-0.2.1-r1.ebuild | 2 | ||||
-rw-r--r-- | app-portage/flaggie/flaggie-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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 |