net-misc/wakeonlan: move from perl-app to perl-module.eclass
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 4 Oct 2019 18:52:11 +0000 (20:52 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 4 Oct 2019 18:52:11 +0000 (20:52 +0200)
Package-Manager: Portage-2.3.70, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
net-misc/wakeonlan/wakeonlan-0.41-r2.ebuild

index decf955126a0fb151a7bd647c222955963a1c720..55e719231a6aa7eba4168c7fac34d197f7daa0d4 100644 (file)
@@ -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/"
@@ -18,6 +18,7 @@ DEPEND="virtual/perl-ExtUtils-MakeMaker"
 
 src_prepare() {
        epatch "${FILESDIR}"/"${P}"-ethers-lookup.patch
+       perl-module_src_prepare
 }
 
 src_install() {