diff options
author | Johannes Huber <johu@gentoo.org> | 2017-02-26 12:25:45 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-02-26 12:26:00 +0100 |
commit | f1b964cb1ae5ab358719f8bc2dde10e4ae8b1e42 (patch) | |
tree | 96ae375e05c8c2231e7a424380657dc775b06ad8 /net-analyzer | |
parent | sys-kernel/vanilla-sources: Automated version bump to {4.4.52,4.9.13} - remov... (diff) | |
download | gentoo-f1b964cb1ae5ab358719f8bc2dde10e4ae8b1e42.tar.gz gentoo-f1b964cb1ae5ab358719f8bc2dde10e4ae8b1e42.tar.bz2 gentoo-f1b964cb1ae5ab358719f8bc2dde10e4ae8b1e42.zip |
net-analyzer/arpon: EAPI 6, readme.gentoo-r1 eclass
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/arpon/arpon-2.7.2.ebuild | 8 |
1 files 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() { |