Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/i2c-tools/
Date: Tue, 01 Feb 2022 18:51:49
Message-Id: 1643741501.52feaf1f88ae92cb5966becd33adc309269e3f4d.mgorny@gentoo
1 commit: 52feaf1f88ae92cb5966becd33adc309269e3f4d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 1 18:43:32 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 1 18:51:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52feaf1f
7
8 sys-apps/i2c-tools: Remove DISTUTILS_USE_SETUPTOOLS
9
10 DISTUTILS_USE_SETUPTOOLS is not used with DISTUTILS_OPTIONAL, and now it
11 triggers a QA warning. Remove it.
12
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 sys-apps/i2c-tools/i2c-tools-4.2.ebuild | 3 +--
16 1 file changed, 1 insertion(+), 2 deletions(-)
17
18 diff --git a/sys-apps/i2c-tools/i2c-tools-4.2.ebuild b/sys-apps/i2c-tools/i2c-tools-4.2.ebuild
19 index 49fdd89041cc..ad2026877fe8 100644
20 --- a/sys-apps/i2c-tools/i2c-tools-4.2.ebuild
21 +++ b/sys-apps/i2c-tools/i2c-tools-4.2.ebuild
22 @@ -1,11 +1,10 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28
29 PYTHON_COMPAT=( python{3_7,3_8,3_9} )
30 DISTUTILS_OPTIONAL="1"
31 -DISTUTILS_USE_SETUPTOOLS=no
32
33 inherit distutils-r1 flag-o-matic toolchain-funcs