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-latvian/
Date: Mon, 06 Jan 2020 20:19:46
Message-Id: 1578341947.9e1cffc90a597b604c8b1515a744ecdfbbe743e1.ulm@gentoo
1 commit: 9e1cffc90a597b604c8b1515a744ecdfbbe743e1
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 6 18:47:27 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 6 20:19:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e1cffc9
7
8 app-dicts/sword-latvian: 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-latvian/sword-latvian-1.1.ebuild | 5 +++--
18 1 file changed, 3 insertions(+), 2 deletions(-)
19
20 diff --git a/app-dicts/sword-latvian/sword-latvian-1.1.ebuild b/app-dicts/sword-latvian/sword-latvian-1.1.ebuild
21 index 2b9332d80c6..1151ae5ae9c 100644
22 --- a/app-dicts/sword-latvian/sword-latvian-1.1.ebuild
23 +++ b/app-dicts/sword-latvian/sword-latvian-1.1.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="Latvian New Testament"
33 HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=Latvian"
34 -LICENSE="freedist"
35 +LICENSE="all-rights-reserved"
36 KEYWORDS="~amd64 ~ppc ~x86"
37 +RESTRICT="mirror bindist"