commit: 12b195fa3819f59b77f9c01cd0a3a0ecd85d5136
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 18:47:56 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 29 10:01:32 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b195fa
net-analyzer/sngrep: [QA] Fix deps to use :0= instead of wrong :*
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-analyzer/sngrep/{sngrep-1.4.6.ebuild => sngrep-1.4.6-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/sngrep/sngrep-1.4.6.ebuild
b/net-analyzer/sngrep/sngrep-1.4.6-r1.ebuild
similarity index 92%
rename from net-analyzer/sngrep/sngrep-1.4.6.ebuild
rename to net-analyzer/sngrep/sngrep-1.4.6-r1.ebuild
index a6ad92921fd..6211329ed15 100644
--- a/net-analyzer/sngrep/sngrep-1.4.6.ebuild
+++ b/net-analyzer/sngrep/sngrep-1.4.6-r1.ebuild
@@ -18,8 +18,8 @@ REQUIRED_USE="
DEPEND="
net-libs/libpcap
- sys-libs/ncurses:*[unicode?]
- openssl? ( dev-libs/openssl:* )
+ sys-libs/ncurses:0=[unicode?]
+ openssl? ( dev-libs/openssl:0= )
gnutls? ( net-libs/gnutls )
"
RDEPEND="${DEPEND}"