From f1b964cb1ae5ab358719f8bc2dde10e4ae8b1e42 Mon Sep 17 00:00:00 2001 From: Johannes Huber Date: Sun, 26 Feb 2017 12:25:45 +0100 Subject: 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 ed65ce249075..27a3b657af87 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() { -- cgit v1.2.3-65-gdbad