diff options
author | Sam James <sam@gentoo.org> | 2022-10-25 13:50:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-25 13:50:43 +0100 |
commit | b1866d3d9e7ae9a5291cf234e142568bc6347758 (patch) | |
tree | c95b0be759d46a980eb444287aea7eafa34a37c7 /net-misc/wol | |
parent | sys-apps/cpu-x: add 4.5.1 (diff) | |
download | gentoo-b1866d3d9e7ae9a5291cf234e142568bc6347758.tar.gz gentoo-b1866d3d9e7ae9a5291cf234e142568bc6347758.tar.bz2 gentoo-b1866d3d9e7ae9a5291cf234e142568bc6347758.zip |
net-misc/wol: drop autotools inherit
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/wol')
-rw-r--r-- | net-misc/wol/wol-0.7.1-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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/" |