summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Muskee <wimmuskee@gmail.com>2016-12-29 19:49:34 +0100
committerPatrice Clement <monsieurp@gentoo.org>2017-01-04 00:10:07 +0100
commit7c2d040e4162aa8f93a699e0e8cb9494344314b3 (patch)
treef5655450f01aa12586dc381b4f9028bec3796091 /net-misc/ethercard-diag/ethercard-diag-20050321.1g-r1.ebuild
parentnet-misc/ethercard-diag: update HOMEPAGE. (diff)
downloadgentoo-7c2d040e4162aa8f93a699e0e8cb9494344314b3.tar.gz
gentoo-7c2d040e4162aa8f93a699e0e8cb9494344314b3.tar.bz2
gentoo-7c2d040e4162aa8f93a699e0e8cb9494344314b3.zip
net-misc/ethercard-diag: EAPI 6 bump.
Closes: https://github.com/gentoo/gentoo/pull/3271
Diffstat (limited to 'net-misc/ethercard-diag/ethercard-diag-20050321.1g-r1.ebuild')
-rw-r--r--net-misc/ethercard-diag/ethercard-diag-20050321.1g-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/ethercard-diag/ethercard-diag-20050321.1g-r1.ebuild b/net-misc/ethercard-diag/ethercard-diag-20050321.1g-r1.ebuild
index 91437c74edb9..4debc7d816be 100644
--- a/net-misc/ethercard-diag/ethercard-diag-20050321.1g-r1.ebuild
+++ b/net-misc/ethercard-diag/ethercard-diag-20050321.1g-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="5"
+EAPI="6"
inherit toolchain-funcs
@@ -18,6 +18,7 @@ IUSE=""
RDEPEND="!sys-apps/nictools"
src_prepare() {
+ default
# Since the binary is `ether-wake`, make sure the man page is
# `man ether-wake` and not `man etherwake`. #439504
sed -i \
@@ -29,5 +30,5 @@ src_prepare() {
src_compile() {
tc-export CC AR
- emake
+ default
}