diff options
author | Sam James <sam@gentoo.org> | 2021-09-02 20:53:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-03 00:52:17 +0100 |
commit | efd8b67187a1a3e193973a7cbce4cb81dba16d2a (patch) | |
tree | aaf3fd0a2156e3973f4f65175148a2a57783d405 /sys-cluster/glusterfs | |
parent | sys-block/buffer: [QA] fix UnusedInherits (diff) | |
download | gentoo-efd8b67187a1a3e193973a7cbce4cb81dba16d2a.tar.gz gentoo-efd8b67187a1a3e193973a7cbce4cb81dba16d2a.tar.bz2 gentoo-efd8b67187a1a3e193973a7cbce4cb81dba16d2a.zip |
sys-cluster/glusterfs: [QA] fix IndirectInherits
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster/glusterfs')
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-7.9-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-8.3-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-8.4-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-9.1-r1.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys-cluster/glusterfs/glusterfs-7.9-r1.ebuild b/sys-cluster/glusterfs/glusterfs-7.9-r1.ebuild index 8fe9cb9d3d7a..9fe0f1f7df80 100644 --- a/sys-cluster/glusterfs/glusterfs-7.9-r1.ebuild +++ b/sys-cluster/glusterfs/glusterfs-7.9-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..9} ) -inherit autotools elisp-common python-single-r1 systemd +inherit autotools elisp-common python-single-r1 tmpfiles SRC_URI="https://download.gluster.org/pub/gluster/${PN}/$(ver_cut 1)/${PV}/${P}.tar.gz" KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86" diff --git a/sys-cluster/glusterfs/glusterfs-8.3-r1.ebuild b/sys-cluster/glusterfs/glusterfs-8.3-r1.ebuild index 79808b9e3ff6..e951ef2e84cd 100644 --- a/sys-cluster/glusterfs/glusterfs-8.3-r1.ebuild +++ b/sys-cluster/glusterfs/glusterfs-8.3-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..9} ) -inherit autotools elisp-common python-single-r1 systemd +inherit autotools elisp-common python-single-r1 tmpfiles SRC_URI="https://download.gluster.org/pub/gluster/${PN}/$(ver_cut 1)/${PV}/${P}.tar.gz" KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86" diff --git a/sys-cluster/glusterfs/glusterfs-8.4-r1.ebuild b/sys-cluster/glusterfs/glusterfs-8.4-r1.ebuild index 79808b9e3ff6..e951ef2e84cd 100644 --- a/sys-cluster/glusterfs/glusterfs-8.4-r1.ebuild +++ b/sys-cluster/glusterfs/glusterfs-8.4-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..9} ) -inherit autotools elisp-common python-single-r1 systemd +inherit autotools elisp-common python-single-r1 tmpfiles SRC_URI="https://download.gluster.org/pub/gluster/${PN}/$(ver_cut 1)/${PV}/${P}.tar.gz" KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86" diff --git a/sys-cluster/glusterfs/glusterfs-9.1-r1.ebuild b/sys-cluster/glusterfs/glusterfs-9.1-r1.ebuild index 4b3b440fa715..481163386a99 100644 --- a/sys-cluster/glusterfs/glusterfs-9.1-r1.ebuild +++ b/sys-cluster/glusterfs/glusterfs-9.1-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..9} ) -inherit autotools elisp-common python-single-r1 systemd +inherit autotools elisp-common python-single-r1 tmpfiles SRC_URI="https://download.gluster.org/pub/gluster/${PN}/$(ver_cut 1)/${PV}/${P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" |