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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 04F54138334 for ; Sun, 25 Nov 2018 20:28:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9AE3E096A; Sun, 25 Nov 2018 20:28:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3C44E096A for ; Sun, 25 Nov 2018 20:28:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ABCAD335D72 for ; Sun, 25 Nov 2018 20:28:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE8FB442 for ; Sun, 25 Nov 2018 20:28:42 +0000 (UTC) From: "Alexys Jacob" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" Message-ID: <1543177699.a3dcf763ab830684b98780014f750e57146f60d5.ultrabug@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/glusterfs/glusterfs-9999.ebuild X-VCS-Directories: sys-cluster/glusterfs/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: a3dcf763ab830684b98780014f750e57146f60d5 X-VCS-Branch: master Date: Sun, 25 Nov 2018 20:28:42 +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-Archives-Salt: df837449-6915-4035-86af-8ef6536a8640 X-Archives-Hash: cdbe6caa6cf3460348699d1110abe272 commit: a3dcf763ab830684b98780014f750e57146f60d5 Author: Eugene Bright bright gdn> AuthorDate: Sun Oct 21 18:16:58 2018 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Sun Nov 25 20:28:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3dcf763 sys-cluster/glusterfs-9999: Add IUSE=libressl Bug: https://bugs.gentoo.org/662712 Closes: https://bugs.gentoo.org/662712 Signed-off-by: Eugene Bright bright.gdn> Closes: https://github.com/gentoo/gentoo/pull/10192 Signed-off-by: Alexys Jacob gentoo.org> sys-cluster/glusterfs/glusterfs-9999.ebuild | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/sys-cluster/glusterfs/glusterfs-9999.ebuild b/sys-cluster/glusterfs/glusterfs-9999.ebuild index 3284a29382b..8d74c67b706 100644 --- a/sys-cluster/glusterfs/glusterfs-9999.ebuild +++ b/sys-cluster/glusterfs/glusterfs-9999.ebuild @@ -20,7 +20,28 @@ HOMEPAGE="https://www.gluster.org/" LICENSE="|| ( GPL-2 LGPL-3+ )" SLOT="0" -IUSE="bd-xlator crypt-xlator debug emacs +fuse +georeplication glupy infiniband ipv6 +libtirpc qemu-block rsyslog static-libs +syslog systemtap test +tiering vim-syntax +xml" +IUSE=" + bd-xlator + crypt-xlator + debug + emacs + +fuse + +georeplication + glupy + infiniband + ipv6 + libressl + +libtirpc + qemu-block + rsyslog + static-libs + +syslog + systemtap + test + +tiering + vim-syntax + +xml +" REQUIRED_USE="georeplication? ( ${PYTHON_REQUIRED_USE} ) glupy? ( ${PYTHON_REQUIRED_USE} ) @@ -44,7 +65,8 @@ RDEPEND="bd-xlator? ( sys-fs/lvm2 ) xml? ( dev-libs/libxml2 ) sys-libs/readline:= dev-libs/libaio - dev-libs/openssl:=[-bindist] + !libressl? ( dev-libs/openssl:=[-bindist] ) + libressl? ( dev-libs/libressl:= ) dev-libs/userspace-rcu:= net-libs/rpcsvc-proto sys-apps/util-linux"