summaryrefslogtreecommitdiff
path: root/net-misc/wakeonlan/wakeonlan-0.41-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-10-13 22:19:36 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-10-14 23:22:23 +0100
commit4b19be30aa626b327c885dae62c559ec0e9fb935 (patch)
tree76e74807bc479502e13866b581b6bf86734ec634 /net-misc/wakeonlan/wakeonlan-0.41-r2.ebuild
parent30d6f67c98d149508509d5e86f176d558793acc0 (diff)
gentoo resync : 13.10.2019
Diffstat (limited to 'net-misc/wakeonlan/wakeonlan-0.41-r2.ebuild')
-rw-r--r--net-misc/wakeonlan/wakeonlan-0.41-r2.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/net-misc/wakeonlan/wakeonlan-0.41-r2.ebuild b/net-misc/wakeonlan/wakeonlan-0.41-r2.ebuild
index decf955126a0..6edc22e53535 100644
--- a/net-misc/wakeonlan/wakeonlan-0.41-r2.ebuild
+++ b/net-misc/wakeonlan/wakeonlan-0.41-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-
-inherit eutils perl-app
+GENTOO_DEPEND_ON_PERL_SUBSLOT=no
+inherit eutils perl-module
DESCRIPTION="Client for Wake-On-LAN"
HOMEPAGE="http://gsd.di.uminho.pt/jpo/software/wakeonlan/"
@@ -11,13 +11,14 @@ SRC_URI="http://gsd.di.uminho.pt/jpo/software/wakeonlan/downloads/${P}.tar.gz"
LICENSE="Artistic GPL-2"
SLOT="0"
-KEYWORDS="amd64 arm ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ppc sparc x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND="virtual/perl-ExtUtils-MakeMaker"
src_prepare() {
epatch "${FILESDIR}"/"${P}"-ethers-lookup.patch
+ perl-module_src_prepare
}
src_install() {