From: Ulrich Müller Date: Wed, 11 Dec 2019 14:57:03 +0000 (+0100) Subject: app-text/tkinfo: Fix LICENSE. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0674f02bb8388811fdfe09b23997b7c6635a0ff4;p=gentoo.git app-text/tkinfo: Fix LICENSE. Closes: https://bugs.gentoo.org/702480 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Ulrich Müller --- diff --git a/app-text/tkinfo/tkinfo-2.8-r1.ebuild b/app-text/tkinfo/tkinfo-2.8-r1.ebuild index 517f9ae82166..5be2e0b8d9b7 100644 --- a/app-text/tkinfo/tkinfo-2.8-r1.ebuild +++ b/app-text/tkinfo/tkinfo-2.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,10 +7,9 @@ DESCRIPTION="Info Browser in TK" HOMEPAGE="http://math-www.uni-paderborn.de/~axel/tkinfo/" SRC_URI="http://math-www.uni-paderborn.de/~axel/${PN}/${P}.tar.gz" -KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" -IUSE="" -LICENSE="freedist" +LICENSE="Old-MIT GPL-1+" SLOT="0" +KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" RDEPEND="dev-lang/tk" DEPEND="sys-apps/sed"