diff options
author | Sam James <sam@gentoo.org> | 2021-11-22 10:54:31 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-22 10:55:03 +0000 |
commit | 5db9216646195d767e7d0000f9076246dad09388 (patch) | |
tree | 74fc2c9f901137b798f5455e5345422228a2e725 /sys-cluster/glusterfs | |
parent | sys-cluster/glusterfs: don't force LTO (diff) | |
download | gentoo-5db9216646195d767e7d0000f9076246dad09388.tar.gz gentoo-5db9216646195d767e7d0000f9076246dad09388.tar.bz2 gentoo-5db9216646195d767e7d0000f9076246dad09388.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'sys-cluster/glusterfs')
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-10.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
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 "") \ |