diff options
author | Quentin Retornaz <gentoo@retornaz.com> | 2021-05-03 01:30:26 +0200 |
---|---|---|
committer | Quentin Retornaz <gentoo@retornaz.com> | 2021-05-03 01:30:26 +0200 |
commit | 1198fa92db935074e88aa77ae7c2c599c3af740e (patch) | |
tree | df96a9002d59161cba5c1557d5c7e31e930cfc77 | |
parent | net-analyzer/flow-tools: remove libressl USE flag (diff) | |
download | libressl-1198fa92db935074e88aa77ae7c2c599c3af740e.tar.gz libressl-1198fa92db935074e88aa77ae7c2c599c3af740e.tar.bz2 libressl-1198fa92db935074e88aa77ae7c2c599c3af740e.zip |
net-dialup/freeradius: remove libressl USE flag
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Quentin Retornaz <gentoo@retornaz.com>
-rw-r--r-- | net-dialup/freeradius/freeradius-3.0.20-r1.ebuild | 7 |
1 files 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}" |