Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/amap/
Date: Fri, 30 Apr 2021 10:11:49
Message-Id: 1619777343.38a35024daa8b30190cdc2c864b80db42e94f07f.zlogene@gentoo
1 commit: 38a35024daa8b30190cdc2c864b80db42e94f07f
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 10:09:03 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 10:09:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38a35024
7
8 net-analyzer/amap: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 net-analyzer/amap/amap-5.4-r1.ebuild | 7 ++-----
14 1 file changed, 2 insertions(+), 5 deletions(-)
15
16 diff --git a/net-analyzer/amap/amap-5.4-r1.ebuild b/net-analyzer/amap/amap-5.4-r1.ebuild
17 index 2703bd6e4bd..17fd129b9fa 100644
18 --- a/net-analyzer/amap/amap-5.4-r1.ebuild
19 +++ b/net-analyzer/amap/amap-5.4-r1.ebuild
20 @@ -12,14 +12,11 @@ SRC_URI="https://www.thc.org/releases/${P}.tar.gz"
21 LICENSE="GPL-2"
22 SLOT="0"
23 KEYWORDS="amd64 ppc ppc64 x86"
24 -IUSE="libressl ssl"
25 +IUSE="ssl"
26
27 DEPEND="
28 dev-libs/libpcre
29 - ssl? (
30 - !libressl? ( dev-libs/openssl:0= )
31 - libressl? ( dev-libs/libressl:0= )
32 - )
33 + ssl? ( dev-libs/openssl:0= )
34 "
35 RDEPEND="
36 ${DEPEND}