Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/filebus/
Date: Tue, 01 Feb 2022 18:40:17
Message-Id: 1643740809.156d436c0d3bbc3f3f666018ac6a3b4611b63689.mgorny@gentoo
1 commit: 156d436c0d3bbc3f3f666018ac6a3b4611b63689
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 1 18:38:55 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 1 18:40:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=156d436c
7
8 app-misc/filebus: Remove DISTUTILS_USE_SETUPTOOLS
9
10 DISTUTILS_USE_SETUPTOOLS is not used with DISTUTILS_OPTIONAL, and now it
11 triggers a QA warning. Remove it.
12
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 app-misc/filebus/filebus-0.3.2.ebuild | 3 +--
16 app-misc/filebus/filebus-0.3.4.ebuild | 3 +--
17 app-misc/filebus/filebus-0.3.5.ebuild | 3 +--
18 3 files changed, 3 insertions(+), 6 deletions(-)
19
20 diff --git a/app-misc/filebus/filebus-0.3.2.ebuild b/app-misc/filebus/filebus-0.3.2.ebuild
21 index cfa1df91be48..c0d2c74f5bc0 100644
22 --- a/app-misc/filebus/filebus-0.3.2.ebuild
23 +++ b/app-misc/filebus/filebus-0.3.2.ebuild
24 @@ -1,9 +1,8 @@
25 -# Copyright 2021 Gentoo Authors
26 +# Copyright 2021-2022 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 DISTUTILS_OPTIONAL=1
31 -DISTUTILS_USE_SETUPTOOLS=manual
32 PYTHON_COMPAT=( python3_{7,8,9} )
33
34 inherit distutils-r1
35
36 diff --git a/app-misc/filebus/filebus-0.3.4.ebuild b/app-misc/filebus/filebus-0.3.4.ebuild
37 index aa9148dd2099..b79175ae49cb 100644
38 --- a/app-misc/filebus/filebus-0.3.4.ebuild
39 +++ b/app-misc/filebus/filebus-0.3.4.ebuild
40 @@ -1,9 +1,8 @@
41 -# Copyright 2021 Gentoo Authors
42 +# Copyright 2021-2022 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=7
46 DISTUTILS_OPTIONAL=1
47 -DISTUTILS_USE_SETUPTOOLS=manual
48 PYTHON_COMPAT=( python3_{7,8,9,10} )
49
50 inherit distutils-r1
51
52 diff --git a/app-misc/filebus/filebus-0.3.5.ebuild b/app-misc/filebus/filebus-0.3.5.ebuild
53 index aa9148dd2099..b79175ae49cb 100644
54 --- a/app-misc/filebus/filebus-0.3.5.ebuild
55 +++ b/app-misc/filebus/filebus-0.3.5.ebuild
56 @@ -1,9 +1,8 @@
57 -# Copyright 2021 Gentoo Authors
58 +# Copyright 2021-2022 Gentoo Authors
59 # Distributed under the terms of the GNU General Public License v2
60
61 EAPI=7
62 DISTUTILS_OPTIONAL=1
63 -DISTUTILS_USE_SETUPTOOLS=manual
64 PYTHON_COMPAT=( python3_{7,8,9,10} )
65
66 inherit distutils-r1