diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-01 19:41:18 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-01 19:51:38 +0100 |
commit | 5c8d6b26ab019f9df1be183ef76f35a2468b15ea (patch) | |
tree | 81ffa3ad43c94381efb9b767caa99f160823af45 /app-i18n | |
parent | dev-python/pyamg: fix test calls (diff) | |
download | gentoo-5c8d6b26ab019f9df1be183ef76f35a2468b15ea.tar.gz gentoo-5c8d6b26ab019f9df1be183ef76f35a2468b15ea.tar.bz2 gentoo-5c8d6b26ab019f9df1be183ef76f35a2468b15ea.zip |
app-i18n/nkf: 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 'app-i18n')
-rw-r--r-- | app-i18n/nkf/nkf-2.1.4.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-i18n/nkf/nkf-2.1.4.ebuild b/app-i18n/nkf/nkf-2.1.4.ebuild index 6e5c65352486..ac04c630c7d8 100644 --- a/app-i18n/nkf/nkf-2.1.4.ebuild +++ b/app-i18n/nkf/nkf-2.1.4.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,8} ) DISTUTILS_OPTIONAL="1" -DISTUTILS_USE_SETUPTOOLS="no" inherit distutils-r1 perl-module toolchain-funcs vcs-snapshot |