diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-31 00:36:06 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-31 01:06:37 +0100 |
commit | d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a (patch) | |
tree | d0dbf038e99c25e5a3060c2ff646102555e6801e /dev-libs/marisa | |
parent | profiles: Clean py2.7 leftovers (diff) | |
download | gentoo-d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a.tar.gz gentoo-d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a.tar.bz2 gentoo-d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a.zip |
*/*: Remove obsolete values from PYTHON_COMPAT
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/marisa')
-rw-r--r-- | dev-libs/marisa/marisa-0.2.5.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/marisa/marisa-0.2.6.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/marisa/marisa-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/marisa/marisa-0.2.5.ebuild b/dev-libs/marisa/marisa-0.2.5.ebuild index 11ab370eff6e..bac968c1f7a8 100644 --- a/dev-libs/marisa/marisa-0.2.5.ebuild +++ b/dev-libs/marisa/marisa-0.2.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=(python{3_6,3_7,3_8,3_9}) +PYTHON_COMPAT=(python{3_7,3_8,3_9}) DISTUTILS_OPTIONAL="1" DISTUTILS_USE_SETUPTOOLS="no" diff --git a/dev-libs/marisa/marisa-0.2.6.ebuild b/dev-libs/marisa/marisa-0.2.6.ebuild index 388b89f6d58b..1ed697e7aea3 100644 --- a/dev-libs/marisa/marisa-0.2.6.ebuild +++ b/dev-libs/marisa/marisa-0.2.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=(python{3_6,3_7,3_8,3_9}) +PYTHON_COMPAT=(python{3_7,3_8,3_9}) DISTUTILS_OPTIONAL="1" DISTUTILS_USE_SETUPTOOLS="no" diff --git a/dev-libs/marisa/marisa-9999.ebuild b/dev-libs/marisa/marisa-9999.ebuild index ac80bc2f0601..929e4c4fe299 100644 --- a/dev-libs/marisa/marisa-9999.ebuild +++ b/dev-libs/marisa/marisa-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=(python{3_6,3_7,3_8,3_9}) +PYTHON_COMPAT=(python{3_7,3_8,3_9}) DISTUTILS_OPTIONAL="1" DISTUTILS_USE_SETUPTOOLS="no" |