commit: b1866d3d9e7ae9a5291cf234e142568bc6347758 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Oct 25 12:50:38 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Oct 25 12:50:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1866d3d
net-misc/wol: drop autotools inherit Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/wol/wol-0.7.1-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/wol/wol-0.7.1-r3.ebuild b/net-misc/wol/wol-0.7.1-r3.ebuild index 1b2124aec2d6..4b4ba0165cd9 100644 --- a/net-misc/wol/wol-0.7.1-r3.ebuild +++ b/net-misc/wol/wol-0.7.1-r3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Implements Wake On LAN (Magic Paket) functionality in a small program" HOMEPAGE="http://ahh.sourceforge.net/wol/"
