summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-02-01 19:38:55 +0100
committerMichał Górny <mgorny@gentoo.org>2022-02-01 19:40:09 +0100
commit156d436c0d3bbc3f3f666018ac6a3b4611b63689 (patch)
treeca8ed1cacd4e672d8c4f359b9236b2617572dbbd
parentsys-fs/zfs: Remove DISTUTILS_USE_SETUPTOOLS (diff)
downloadgentoo-156d436c.tar.gz
gentoo-156d436c.tar.bz2
gentoo-156d436c.zip
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@gentoo.org>
-rw-r--r--app-misc/filebus/filebus-0.3.2.ebuild3
-rw-r--r--app-misc/filebus/filebus-0.3.4.ebuild3
-rw-r--r--app-misc/filebus/filebus-0.3.5.ebuild3
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