From bd8c9a51461bf0ee15a7c52c26a9f49a722f696a Mon Sep 17 00:00:00 2001 From: Agostino Sarubbo Date: Tue, 14 Nov 2017 20:10:46 +0100 Subject: net-analyzer/ettercap: suppress a QA warning about cmake-utils_src_prepare, wrt bug #637148 Package-Manager: Portage-2.3.13, Repoman-2.3.3 Signed-off-by: Agostino Sarubbo --- net-analyzer/ettercap/ettercap-0.8.2.ebuild | 3 ++- net-analyzer/ettercap/ettercap-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'net-analyzer') diff --git a/net-analyzer/ettercap/ettercap-0.8.2.ebuild b/net-analyzer/ettercap/ettercap-0.8.2.ebuild index f2f9af225aa5..7cb81f8684c1 100644 --- a/net-analyzer/ettercap/ettercap-0.8.2.ebuild +++ b/net-analyzer/ettercap/ettercap-0.8.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -37,6 +37,7 @@ DEPEND="${RDEPEND} src_prepare() { sed -i "s:Release:Release Gentoo:" CMakeLists.txt || die + cmake-utils_src_prepare } src_configure() { diff --git a/net-analyzer/ettercap/ettercap-9999.ebuild b/net-analyzer/ettercap/ettercap-9999.ebuild index 548bda336349..c8f2e6e8f41b 100644 --- a/net-analyzer/ettercap/ettercap-9999.ebuild +++ b/net-analyzer/ettercap/ettercap-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -47,6 +47,7 @@ DEPEND="${RDEPEND} src_prepare() { sed -i "s:Release:Release Gentoo:" CMakeLists.txt || die + cmake-utils_src_prepare } src_configure() { -- cgit v1.2.3-65-gdbad