commit: 54972ce87efb047bf822440d145ed36d119966ac Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Sun Jan 29 07:54:36 2017 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Sun Jan 29 07:54:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54972ce8
net-libs/libnipper: EAPI 6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-libs/libnipper/libnipper-0.12.6-r1.ebuild | 7 +++---- 1 file 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 78b1ff3..a45bc41 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=(
