commit: 156d436c0d3bbc3f3f666018ac6a3b4611b63689
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 1 18:38:55 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 1 18:40:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=156d436c
app-misc/filebus: 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 <AT> gentoo.org>
app-misc/filebus/filebus-0.3.2.ebuild | 3 +--
app-misc/filebus/filebus-0.3.4.ebuild | 3 +--
app-misc/filebus/filebus-0.3.5.ebuild | 3 +--
3 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/app-misc/filebus/filebus-0.3.2.ebuild
b/app-misc/filebus/filebus-0.3.2.ebuild
index cfa1df91be48..c0d2c74f5bc0 100644
--- a/app-misc/filebus/filebus-0.3.2.ebuild
+++ b/app-misc/filebus/filebus-0.3.2.ebuild
@@ -1,9 +1,8 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_OPTIONAL=1
-DISTUTILS_USE_SETUPTOOLS=manual
PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
diff --git a/app-misc/filebus/filebus-0.3.4.ebuild
b/app-misc/filebus/filebus-0.3.4.ebuild
index aa9148dd2099..b79175ae49cb 100644
--- a/app-misc/filebus/filebus-0.3.4.ebuild
+++ b/app-misc/filebus/filebus-0.3.4.ebuild
@@ -1,9 +1,8 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_OPTIONAL=1
-DISTUTILS_USE_SETUPTOOLS=manual
PYTHON_COMPAT=( python3_{7,8,9,10} )
inherit distutils-r1
diff --git a/app-misc/filebus/filebus-0.3.5.ebuild
b/app-misc/filebus/filebus-0.3.5.ebuild
index aa9148dd2099..b79175ae49cb 100644
--- a/app-misc/filebus/filebus-0.3.5.ebuild
+++ b/app-misc/filebus/filebus-0.3.5.ebuild
@@ -1,9 +1,8 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_OPTIONAL=1
-DISTUTILS_USE_SETUPTOOLS=manual
PYTHON_COMPAT=( python3_{7,8,9,10} )
inherit distutils-r1