diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2022-01-20 05:00:00 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-01-29 23:19:02 +0800 |
commit | 8cf2efc4b563886026de93809d9d7abff232e706 (patch) | |
tree | f23f17bcab8bd31b502e7052f3fe111c5d7de0f4 /dev-libs/marisa | |
parent | app-i18n/opencc: Version bump (1.1.3). (diff) | |
download | gentoo-8cf2efc4b563886026de93809d9d7abff232e706.tar.gz gentoo-8cf2efc4b563886026de93809d9d7abff232e706.tar.bz2 gentoo-8cf2efc4b563886026de93809d9d7abff232e706.zip |
dev-libs/marisa: Delete unused DISTUTILS_USE_SETUPTOOLS.
Closes: https://bugs.gentoo.org/800290
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-libs/marisa')
-rw-r--r-- | dev-libs/marisa/marisa-0.2.5.ebuild | 5 | ||||
-rw-r--r-- | dev-libs/marisa/marisa-0.2.6.ebuild | 1 | ||||
-rw-r--r-- | 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 |