From 3025999fb9fe0c78cc99bf76674029bedb72c134 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Wed, 3 Aug 2022 15:21:51 +0200 Subject: [PATCH] net-analyzer/dublin-traceroute: Switching from cmake-utils to cmake Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alarig Le Lay --- .../dublin-traceroute/dublin-traceroute-0.4.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-analyzer/dublin-traceroute/dublin-traceroute-0.4.2.ebuild b/net-analyzer/dublin-traceroute/dublin-traceroute-0.4.2.ebuild index 7d41fda..a3d7cad 100644 --- a/net-analyzer/dublin-traceroute/dublin-traceroute-0.4.2.ebuild +++ b/net-analyzer/dublin-traceroute/dublin-traceroute-0.4.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit cmake-utils fcaps +inherit cmake fcaps DESCRIPTION="NAT-aware multipath tracerouting tool" HOMEPAGE="https://dublin-traceroute.net/"