Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/sword-kekchi/
Date: Mon, 06 Jan 2020 20:19:47
Message-Id: 1578341945.d0c95192042a66c09ba183772aa9cf412206aed1.ulm@gentoo
1 commit: d0c95192042a66c09ba183772aa9cf412206aed1
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 6 18:47:06 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 6 20:19:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0c95192
7
8 app-dicts/sword-kekchi: Fix LICENSE.
9
10 No visible license, therefore labelling as "all-rights-reserved",
11 plus mirror and bindist restrictions.
12
13 Bug: https://bugs.gentoo.org/703604
14 Package-Manager: Portage-2.3.84, Repoman-2.3.20
15 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
16
17 app-dicts/sword-kekchi/sword-kekchi-1.5.ebuild | 5 +++--
18 1 file changed, 3 insertions(+), 2 deletions(-)
19
20 diff --git a/app-dicts/sword-kekchi/sword-kekchi-1.5.ebuild b/app-dicts/sword-kekchi/sword-kekchi-1.5.ebuild
21 index 601bb0d80f9..7757fb7556b 100644
22 --- a/app-dicts/sword-kekchi/sword-kekchi-1.5.ebuild
23 +++ b/app-dicts/sword-kekchi/sword-kekchi-1.5.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2020 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=5
30 @@ -8,5 +8,6 @@ inherit sword-module
31
32 DESCRIPTION="Kekchi Bible"
33 HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=Kekchi"
34 -LICENSE="free-noncomm"
35 +LICENSE="all-rights-reserved"
36 KEYWORDS="~amd64 ~ppc ~x86"
37 +RESTRICT="mirror bindist"