diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-26 13:24:33 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-26 13:38:48 +0100 |
commit | c588551358b5c2035f5d376e2ea9ba745cc52ceb (patch) | |
tree | ed8e29e2aa5926d7aa123a475ff137b0451bbf31 /app-portage | |
parent | net-news/quiterss: 0.19.3 version bump (diff) | |
download | gentoo-c588551358b5c2035f5d376e2ea9ba745cc52ceb.tar.gz gentoo-c588551358b5c2035f5d376e2ea9ba745cc52ceb.tar.bz2 gentoo-c588551358b5c2035f5d376e2ea9ba745cc52ceb.zip |
app-portage/gentoolkit: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-0.4.6.ebuild | 2 | ||||
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-0.4.7.ebuild | 2 | ||||
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild index 624a90da4a65..46a21780e945 100644 --- a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild +++ b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) PYTHON_REQ_USE="xml(+),threads(+)" inherit distutils-r1 diff --git a/app-portage/gentoolkit/gentoolkit-0.4.7.ebuild b/app-portage/gentoolkit/gentoolkit-0.4.7.ebuild index 4ecbc9343c9e..e4162f133220 100644 --- a/app-portage/gentoolkit/gentoolkit-0.4.7.ebuild +++ b/app-portage/gentoolkit/gentoolkit-0.4.7.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) PYTHON_REQ_USE="xml(+),threads(+)" inherit distutils-r1 diff --git a/app-portage/gentoolkit/gentoolkit-9999.ebuild b/app-portage/gentoolkit/gentoolkit-9999.ebuild index f79109cd9a4e..1bb4f4cc13d5 100644 --- a/app-portage/gentoolkit/gentoolkit-9999.ebuild +++ b/app-portage/gentoolkit/gentoolkit-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) PYTHON_REQ_USE="xml(+),threads(+)" EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoolkit.git" |