diff options
author | Johannes Huber <johu@gentoo.org> | 2017-01-29 08:54:36 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-01-29 08:54:36 +0100 |
commit | 54972ce87efb047bf822440d145ed36d119966ac (patch) | |
tree | 5d888fe2dba9a7cd90191b8cff3a7e7e1eed387b /net-libs | |
parent | media-libs/libreplaygain: Remove 477 (r0) (diff) | |
download | gentoo-54972ce87efb047bf822440d145ed36d119966ac.tar.gz gentoo-54972ce87efb047bf822440d145ed36d119966ac.tar.bz2 gentoo-54972ce87efb047bf822440d145ed36d119966ac.zip |
net-libs/libnipper: EAPI 6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libnipper/libnipper-0.12.6-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-libs/libnipper/libnipper-0.12.6-r1.ebuild b/net-libs/libnipper/libnipper-0.12.6-r1.ebuild index 78b1ff34a064..a45bc416a3cb 100644 --- a/net-libs/libnipper/libnipper-0.12.6-r1.ebuild +++ b/net-libs/libnipper/libnipper-0.12.6-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=6 -inherit base cmake-utils +inherit cmake-utils DESCRIPTION="A router configuration security analysis library" HOMEPAGE="http://nipper.titania.co.uk/" @@ -13,7 +13,6 @@ SRC_URI="mirror://sourceforge/nipper/${P}.tgz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" - IUSE="" PATCHES=( |