diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-01 19:38:55 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-01 19:40:09 +0100 |
commit | 156d436c0d3bbc3f3f666018ac6a3b4611b63689 (patch) | |
tree | ca8ed1cacd4e672d8c4f359b9236b2617572dbbd /app-misc/filebus | |
parent | sys-fs/zfs: Remove DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-156d436c0d3bbc3f3f666018ac6a3b4611b63689.tar.gz gentoo-156d436c0d3bbc3f3f666018ac6a3b4611b63689.tar.bz2 gentoo-156d436c0d3bbc3f3f666018ac6a3b4611b63689.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>
Diffstat (limited to 'app-misc/filebus')
-rw-r--r-- | app-misc/filebus/filebus-0.3.2.ebuild | 3 | ||||
-rw-r--r-- | app-misc/filebus/filebus-0.3.4.ebuild | 3 | ||||
-rw-r--r-- | 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 |