commit: 1198fa92db935074e88aa77ae7c2c599c3af740e
Author: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
AuthorDate: Sun May 2 23:30:26 2021 +0000
Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> 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 <gentoo <AT> 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}"