summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2013-07-31 18:47:15 +0000
committerIan Stakenvicius <axs@gentoo.org>2013-07-31 18:47:15 +0000
commitdcd75f5fbbef2f98a98877cf0252190466937bb7 (patch)
treef9af88276fb035dd480bbf33d26aa657dc9ef151 /net-misc/wakeonlan/wakeonlan-0.41-r1.ebuild
parentRemove unused lcms dependency wrt bug #478410. (diff)
downloadgentoo-2-dcd75f5fbbef2f98a98877cf0252190466937bb7.tar.gz
gentoo-2-dcd75f5fbbef2f98a98877cf0252190466937bb7.tar.bz2
gentoo-2-dcd75f5fbbef2f98a98877cf0252190466937bb7.zip
fixed missing dep and bumped to EAPI5 per bug 479050
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'net-misc/wakeonlan/wakeonlan-0.41-r1.ebuild')
-rw-r--r--net-misc/wakeonlan/wakeonlan-0.41-r1.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/net-misc/wakeonlan/wakeonlan-0.41-r1.ebuild b/net-misc/wakeonlan/wakeonlan-0.41-r1.ebuild
index 0a00e1e72301..ccddf2930e3f 100644
--- a/net-misc/wakeonlan/wakeonlan-0.41-r1.ebuild
+++ b/net-misc/wakeonlan/wakeonlan-0.41-r1.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wakeonlan/wakeonlan-0.41-r1.ebuild,v 1.11 2013/02/17 21:39:01 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wakeonlan/wakeonlan-0.41-r1.ebuild,v 1.12 2013/07/31 18:47:15 axs Exp $
+
+EAPI=5
inherit eutils perl-app
@@ -13,8 +15,8 @@ SLOT="0"
KEYWORDS="amd64 arm ~ppc sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux"
IUSE=""
-src_unpack() {
- unpack ${A}
- cd "${S}"
+DEPEND="virtual/perl-ExtUtils-MakeMaker"
+
+src_prepare() {
epatch "${FILESDIR}"/"${P}"-ethers-lookup.patch
}