diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-01 19:43:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-01 19:51:41 +0100 |
commit | 52feaf1f88ae92cb5966becd33adc309269e3f4d (patch) | |
tree | b9111477c7f35e9b50bf21ebbb23485d1ce6a1a6 /sys-apps/i2c-tools | |
parent | media-libs/portmidi: Remove DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-52feaf1f88ae92cb5966becd33adc309269e3f4d.tar.gz gentoo-52feaf1f88ae92cb5966becd33adc309269e3f4d.tar.bz2 gentoo-52feaf1f88ae92cb5966becd33adc309269e3f4d.zip |
sys-apps/i2c-tools: Remove DISTUTILS_USE_SETUPTOOLS
DISTUTILS_USE_SETUPTOOLS is not used with DISTUTILS_OPTIONAL, and now it
triggers a QA warning. Remove it.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-apps/i2c-tools')
-rw-r--r-- | sys-apps/i2c-tools/i2c-tools-4.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/i2c-tools/i2c-tools-4.2.ebuild b/sys-apps/i2c-tools/i2c-tools-4.2.ebuild index 49fdd89041cc..ad2026877fe8 100644 --- a/sys-apps/i2c-tools/i2c-tools-4.2.ebuild +++ b/sys-apps/i2c-tools/i2c-tools-4.2.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-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} ) DISTUTILS_OPTIONAL="1" -DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 flag-o-matic toolchain-funcs |