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: sys-fs/zfs/
Date: Tue, 01 Feb 2022 18:40:17
Message-Id: 1643740808.8955fe6c3a5e425d1de877cbc79fcac173403aed.mgorny@gentoo
1 commit: 8955fe6c3a5e425d1de877cbc79fcac173403aed
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 1 18:37:17 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 1 18:40:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8955fe6c
7
8 sys-fs/zfs: 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 sys-fs/zfs/zfs-0.8.6-r2.ebuild | 3 +--
16 sys-fs/zfs/zfs-2.0.7.ebuild | 3 +--
17 sys-fs/zfs/zfs-2.1.2-r1.ebuild | 1 -
18 sys-fs/zfs/zfs-9999.ebuild | 3 +--
19 4 files changed, 3 insertions(+), 7 deletions(-)
20
21 diff --git a/sys-fs/zfs/zfs-0.8.6-r2.ebuild b/sys-fs/zfs/zfs-0.8.6-r2.ebuild
22 index 2ac686b80913..46403d3bc9b8 100644
23 --- a/sys-fs/zfs/zfs-0.8.6-r2.ebuild
24 +++ b/sys-fs/zfs/zfs-0.8.6-r2.ebuild
25 @@ -1,10 +1,9 @@
26 -# Copyright 1999-2021 Gentoo Authors
27 +# Copyright 1999-2022 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=7
31
32 DISTUTILS_OPTIONAL=1
33 -DISTUTILS_USE_SETUPTOOLS=manual
34 PYTHON_COMPAT=( python3_{7,8,9} )
35
36 inherit autotools bash-completion-r1 dist-kernel-utils distutils-r1 flag-o-matic linux-info systemd udev usr-ldscript
37
38 diff --git a/sys-fs/zfs/zfs-2.0.7.ebuild b/sys-fs/zfs/zfs-2.0.7.ebuild
39 index 49a33456ec22..e4ff7efbdefa 100644
40 --- a/sys-fs/zfs/zfs-2.0.7.ebuild
41 +++ b/sys-fs/zfs/zfs-2.0.7.ebuild
42 @@ -1,10 +1,9 @@
43 -# Copyright 1999-2021 Gentoo Authors
44 +# Copyright 1999-2022 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=7
48
49 DISTUTILS_OPTIONAL=1
50 -DISTUTILS_USE_SETUPTOOLS=manual
51 PYTHON_COMPAT=( python3_{8..10} )
52
53 inherit autotools bash-completion-r1 dist-kernel-utils distutils-r1 flag-o-matic linux-info pam systemd udev usr-ldscript
54
55 diff --git a/sys-fs/zfs/zfs-2.1.2-r1.ebuild b/sys-fs/zfs/zfs-2.1.2-r1.ebuild
56 index c23eff19402e..d119026f5c74 100644
57 --- a/sys-fs/zfs/zfs-2.1.2-r1.ebuild
58 +++ b/sys-fs/zfs/zfs-2.1.2-r1.ebuild
59 @@ -4,7 +4,6 @@
60 EAPI=7
61
62 DISTUTILS_OPTIONAL=1
63 -DISTUTILS_USE_SETUPTOOLS=manual
64 PYTHON_COMPAT=( python3_{8,9,10} )
65
66 inherit autotools bash-completion-r1 dist-kernel-utils distutils-r1 flag-o-matic linux-info pam systemd udev usr-ldscript
67
68 diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild
69 index c5b347c4f1a2..cd2bdc26966b 100644
70 --- a/sys-fs/zfs/zfs-9999.ebuild
71 +++ b/sys-fs/zfs/zfs-9999.ebuild
72 @@ -1,10 +1,9 @@
73 -# Copyright 1999-2021 Gentoo Authors
74 +# Copyright 1999-2022 Gentoo Authors
75 # Distributed under the terms of the GNU General Public License v2
76
77 EAPI=7
78
79 DISTUTILS_OPTIONAL=1
80 -DISTUTILS_USE_SETUPTOOLS=manual
81 PYTHON_COMPAT=( python3_{8,9,10} )
82
83 inherit autotools bash-completion-r1 dist-kernel-utils distutils-r1 flag-o-matic linux-info pam systemd udev usr-ldscript