summaryrefslogtreecommitdiff
path: root/net-analyzer/arping/arping-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-12-25 01:35:27 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-12-25 01:35:27 +0000
commit3cba520665a0461aa7b0ada016f4a0df717e37a2 (patch)
tree2a653051c7ea63b16724a5da9d583994530ab97b /net-analyzer/arping/arping-9999.ebuild
parent8c39538f1e5cf37f42c409a6c742f96abef56f3b (diff)
gentoo auto-resync : 25:12:2023 - 01:35:27
Diffstat (limited to 'net-analyzer/arping/arping-9999.ebuild')
-rw-r--r--net-analyzer/arping/arping-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/arping/arping-9999.ebuild b/net-analyzer/arping/arping-9999.ebuild
index a706dc286849..4f51c78957d6 100644
--- a/net-analyzer/arping/arping-9999.ebuild
+++ b/net-analyzer/arping/arping-9999.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools fcaps
-DESCRIPTION="A utility to see if a specific IP is taken and what MAC owns it"
-HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=arping"
+DESCRIPTION="Utility to see if a specific IP is taken and what MAC owns it"
+HOMEPAGE="https://www.habets.pp.se/synscan/programs.php?prog=arping"
if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://github.com/ThomasHabets/arping"
inherit git-r3
@@ -17,7 +17,7 @@ else
S="${WORKDIR}/${PN}-${P}"
fi
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="2"
IUSE="+seccomp test"
RESTRICT="!test? ( test )"