commit: 8cf2efc4b563886026de93809d9d7abff232e706 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org> AuthorDate: Thu Jan 20 05:00:00 2022 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Sat Jan 29 15:19:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cf2efc4
dev-libs/marisa: Delete unused DISTUTILS_USE_SETUPTOOLS. Closes: https://bugs.gentoo.org/800290 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org> Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> dev-libs/marisa/marisa-0.2.5.ebuild | 5 ++--- dev-libs/marisa/marisa-0.2.6.ebuild | 1 - dev-libs/marisa/marisa-9999.ebuild | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-libs/marisa/marisa-0.2.5.ebuild b/dev-libs/marisa/marisa-0.2.5.ebuild index bac968c1f7a8..af6c3b508d46 100644 --- a/dev-libs/marisa/marisa-0.2.5.ebuild +++ b/dev-libs/marisa/marisa-0.2.5.ebuild @@ -1,10 +1,9 @@ -# Copyright 2014-2020 Gentoo Authors +# Copyright 2014-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=(python{3_7,3_8,3_9}) +PYTHON_COMPAT=( python{3_7,3_8,3_9} ) DISTUTILS_OPTIONAL="1" -DISTUTILS_USE_SETUPTOOLS="no" inherit autotools distutils-r1 diff --git a/dev-libs/marisa/marisa-0.2.6.ebuild b/dev-libs/marisa/marisa-0.2.6.ebuild index 92816ee83d33..64ca06a03dae 100644 --- a/dev-libs/marisa/marisa-0.2.6.ebuild +++ b/dev-libs/marisa/marisa-0.2.6.ebuild @@ -4,7 +4,6 @@ EAPI="7" PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_OPTIONAL="1" -DISTUTILS_USE_SETUPTOOLS="no" inherit autotools distutils-r1 toolchain-funcs diff --git a/dev-libs/marisa/marisa-9999.ebuild b/dev-libs/marisa/marisa-9999.ebuild index d86351ef18fa..e6edbfbf8d5b 100644 --- a/dev-libs/marisa/marisa-9999.ebuild +++ b/dev-libs/marisa/marisa-9999.ebuild @@ -4,7 +4,6 @@ EAPI="7" PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_OPTIONAL="1" -DISTUTILS_USE_SETUPTOOLS="no" inherit autotools distutils-r1 toolchain-funcs
