Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/
Date: Fri, 03 Sep 2021 01:54:02
Message-Id: 1630626737.efd8b67187a1a3e193973a7cbce4cb81dba16d2a.sam@gentoo
1 commit: efd8b67187a1a3e193973a7cbce4cb81dba16d2a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 2 19:53:17 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 2 23:52:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd8b671
7
8 sys-cluster/glusterfs: [QA] fix IndirectInherits
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-cluster/glusterfs/glusterfs-7.9-r1.ebuild | 2 +-
13 sys-cluster/glusterfs/glusterfs-8.3-r1.ebuild | 2 +-
14 sys-cluster/glusterfs/glusterfs-8.4-r1.ebuild | 2 +-
15 sys-cluster/glusterfs/glusterfs-9.1-r1.ebuild | 2 +-
16 4 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/sys-cluster/glusterfs/glusterfs-7.9-r1.ebuild b/sys-cluster/glusterfs/glusterfs-7.9-r1.ebuild
19 index 8fe9cb9d3d7..9fe0f1f7df8 100644
20 --- a/sys-cluster/glusterfs/glusterfs-7.9-r1.ebuild
21 +++ b/sys-cluster/glusterfs/glusterfs-7.9-r1.ebuild
22 @@ -5,7 +5,7 @@ EAPI=7
23
24 PYTHON_COMPAT=( python3_{7..9} )
25
26 -inherit autotools elisp-common python-single-r1 systemd
27 +inherit autotools elisp-common python-single-r1 tmpfiles
28
29 SRC_URI="https://download.gluster.org/pub/gluster/${PN}/$(ver_cut 1)/${PV}/${P}.tar.gz"
30 KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
31
32 diff --git a/sys-cluster/glusterfs/glusterfs-8.3-r1.ebuild b/sys-cluster/glusterfs/glusterfs-8.3-r1.ebuild
33 index 79808b9e3ff..e951ef2e84c 100644
34 --- a/sys-cluster/glusterfs/glusterfs-8.3-r1.ebuild
35 +++ b/sys-cluster/glusterfs/glusterfs-8.3-r1.ebuild
36 @@ -5,7 +5,7 @@ EAPI=7
37
38 PYTHON_COMPAT=( python3_{7..9} )
39
40 -inherit autotools elisp-common python-single-r1 systemd
41 +inherit autotools elisp-common python-single-r1 tmpfiles
42
43 SRC_URI="https://download.gluster.org/pub/gluster/${PN}/$(ver_cut 1)/${PV}/${P}.tar.gz"
44 KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
45
46 diff --git a/sys-cluster/glusterfs/glusterfs-8.4-r1.ebuild b/sys-cluster/glusterfs/glusterfs-8.4-r1.ebuild
47 index 79808b9e3ff..e951ef2e84c 100644
48 --- a/sys-cluster/glusterfs/glusterfs-8.4-r1.ebuild
49 +++ b/sys-cluster/glusterfs/glusterfs-8.4-r1.ebuild
50 @@ -5,7 +5,7 @@ EAPI=7
51
52 PYTHON_COMPAT=( python3_{7..9} )
53
54 -inherit autotools elisp-common python-single-r1 systemd
55 +inherit autotools elisp-common python-single-r1 tmpfiles
56
57 SRC_URI="https://download.gluster.org/pub/gluster/${PN}/$(ver_cut 1)/${PV}/${P}.tar.gz"
58 KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
59
60 diff --git a/sys-cluster/glusterfs/glusterfs-9.1-r1.ebuild b/sys-cluster/glusterfs/glusterfs-9.1-r1.ebuild
61 index 4b3b440fa71..481163386a9 100644
62 --- a/sys-cluster/glusterfs/glusterfs-9.1-r1.ebuild
63 +++ b/sys-cluster/glusterfs/glusterfs-9.1-r1.ebuild
64 @@ -5,7 +5,7 @@ EAPI=7
65
66 PYTHON_COMPAT=( python3_{7..9} )
67
68 -inherit autotools elisp-common python-single-r1 systemd
69 +inherit autotools elisp-common python-single-r1 tmpfiles
70
71 SRC_URI="https://download.gluster.org/pub/gluster/${PN}/$(ver_cut 1)/${PV}/${P}.tar.gz"
72 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"