diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-18 08:14:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-18 08:18:20 +0200 |
commit | 3a329c756a236a41d0e7b812cf50e31ebc6a5a04 (patch) | |
tree | 8db78db50480e5d529711728d60308477b1de754 /net-analyzer/arping | |
parent | dev-haskell/wx: Improve description (diff) | |
download | gentoo-3a329c756a236a41d0e7b812cf50e31ebc6a5a04.tar.gz gentoo-3a329c756a236a41d0e7b812cf50e31ebc6a5a04.tar.bz2 gentoo-3a329c756a236a41d0e7b812cf50e31ebc6a5a04.zip |
net-analyzer/arping: Copy better desc to live ebuild
Closes: https://bugs.gentoo.org/689460
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer/arping')
-rw-r--r-- | net-analyzer/arping/arping-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/arping/arping-9999.ebuild b/net-analyzer/arping/arping-9999.ebuild index 252fac54a2de..ee101c39dcdd 100644 --- a/net-analyzer/arping/arping-9999.ebuild +++ b/net-analyzer/arping/arping-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools fcaps git-r3 -DESCRIPTION="ARP Ping" +DESCRIPTION="A utility to see if a specific IP address is taken and what MAC address owns it" HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=arping" EGIT_REPO_URI="https://github.com/ThomasHabets/arping" |