diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2022-01-16 00:00:00 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-01-29 23:18:38 +0800 |
commit | ab98a503a3371198b6fc0279cd47442f039b9b41 (patch) | |
tree | 3aeb1c628cff0439a5f03a6fd23464368fec4b18 /dev-util/gyp | |
parent | app-i18n/mozc: Fix building with >=dev-libs/protobuf-3.18.0 (diff) | |
download | gentoo-ab98a503a3371198b6fc0279cd47442f039b9b41.tar.gz gentoo-ab98a503a3371198b6fc0279cd47442f039b9b41.tar.bz2 gentoo-ab98a503a3371198b6fc0279cd47442f039b9b41.zip |
dev-util/gyp: Delete no longer needed DISTUTILS_USE_SETUPTOOLS="rdepend".
Closes: https://bugs.gentoo.org/818577
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-util/gyp')
-rw-r--r-- | dev-util/gyp/gyp-20200512145953.ebuild | 3 | ||||
-rw-r--r-- | dev-util/gyp/gyp-99999999999999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-util/gyp/gyp-20200512145953.ebuild b/dev-util/gyp/gyp-20200512145953.ebuild index 04041f153491..f499409a7905 100644 --- a/dev-util/gyp/gyp-20200512145953.ebuild +++ b/dev-util/gyp/gyp-20200512145953.ebuild @@ -1,10 +1,9 @@ -# Copyright 2017-2020 Gentoo Authors +# Copyright 2017-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_SINGLE_IMPL="1" -DISTUTILS_USE_SETUPTOOLS="rdepend" inherit distutils-r1 diff --git a/dev-util/gyp/gyp-99999999999999.ebuild b/dev-util/gyp/gyp-99999999999999.ebuild index f163e0f3957b..4f1e8527d561 100644 --- a/dev-util/gyp/gyp-99999999999999.ebuild +++ b/dev-util/gyp/gyp-99999999999999.ebuild @@ -1,10 +1,9 @@ -# Copyright 2017-2020 Gentoo Authors +# Copyright 2017-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_SINGLE_IMPL="1" -DISTUTILS_USE_SETUPTOOLS="rdepend" inherit distutils-r1 |