Compare commits

...

2 Commits

Author SHA1 Message Date
Alarig Le Lay 3025999fb9
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 <alarig@swordarmor.fr>
2022-08-03 15:21:51 +02:00
Alarig Le Lay 3cff4063da
net-libs/libtins: Switching from cmake-utils to cmake
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
2022-08-03 15:21:31 +02:00
2 changed files with 6 additions and 6 deletions

View File

@ -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/"

View File

@ -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
inherit cmake
DESCRIPTION="Multiplatform C++ network packet sniffing and crafting library"
HOMEPAGE="https://libtins.github.io/"