commit: 548a7152d6836ef5ba5fa65d51d333d6ab445de1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 3 21:35:30 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 3 21:35:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548a7152
net-misc/dhcping: update EAPI 5 -> 7 Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/dhcping/dhcping-1.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/dhcping/dhcping-1.2.ebuild b/net-misc/dhcping/dhcping-1.2.ebuild index 83adc5fd6eb..b288cce6699 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"
