From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 15F05158086 for ; Mon, 22 Nov 2021 10:55:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F9D9E08EC; Mon, 22 Nov 2021 10:55:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 033EFE08EC for ; Mon, 22 Nov 2021 10:55:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1CB93432DD for ; Mon, 22 Nov 2021 10:55:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DA161DA for ; Mon, 22 Nov 2021 10:55:15 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1637578503.5db9216646195d767e7d0000f9076246dad09388.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/glusterfs/glusterfs-10.0.ebuild X-VCS-Directories: sys-cluster/glusterfs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5db9216646195d767e7d0000f9076246dad09388 X-VCS-Branch: master Date: Mon, 22 Nov 2021 10:55:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 247a3b37-b076-473d-ab86-a7665e9c0f06 X-Archives-Hash: 75a420da1c01e4a45f5e396ebc3cdfe5 commit: 5db9216646195d767e7d0000f9076246dad09388 Author: Sam James gentoo org> AuthorDate: Mon Nov 22 10:54:31 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Nov 22 10:55:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db92166 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 gentoo.org> sys-cluster/glusterfs/glusterfs-10.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 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 "") \