commit: f1b964cb1ae5ab358719f8bc2dde10e4ae8b1e42
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 11:25:45 2017 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 11:26:00 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1b964cb
net-analyzer/arpon: EAPI 6, readme.gentoo-r1 eclass
Package-Manager: Portage-2.3.3, Repoman-2.3.1
net-analyzer/arpon/arpon-2.7.2.ebuild | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/net-analyzer/arpon/arpon-2.7.2.ebuild
b/net-analyzer/arpon/arpon-2.7.2.ebuild
index ed65ce2490..27a3b657af 100644
--- a/net-analyzer/arpon/arpon-2.7.2.ebuild
+++ b/net-analyzer/arpon/arpon-2.7.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="4"
-inherit cmake-utils readme.gentoo
+EAPI=6
+inherit cmake-utils readme.gentoo-r1
DESCRIPTION="ArpON (Arp handler inspectiON) is a portable Arp handler"
@@ -30,6 +30,8 @@ src_prepare() {
DOC_CONTENTS="${PN} now installs an init script. Please edit
the /etc/conf.d/arpon file to match your needs"
+
+ cmake-utils_src_prepare
}
src_install() {