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 996BB1382C5 for ; Thu, 3 Dec 2020 12:54:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC752E0845; Thu, 3 Dec 2020 12:54:44 +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 B4A36E0845 for ; Thu, 3 Dec 2020 12:54:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6B9E7341364 for ; Thu, 3 Dec 2020 12:54:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5D15477 for ; Thu, 3 Dec 2020 12:54:41 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1607000051.7c476fc8e3073f2bb277ff3775b14aff3505ee1c.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/suricata/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/suricata/suricata-5.0.4.ebuild net-analyzer/suricata/suricata-6.0.0.ebuild X-VCS-Directories: net-analyzer/suricata/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 7c476fc8e3073f2bb277ff3775b14aff3505ee1c X-VCS-Branch: master Date: Thu, 3 Dec 2020 12:54:41 +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: 7174f775-2b95-4fbb-9760-609f509738e5 X-Archives-Hash: df4702e9166e022a217348124b7168eb commit: 7c476fc8e3073f2bb277ff3775b14aff3505ee1c Author: Marek Szuba gentoo org> AuthorDate: Thu Dec 3 12:39:22 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Dec 3 12:54:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c476fc8 net-analyzer/suricata: limit unmigrated ebuilds to dev-lang/lua:0 Signed-off-by: Marek Szuba gentoo.org> net-analyzer/suricata/suricata-5.0.4.ebuild | 2 +- net-analyzer/suricata/suricata-6.0.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/suricata/suricata-5.0.4.ebuild b/net-analyzer/suricata/suricata-5.0.4.ebuild index e618aa1e0bc..077c14ece6d 100644 --- a/net-analyzer/suricata/suricata-5.0.4.ebuild +++ b/net-analyzer/suricata/suricata-5.0.4.ebuild @@ -43,7 +43,7 @@ RDEPEND="${PYTHON_DEPS} cuda? ( dev-util/nvidia-cuda-toolkit ) geoip? ( dev-libs/libmaxminddb ) logrotate? ( app-admin/logrotate ) - lua? ( dev-lang/lua:* ) + lua? ( dev-lang/lua:0= ) luajit? ( dev-lang/luajit:* ) lz4? ( app-arch/lz4 ) nflog? ( net-libs/libnetfilter_log ) diff --git a/net-analyzer/suricata/suricata-6.0.0.ebuild b/net-analyzer/suricata/suricata-6.0.0.ebuild index 5f5d14e3eec..6a00d0c18c9 100644 --- a/net-analyzer/suricata/suricata-6.0.0.ebuild +++ b/net-analyzer/suricata/suricata-6.0.0.ebuild @@ -43,7 +43,7 @@ RDEPEND="${PYTHON_DEPS} cuda? ( dev-util/nvidia-cuda-toolkit ) geoip? ( dev-libs/libmaxminddb ) logrotate? ( app-admin/logrotate ) - lua? ( dev-lang/lua:* ) + lua? ( dev-lang/lua:0= ) luajit? ( dev-lang/luajit:* ) lz4? ( app-arch/lz4 ) nflog? ( net-libs/libnetfilter_log )