diff options
author | Sam James <sam@gentoo.org> | 2021-04-03 21:35:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 21:35:30 +0000 |
commit | 548a7152d6836ef5ba5fa65d51d333d6ab445de1 (patch) | |
tree | d6eadf96ef6b307e274d1dfa7d29aea828884dea | |
parent | net-misc/sipcalc: update EAPI 5 -> 7 (diff) | |
download | gentoo-548a7152d6836ef5ba5fa65d51d333d6ab445de1.tar.gz gentoo-548a7152d6836ef5ba5fa65d51d333d6ab445de1.tar.bz2 gentoo-548a7152d6836ef5ba5fa65d51d333d6ab445de1.zip |
net-misc/dhcping: update EAPI 5 -> 7
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | net-misc/dhcping/dhcping-1.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/dhcping/dhcping-1.2.ebuild b/net-misc/dhcping/dhcping-1.2.ebuild index 83adc5fd6eb9..b288cce6699a 100644 --- a/net-misc/dhcping/dhcping-1.2.ebuild +++ b/net-misc/dhcping/dhcping-1.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -DESCRIPTION="Utility for sending a dhcp request to a dhcp server to see if it is responding" +DESCRIPTION="Utility to send DHCP requests to DHCP servers to see if responding" HOMEPAGE="http://www.mavetju.org/unix/general.php" SRC_URI="http://www.mavetju.org/download/${P}.tar.gz" |