diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-09 12:57:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-09 13:08:25 +0100 |
commit | 39c5adfa835146b4730958d5b9a9e256b79c15f9 (patch) | |
tree | d645c25e77f6595b096995d44e5e3301140bc45e /net-analyzer/poink/poink-2.03.ebuild | |
parent | media-gfx/springgraph: Bump to EAPI 7 (diff) | |
download | gentoo-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>
Diffstat (limited to 'net-analyzer/poink/poink-2.03.ebuild')
-rw-r--r-- | net-analyzer/poink/poink-2.03.ebuild | 6 |
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" ) |