Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/sngrep/
Date: Wed, 29 May 2019 10:03:51
Message-Id: 1559124092.12b195fa3819f59b77f9c01cd0a3a0ecd85d5136.mgorny@gentoo
1 commit: 12b195fa3819f59b77f9c01cd0a3a0ecd85d5136
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 28 18:47:56 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 29 10:01:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b195fa
7
8 net-analyzer/sngrep: [QA] Fix deps to use :0= instead of wrong :*
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-analyzer/sngrep/{sngrep-1.4.6.ebuild => sngrep-1.4.6-r1.ebuild} | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-analyzer/sngrep/sngrep-1.4.6.ebuild b/net-analyzer/sngrep/sngrep-1.4.6-r1.ebuild
16 similarity index 92%
17 rename from net-analyzer/sngrep/sngrep-1.4.6.ebuild
18 rename to net-analyzer/sngrep/sngrep-1.4.6-r1.ebuild
19 index a6ad92921fd..6211329ed15 100644
20 --- a/net-analyzer/sngrep/sngrep-1.4.6.ebuild
21 +++ b/net-analyzer/sngrep/sngrep-1.4.6-r1.ebuild
22 @@ -18,8 +18,8 @@ REQUIRED_USE="
23
24 DEPEND="
25 net-libs/libpcap
26 - sys-libs/ncurses:*[unicode?]
27 - openssl? ( dev-libs/openssl:* )
28 + sys-libs/ncurses:0=[unicode?]
29 + openssl? ( dev-libs/openssl:0= )
30 gnutls? ( net-libs/gnutls )
31 "
32 RDEPEND="${DEPEND}"