diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-11-14 20:10:46 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-11-14 20:10:46 +0100 |
commit | bd8c9a51461bf0ee15a7c52c26a9f49a722f696a (patch) | |
tree | 4e6471248fb66e1a6d6a32dab1350732f8e2b629 /net-analyzer | |
parent | dev-ada/gprbuild: Really add /usr/share/gpr in front of the path (diff) | |
download | gentoo-bd8c9a51461bf0ee15a7c52c26a9f49a722f696a.tar.gz gentoo-bd8c9a51461bf0ee15a7c52c26a9f49a722f696a.tar.bz2 gentoo-bd8c9a51461bf0ee15a7c52c26a9f49a722f696a.zip |
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 <ago@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ettercap/ettercap-0.8.2.ebuild | 3 | ||||
-rw-r--r-- | net-analyzer/ettercap/ettercap-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
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() { |