diff options
author | Jonathan Davies <jpds@protonmail.com> | 2021-01-21 22:54:36 +0000 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-01-26 16:33:31 +0200 |
commit | 560217b13b5788b16e38951af14d18e49270cb1b (patch) | |
tree | 085a81ce5149fd3d08154ac8ceb7820aa88e7fb0 /sys-cluster | |
parent | sys-cluster/glusterfs: Version updated to 9.0. (diff) | |
download | gentoo-560217b13b5788b16e38951af14d18e49270cb1b.tar.gz gentoo-560217b13b5788b16e38951af14d18e49270cb1b.tar.bz2 gentoo-560217b13b5788b16e38951af14d18e49270cb1b.zip |
sys-cluster/glusterfs: Added subslotting to 7.9, 8.3, 9.0.
Signed-off-by: Jonathan Davies <jpds@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18811
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-7.9.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-8.3.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-9.0.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-cluster/glusterfs/glusterfs-7.9.ebuild b/sys-cluster/glusterfs/glusterfs-7.9.ebuild index d9e3f9f2d464..94f95dbff0d4 100644 --- a/sys-cluster/glusterfs/glusterfs-7.9.ebuild +++ b/sys-cluster/glusterfs/glusterfs-7.9.ebuild @@ -19,7 +19,7 @@ DESCRIPTION="GlusterFS is a powerful network/cluster filesystem" HOMEPAGE="https://www.gluster.org/ https://github.com/gluster/glusterfs/" LICENSE="|| ( GPL-2 LGPL-3+ )" -SLOT="0" +SLOT="0/${PV%%.*}" IUSE="debug emacs +fuse +georeplication infiniband ipv6 libressl +libtirpc rsyslog static-libs +syslog test +xml" REQUIRED_USE="georeplication? ( ${PYTHON_REQUIRED_USE} ) diff --git a/sys-cluster/glusterfs/glusterfs-8.3.ebuild b/sys-cluster/glusterfs/glusterfs-8.3.ebuild index 05762461756b..c5d8012fd778 100644 --- a/sys-cluster/glusterfs/glusterfs-8.3.ebuild +++ b/sys-cluster/glusterfs/glusterfs-8.3.ebuild @@ -19,7 +19,7 @@ DESCRIPTION="GlusterFS is a powerful network/cluster filesystem" HOMEPAGE="https://www.gluster.org/ https://github.com/gluster/glusterfs/" LICENSE="|| ( GPL-2 LGPL-3+ )" -SLOT="0" +SLOT="0/${PV%%.*}" IUSE="debug emacs +fuse +georeplication ipv6 libressl +libtirpc rsyslog static-libs +syslog test +xml" REQUIRED_USE="georeplication? ( ${PYTHON_REQUIRED_USE} ) diff --git a/sys-cluster/glusterfs/glusterfs-9.0.ebuild b/sys-cluster/glusterfs/glusterfs-9.0.ebuild index 05762461756b..c5d8012fd778 100644 --- a/sys-cluster/glusterfs/glusterfs-9.0.ebuild +++ b/sys-cluster/glusterfs/glusterfs-9.0.ebuild @@ -19,7 +19,7 @@ DESCRIPTION="GlusterFS is a powerful network/cluster filesystem" HOMEPAGE="https://www.gluster.org/ https://github.com/gluster/glusterfs/" LICENSE="|| ( GPL-2 LGPL-3+ )" -SLOT="0" +SLOT="0/${PV%%.*}" IUSE="debug emacs +fuse +georeplication ipv6 libressl +libtirpc rsyslog static-libs +syslog test +xml" REQUIRED_USE="georeplication? ( ${PYTHON_REQUIRED_USE} ) |