commit: 0674f02bb8388811fdfe09b23997b7c6635a0ff4 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed Dec 11 14:57:03 2019 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Dec 11 14:59:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0674f02b
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 <ulm <AT> gentoo.org> app-text/tkinfo/tkinfo-2.8-r1.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app-text/tkinfo/tkinfo-2.8-r1.ebuild b/app-text/tkinfo/tkinfo-2.8-r1.ebuild index 517f9ae8216..5be2e0b8d9b 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"