diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-30 13:09:03 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-30 13:09:03 +0300 |
commit | 38a35024daa8b30190cdc2c864b80db42e94f07f (patch) | |
tree | 3c92435d025055de2b51364a9e3d95afc155c7fc /net-analyzer | |
parent | net-misc/iperf: remove libressl support (diff) | |
download | gentoo-38a35024daa8b30190cdc2c864b80db42e94f07f.tar.gz gentoo-38a35024daa8b30190cdc2c864b80db42e94f07f.tar.bz2 gentoo-38a35024daa8b30190cdc2c864b80db42e94f07f.zip |
net-analyzer/amap: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/amap/amap-5.4-r1.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-analyzer/amap/amap-5.4-r1.ebuild b/net-analyzer/amap/amap-5.4-r1.ebuild index 2703bd6e4bd7..17fd129b9fa7 100644 --- a/net-analyzer/amap/amap-5.4-r1.ebuild +++ b/net-analyzer/amap/amap-5.4-r1.ebuild @@ -12,14 +12,11 @@ SRC_URI="https://www.thc.org/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" -IUSE="libressl ssl" +IUSE="ssl" DEPEND=" dev-libs/libpcre - ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - ) + ssl? ( dev-libs/openssl:0= ) " RDEPEND=" ${DEPEND} |