From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 72EF013881E for ; Tue, 29 Sep 2015 16:36:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F32621C00E; Tue, 29 Sep 2015 16:36:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C535F21C00E for ; Tue, 29 Sep 2015 16:36:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A1DA1340973 for ; Tue, 29 Sep 2015 16:36:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C1501F5 for ; Tue, 29 Sep 2015 16:36:19 +0000 (UTC) From: "Kacper Kowalik" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kacper Kowalik" Message-ID: <1443544506.0facc38aa081f834301b32c2c55dbfcfac1af357.xarthisius@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/glusterfs/glusterfs-3.7.4.ebuild X-VCS-Directories: sys-cluster/glusterfs/ X-VCS-Committer: xarthisius X-VCS-Committer-Name: Kacper Kowalik X-VCS-Revision: 0facc38aa081f834301b32c2c55dbfcfac1af357 X-VCS-Branch: master Date: Tue, 29 Sep 2015 16:36:19 +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: e5a10b7b-c055-48b4-9723-20211db09e19 X-Archives-Hash: 8f2cc42baa5145e443b1105b880613b0 commit: 0facc38aa081f834301b32c2c55dbfcfac1af357 Author: Kacper Kowalik gentoo org> AuthorDate: Tue Sep 29 16:35:06 2015 +0000 Commit: Kacper Kowalik gentoo org> CommitDate: Tue Sep 29 16:35:06 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0facc38a Glusterfs uses EC algorithms which require openssl[-bindist] sys-cluster/glusterfs/glusterfs-3.7.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/glusterfs/glusterfs-3.7.4.ebuild b/sys-cluster/glusterfs/glusterfs-3.7.4.ebuild index 63405a2..f06736f 100644 --- a/sys-cluster/glusterfs/glusterfs-3.7.4.ebuild +++ b/sys-cluster/glusterfs/glusterfs-3.7.4.ebuild @@ -36,7 +36,7 @@ RDEPEND="bd-xlator? ( sys-fs/lvm2 ) xml? ( dev-libs/libxml2 ) sys-libs/readline:= dev-libs/libaio - dev-libs/openssl:= + dev-libs/openssl:=[-bindist] dev-libs/userspace-rcu:= || ( sys-libs/glibc sys-libs/argp-standalone ) sys-apps/util-linux"