From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C700138334 for ; Wed, 29 May 2019 10:03:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AC04E08AE; Wed, 29 May 2019 10:03:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20F78E08AE for ; Wed, 29 May 2019 10:03:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9275E34522E for ; Wed, 29 May 2019 10:03:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A902D5FE for ; Wed, 29 May 2019 10:03:46 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1559124092.12b195fa3819f59b77f9c01cd0a3a0ecd85d5136.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/sngrep/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/sngrep/sngrep-1.4.6-r1.ebuild net-analyzer/sngrep/sngrep-1.4.6.ebuild X-VCS-Directories: net-analyzer/sngrep/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 12b195fa3819f59b77f9c01cd0a3a0ecd85d5136 X-VCS-Branch: master Date: Wed, 29 May 2019 10:03:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 400c2abf-3dca-4321-a8e5-d08c65fdc501 X-Archives-Hash: 0eacb9a96b4602eae87ec9cacb38ea8b commit: 12b195fa3819f59b77f9c01cd0a3a0ecd85d5136 Author: Michał Górny gentoo org> AuthorDate: Tue May 28 18:47:56 2019 +0000 Commit: Michał Górny gentoo 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 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}"