net-analyzer/sngrep: [QA] Fix deps to use :0= instead of wrong :*
authorMichał Górny <mgorny@gentoo.org>
Tue, 28 May 2019 18:47:56 +0000 (20:47 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 29 May 2019 10:01:32 +0000 (12:01 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-analyzer/sngrep/sngrep-1.4.6-r1.ebuild [moved from net-analyzer/sngrep/sngrep-1.4.6.ebuild with 92% similarity]

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 a6ad92921fd67bbf1264c99a646f00a87a426a9f..6211329ed1526146a51a7d0649b33adfbdc3ea3f 100644 (file)
@@ -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}"