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 71F6D1382C5 for ; Tue, 19 May 2020 15:27:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C8FCE0819; Tue, 19 May 2020 15:27:33 +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 71201E0819 for ; Tue, 19 May 2020 15:27:33 +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 8B58934F0A5 for ; Tue, 19 May 2020 15:27:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FDA1AF for ; Tue, 19 May 2020 15:27:29 +0000 (UTC) From: "Stefan Strogin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stefan Strogin" Message-ID: <1589901970.479ab941e94c4b25d3d3a877e2a6e4f121175108.steils@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/lxc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/lxc/lxc-4.0.2-r1.ebuild X-VCS-Directories: app-emulation/lxc/ X-VCS-Committer: steils X-VCS-Committer-Name: Stefan Strogin X-VCS-Revision: 479ab941e94c4b25d3d3a877e2a6e4f121175108 X-VCS-Branch: master Date: Tue, 19 May 2020 15:27:29 +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: 82777e8e-d422-4287-87c2-8b5b38fa9f8a X-Archives-Hash: a5776bfbf5d0a6d0e2e6d20148283028 commit: 479ab941e94c4b25d3d3a877e2a6e4f121175108 Author: Stefan Strogin gentoo org> AuthorDate: Tue May 19 15:26:10 2020 +0000 Commit: Stefan Strogin gentoo org> CommitDate: Tue May 19 15:26:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=479ab941 app-emulation/lxc: add USE=libressl Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Stefan Strogin gentoo.org> app-emulation/lxc/lxc-4.0.2-r1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app-emulation/lxc/lxc-4.0.2-r1.ebuild b/app-emulation/lxc/lxc-4.0.2-r1.ebuild index f752ea7dc38..e09aa6bc06f 100644 --- a/app-emulation/lxc/lxc-4.0.2-r1.ebuild +++ b/app-emulation/lxc/lxc-4.0.2-r1.ebuild @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" LICENSE="LGPL-3" SLOT="0" -IUSE="apparmor +caps doc examples pam seccomp selinux +ssl +templates +tools" +IUSE="apparmor +caps doc examples libressl pam seccomp selinux +ssl +templates +tools" RDEPEND="app-misc/pax-utils net-libs/gnutls @@ -24,7 +24,10 @@ RDEPEND="app-misc/pax-utils pam? ( sys-libs/pam ) seccomp? ( sys-libs/libseccomp ) selinux? ( sys-libs/libselinux ) - ssl? ( dev-libs/openssl:0= )" + ssl? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + )" DEPEND="${RDEPEND} >=app-text/docbook-sgml-utils-0.6.14-r2 >=sys-kernel/linux-headers-3.2