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 DFE7D138334 for ; Tue, 8 Oct 2019 14:36:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EB55E092D; Tue, 8 Oct 2019 14:36:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 111D8E092D for ; Tue, 8 Oct 2019 14:36:02 +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 9FE3734BA62 for ; Tue, 8 Oct 2019 14:36:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B23F0828 for ; Tue, 8 Oct 2019 14:35:58 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1570545326.211b4ad2a2699dac8dd8765323e23dfc7fab286e.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/hyperscan/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/hyperscan/hyperscan-5.1.0.ebuild dev-libs/hyperscan/hyperscan-5.1.1.ebuild dev-libs/hyperscan/hyperscan-5.2.0.ebuild X-VCS-Directories: dev-libs/hyperscan/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 211b4ad2a2699dac8dd8765323e23dfc7fab286e X-VCS-Branch: master Date: Tue, 8 Oct 2019 14:35:58 +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: a93ed864-4c7e-4edb-a29b-4a354a5e3787 X-Archives-Hash: 16b2652a71b6fc6e6d39fc7ea95116cb commit: 211b4ad2a2699dac8dd8765323e23dfc7fab286e Author: Alexey Shvetsov gentoo org> AuthorDate: Tue Oct 8 12:07:25 2019 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Tue Oct 8 14:35:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=211b4ad2 dev-libs/hyperscan: Fix EAPI + BDEPS Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Alexey Shvetsov gentoo.org> dev-libs/hyperscan/hyperscan-5.1.0.ebuild | 2 +- dev-libs/hyperscan/hyperscan-5.1.1.ebuild | 4 ++-- dev-libs/hyperscan/hyperscan-5.2.0.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-libs/hyperscan/hyperscan-5.1.0.ebuild b/dev-libs/hyperscan/hyperscan-5.1.0.ebuild index b73f317040a..8cecb0a904a 100644 --- a/dev-libs/hyperscan/hyperscan-5.1.0.ebuild +++ b/dev-libs/hyperscan/hyperscan-5.1.0.ebuild @@ -23,7 +23,7 @@ RDEPEND=" >=dev-libs/boost-1.57:= net-libs/libpcap" -DEPEND="${RDEPEND}" +BDEPEND="${RDEPEND}" REQUIRED_USE="cpu_flags_x86_ssse3 ${PYTHON_REQUIRED_USE}" diff --git a/dev-libs/hyperscan/hyperscan-5.1.1.ebuild b/dev-libs/hyperscan/hyperscan-5.1.1.ebuild index 7a0a28063f9..6e6970b8c42 100644 --- a/dev-libs/hyperscan/hyperscan-5.1.1.ebuild +++ b/dev-libs/hyperscan/hyperscan-5.1.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python2_7 ) @@ -20,7 +20,7 @@ RDEPEND="${PYTHON_DEPS} dev-util/ragel dev-libs/boost net-libs/libpcap" -DEPEND="${RDEPEND}" +BDEPEND="${RDEPEND}" REQUIRED_USE="cpu_flags_x86_ssse3 ${PYTHON_REQUIRED_USE}" diff --git a/dev-libs/hyperscan/hyperscan-5.2.0.ebuild b/dev-libs/hyperscan/hyperscan-5.2.0.ebuild index 7a0a28063f9..6e6970b8c42 100644 --- a/dev-libs/hyperscan/hyperscan-5.2.0.ebuild +++ b/dev-libs/hyperscan/hyperscan-5.2.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python2_7 ) @@ -20,7 +20,7 @@ RDEPEND="${PYTHON_DEPS} dev-util/ragel dev-libs/boost net-libs/libpcap" -DEPEND="${RDEPEND}" +BDEPEND="${RDEPEND}" REQUIRED_USE="cpu_flags_x86_ssse3 ${PYTHON_REQUIRED_USE}"