From 5db9216646195d767e7d0000f9076246dad09388 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 22 Nov 2021 10:54:31 +0000 Subject: sys-cluster/glusterfs: syslog is always enabled upstream in 10.0 See: https://github.com/gluster/glusterfs/commit/71594cdd741deb5197392d046b904efe3b5479f5 Closes: https://bugs.gentoo.org/826358 Signed-off-by: Sam James --- sys-cluster/glusterfs/glusterfs-10.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys-cluster/glusterfs') diff --git a/sys-cluster/glusterfs/glusterfs-10.0.ebuild b/sys-cluster/glusterfs/glusterfs-10.0.ebuild index 64f9adab5b60..d766c71646f4 100644 --- a/sys-cluster/glusterfs/glusterfs-10.0.ebuild +++ b/sys-cluster/glusterfs/glusterfs-10.0.ebuild @@ -15,7 +15,7 @@ LICENSE="|| ( GPL-2 LGPL-3+ )" SLOT="0/${PV%%.*}" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" -IUSE="debug emacs +fuse +georeplication ipv6 +libtirpc rsyslog static-libs +syslog tcmalloc test +xml" +IUSE="debug emacs +fuse +georeplication ipv6 +libtirpc rsyslog static-libs tcmalloc test +xml" REQUIRED_USE="georeplication? ( ${PYTHON_REQUIRED_USE} xml ) ipv6? ( libtirpc )" @@ -96,7 +96,6 @@ src_configure() { $(use_enable fuse fuse-client) \ $(use_enable georeplication) \ $(use_enable static-libs static) \ - $(use_enable syslog) \ $(use_enable test cmocka) \ $(use_enable xml xml-output) \ $(usex ipv6 --with-ipv6-default "") \ -- cgit v1.2.3-65-gdbad