diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-01 19:42:26 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-01 19:51:39 +0100 |
commit | 91048aff11aadefe13ef7fb0b12a9de553c71b0d (patch) | |
tree | ecb26f4683e9e7878b39151488a94d8da6120bc0 /dev-tcltk/snack | |
parent | app-i18n/nkf: Remove DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-91048aff11aadefe13ef7fb0b12a9de553c71b0d.tar.gz gentoo-91048aff11aadefe13ef7fb0b12a9de553c71b0d.tar.bz2 gentoo-91048aff11aadefe13ef7fb0b12a9de553c71b0d.zip |
dev-tcltk/snack: 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 'dev-tcltk/snack')
-rw-r--r-- | dev-tcltk/snack/snack-2.2.10-r9.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-tcltk/snack/snack-2.2.10-r9.ebuild b/dev-tcltk/snack/snack-2.2.10-r9.ebuild index 310699533c3c..14313d7b98c7 100644 --- a/dev-tcltk/snack/snack-2.2.10-r9.ebuild +++ b/dev-tcltk/snack/snack-2.2.10-r9.ebuild @@ -1,10 +1,9 @@ -# 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=( python3_{7..9} ) -DISTUTILS_USE_SETUPTOOLS=no DISTUTILS_OPTIONAL=yes inherit distutils-r1 toolchain-funcs virtualx |