Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/iprange/
Date: Fri, 28 Sep 2018 00:19:04
Message-Id: 1538093922.e664e89473bcb2001b577a4eed6dc3ae14854dd2.alonbl@gentoo
1 commit: e664e89473bcb2001b577a4eed6dc3ae14854dd2
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 28 00:09:45 2018 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 28 00:18:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e664e894
7
8 net-misc/iprange: eapi bump
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 net-misc/iprange/iprange-1.0.4.ebuild | 6 +-----
13 1 file changed, 1 insertion(+), 5 deletions(-)
14
15 diff --git a/net-misc/iprange/iprange-1.0.4.ebuild b/net-misc/iprange/iprange-1.0.4.ebuild
16 index 212de297347..58230f60d42 100644
17 --- a/net-misc/iprange/iprange-1.0.4.ebuild
18 +++ b/net-misc/iprange/iprange-1.0.4.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=6
24 +EAPI=7
25
26 DESCRIPTION="iprange utility"
27 HOMEPAGE="https://firehol.org"
28 @@ -10,7 +10,3 @@ SRC_URI="https://github.com/firehol/${PN}/releases/download/v${PV}/${P}.tar.xz"
29 LICENSE="BSD-2"
30 SLOT="0"
31 KEYWORDS="amd64 arm ppc ~x86"
32 -IUSE=""
33 -
34 -DEPEND=""
35 -RDEPEND="${DEPEND}"