diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2020-09-03 00:41:43 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-09-03 00:53:18 +0200 |
commit | 613dfc1b7f4fc163f44243c5f12c61cb69d9a877 (patch) | |
tree | 064959176eb6bdfe235826f34558b97dc050873c /net-misc | |
parent | app-portage/portpeek: mark ALLARCHES (diff) | |
download | gentoo-613dfc1b7f4fc163f44243c5f12c61cb69d9a877.tar.gz gentoo-613dfc1b7f4fc163f44243c5f12c61cb69d9a877.tar.bz2 gentoo-613dfc1b7f4fc163f44243c5f12c61cb69d9a877.zip |
net-misc/iprange: update DESCRIPTION
Closes: https://bugs.gentoo.org/633724
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/iprange/iprange-1.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/iprange/iprange-1.0.4.ebuild b/net-misc/iprange/iprange-1.0.4.ebuild index 58230f60d420..19aed1a10454 100644 --- a/net-misc/iprange/iprange-1.0.4.ebuild +++ b/net-misc/iprange/iprange-1.0.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -DESCRIPTION="iprange utility" +DESCRIPTION="A tool capable of managing sets of IPs" HOMEPAGE="https://firehol.org" SRC_URI="https://github.com/firehol/${PN}/releases/download/v${PV}/${P}.tar.xz" |