summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-09 12:57:29 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-09 13:08:25 +0100
commit39c5adfa835146b4730958d5b9a9e256b79c15f9 (patch)
treed645c25e77f6595b096995d44e5e3301140bc45e
parentmedia-gfx/springgraph: Bump to EAPI 7 (diff)
downloadgentoo-39c5adfa835146b4730958d5b9a9e256b79c15f9.tar.gz
gentoo-39c5adfa835146b4730958d5b9a9e256b79c15f9.tar.bz2
gentoo-39c5adfa835146b4730958d5b9a9e256b79c15f9.zip
net-analyzer/poink: Fix LICENSE to GPL-2+
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--net-analyzer/poink/poink-2.03.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/net-analyzer/poink/poink-2.03.ebuild b/net-analyzer/poink/poink-2.03.ebuild
index 7ef07d326f61..e9f173afff5a 100644
--- a/net-analyzer/poink/poink-2.03.ebuild
+++ b/net-analyzer/poink/poink-2.03.ebuild
@@ -9,12 +9,10 @@ DESCRIPTION="TCP/IP-based ping implementation"
HOMEPAGE="https://directory.fsf.org/security/system/poink.html"
SRC_URI="https://ep09.pld-linux.org/~mmazur/${PN}/${P}.tar.gz"
-KEYWORDS="amd64 ~ppc x86"
-
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
+KEYWORDS="amd64 ~ppc x86"
IUSE=""
-DEPEND=""
PATCHES=( "${FILESDIR}/${PN}-2.03-signed-char-fixup.patch" )