diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-10-04 20:52:11 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-10-04 20:52:11 +0200 |
commit | 40e3a527a226d16ed33e8e91cf2dcef048a33c69 (patch) | |
tree | 070f49c0c4ccf414d64b1863d49fdacca747a440 /net-misc/wakeonlan | |
parent | media-video/acidrip: move from perl-app to perl-module.eclass (diff) | |
download | gentoo-40e3a527a226d16ed33e8e91cf2dcef048a33c69.tar.gz gentoo-40e3a527a226d16ed33e8e91cf2dcef048a33c69.tar.bz2 gentoo-40e3a527a226d16ed33e8e91cf2dcef048a33c69.zip |
net-misc/wakeonlan: move from perl-app to perl-module.eclass
Package-Manager: Portage-2.3.70, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'net-misc/wakeonlan')
-rw-r--r-- | net-misc/wakeonlan/wakeonlan-0.41-r2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-misc/wakeonlan/wakeonlan-0.41-r2.ebuild b/net-misc/wakeonlan/wakeonlan-0.41-r2.ebuild index decf955126a0..55e719231a6a 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/" @@ -18,6 +18,7 @@ DEPEND="virtual/perl-ExtUtils-MakeMaker" src_prepare() { epatch "${FILESDIR}"/"${P}"-ethers-lookup.patch + perl-module_src_prepare } src_install() { |