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 4E6131382C5 for ; Mon, 3 May 2021 00:07:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F8CEE08EF; Mon, 3 May 2021 00:07:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1F1DAE08DD for ; Mon, 3 May 2021 00:07:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 73515340A5D for ; Mon, 3 May 2021 00:07:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10BF7733 for ; Mon, 3 May 2021 00:07:09 +0000 (UTC) From: "Quentin Retornaz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Quentin Retornaz" Message-ID: <1619998226.1198fa92db935074e88aa77ae7c2c599c3af740e.quentin@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: net-dialup/freeradius/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: net-dialup/freeradius/freeradius-3.0.20-r1.ebuild X-VCS-Directories: net-dialup/freeradius/ X-VCS-Committer: quentin X-VCS-Committer-Name: Quentin Retornaz X-VCS-Revision: 1198fa92db935074e88aa77ae7c2c599c3af740e X-VCS-Branch: master Date: Mon, 3 May 2021 00:07:09 +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: ef6e6856-0a69-4e08-92ee-396cd16690a6 X-Archives-Hash: 8885694b83f99a8e157d9def9bad7397 commit: 1198fa92db935074e88aa77ae7c2c599c3af740e Author: Quentin Retornaz retornaz com> AuthorDate: Sun May 2 23:30:26 2021 +0000 Commit: Quentin Retornaz retornaz com> CommitDate: Sun May 2 23:30:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=1198fa92 net-dialup/freeradius: remove libressl USE flag Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Quentin Retornaz retornaz.com> net-dialup/freeradius/freeradius-3.0.20-r1.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/net-dialup/freeradius/freeradius-3.0.20-r1.ebuild b/net-dialup/freeradius/freeradius-3.0.20-r1.ebuild index 3342018..7a83429 100644 --- a/net-dialup/freeradius/freeradius-3.0.20-r1.ebuild +++ b/net-dialup/freeradius/freeradius-3.0.20-r1.ebuild @@ -20,7 +20,7 @@ LICENSE="GPL-2" SLOT="0" IUSE=" - debug firebird iodbc kerberos ldap libressl memcached mysql mongodb odbc oracle pam + debug firebird iodbc kerberos ldap memcached mysql mongodb odbc oracle pam pcap postgres python readline redis rest samba sqlite ssl systemd " RESTRICT="test firebird? ( bindist )" @@ -55,10 +55,7 @@ RDEPEND="acct-group/radius rest? ( dev-libs/json-c:= ) samba? ( net-fs/samba ) sqlite? ( dev-db/sqlite:3 ) - ssl? ( - !libressl? ( dev-libs/openssl:0=[-bindist] ) - libressl? ( dev-libs/libressl:0= ) - ) + ssl? ( dev-libs/openssl:0=[-bindist] ) systemd? ( sys-apps/systemd )" DEPEND="${RDEPEND}"