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: Mon, 22 Nov 2021 10:55:19
Message-Id: 1637578503.5db9216646195d767e7d0000f9076246dad09388.sam@gentoo
1 commit: 5db9216646195d767e7d0000f9076246dad09388
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 22 10:54:31 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 22 10:55:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db92166
7
8 sys-cluster/glusterfs: syslog is always enabled upstream in 10.0
9
10 See: https://github.com/gluster/glusterfs/commit/71594cdd741deb5197392d046b904efe3b5479f5
11 Closes: https://bugs.gentoo.org/826358
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sys-cluster/glusterfs/glusterfs-10.0.ebuild | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/sys-cluster/glusterfs/glusterfs-10.0.ebuild b/sys-cluster/glusterfs/glusterfs-10.0.ebuild
18 index 64f9adab5b60..d766c71646f4 100644
19 --- a/sys-cluster/glusterfs/glusterfs-10.0.ebuild
20 +++ b/sys-cluster/glusterfs/glusterfs-10.0.ebuild
21 @@ -15,7 +15,7 @@ LICENSE="|| ( GPL-2 LGPL-3+ )"
22 SLOT="0/${PV%%.*}"
23 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
24
25 -IUSE="debug emacs +fuse +georeplication ipv6 +libtirpc rsyslog static-libs +syslog tcmalloc test +xml"
26 +IUSE="debug emacs +fuse +georeplication ipv6 +libtirpc rsyslog static-libs tcmalloc test +xml"
27
28 REQUIRED_USE="georeplication? ( ${PYTHON_REQUIRED_USE} xml )
29 ipv6? ( libtirpc )"
30 @@ -96,7 +96,6 @@ src_configure() {
31 $(use_enable fuse fuse-client) \
32 $(use_enable georeplication) \
33 $(use_enable static-libs static) \
34 - $(use_enable syslog) \
35 $(use_enable test cmocka) \
36 $(use_enable xml xml-output) \
37 $(usex ipv6 --with-ipv6-default "") \