summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2018-09-28 03:09:45 +0300
committerAlon Bar-Lev <alonbl@gentoo.org>2018-09-28 03:18:42 +0300
commite664e89473bcb2001b577a4eed6dc3ae14854dd2 (patch)
treebdca469ba3f1cefead2f4752ec308527863af308 /net-misc
parentnet-firewall/firehol: eapi bump (diff)
downloadgentoo-e664e89473bcb2001b577a4eed6dc3ae14854dd2.tar.gz
gentoo-e664e89473bcb2001b577a4eed6dc3ae14854dd2.tar.bz2
gentoo-e664e89473bcb2001b577a4eed6dc3ae14854dd2.zip
net-misc/iprange: eapi bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/iprange/iprange-1.0.4.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/net-misc/iprange/iprange-1.0.4.ebuild b/net-misc/iprange/iprange-1.0.4.ebuild
index 212de297347e..58230f60d420 100644
--- a/net-misc/iprange/iprange-1.0.4.ebuild
+++ b/net-misc/iprange/iprange-1.0.4.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
DESCRIPTION="iprange utility"
HOMEPAGE="https://firehol.org"
@@ -10,7 +10,3 @@ SRC_URI="https://github.com/firehol/${PN}/releases/download/v${PV}/${P}.tar.xz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="amd64 arm ppc ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"