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/flow-tools/
Date: Fri, 30 Apr 2021 10:11:49
Message-Id: 1619777419.32b94ecf9e90d29a7470f0cf44652cd62db1250b.zlogene@gentoo
1 commit: 32b94ecf9e90d29a7470f0cf44652cd62db1250b
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 10:10:19 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 10:10:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32b94ecf
7
8 net-analyzer/flow-tools: 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/flow-tools/flow-tools-0.68.6-r1.ebuild | 7 ++-----
14 1 file changed, 2 insertions(+), 5 deletions(-)
15
16 diff --git a/net-analyzer/flow-tools/flow-tools-0.68.6-r1.ebuild b/net-analyzer/flow-tools/flow-tools-0.68.6-r1.ebuild
17 index 0f7a1e00b1e..c163a391b79 100644
18 --- a/net-analyzer/flow-tools/flow-tools-0.68.6-r1.ebuild
19 +++ b/net-analyzer/flow-tools/flow-tools-0.68.6-r1.ebuild
20 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/5u623l20/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
21 LICENSE="BSD GPL-3"
22 SLOT="0"
23 KEYWORDS="amd64 ppc x86"
24 -IUSE="debug libressl mysql postgres ssl static-libs"
25 +IUSE="debug mysql postgres ssl static-libs"
26
27 RDEPEND="
28 acct-group/flows
29 @@ -21,10 +21,7 @@ RDEPEND="
30 sys-libs/zlib
31 mysql? ( dev-db/mysql-connector-c:0= )
32 postgres? ( dev-db/postgresql:* )
33 - ssl? (
34 - !libressl? ( dev-libs/openssl:0= )
35 - libressl? ( dev-libs/libressl:0= )
36 - )
37 + ssl? ( dev-libs/openssl:0= )
38 "
39 DEPEND="
40 ${RDEPEND}