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: dev-tcltk/snack/
Date: Tue, 01 Feb 2022 18:51:48
Message-Id: 1643741499.91048aff11aadefe13ef7fb0b12a9de553c71b0d.mgorny@gentoo
1 commit: 91048aff11aadefe13ef7fb0b12a9de553c71b0d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 1 18:42:26 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 1 18:51:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91048aff
7
8 dev-tcltk/snack: 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 dev-tcltk/snack/snack-2.2.10-r9.ebuild | 3 +--
16 1 file changed, 1 insertion(+), 2 deletions(-)
17
18 diff --git a/dev-tcltk/snack/snack-2.2.10-r9.ebuild b/dev-tcltk/snack/snack-2.2.10-r9.ebuild
19 index 310699533c3c..14313d7b98c7 100644
20 --- a/dev-tcltk/snack/snack-2.2.10-r9.ebuild
21 +++ b/dev-tcltk/snack/snack-2.2.10-r9.ebuild
22 @@ -1,10 +1,9 @@
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=( python3_{7..9} )
30 -DISTUTILS_USE_SETUPTOOLS=no
31 DISTUTILS_OPTIONAL=yes
32
33 inherit distutils-r1 toolchain-funcs virtualx