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-icelandic/
Date: Mon, 06 Jan 2020 20:19:43
Message-Id: 1578341945.7cedc2355f833bd9fe7bfaf9b119a88b8abb3018.ulm@gentoo
1 commit: 7cedc2355f833bd9fe7bfaf9b119a88b8abb3018
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 6 18:47:00 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=7cedc235
7
8 app-dicts/sword-icelandic: 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-icelandic/sword-icelandic-1.1.ebuild | 5 +++--
18 1 file changed, 3 insertions(+), 2 deletions(-)
19
20 diff --git a/app-dicts/sword-icelandic/sword-icelandic-1.1.ebuild b/app-dicts/sword-icelandic/sword-icelandic-1.1.ebuild
21 index 1d5a35c0972..156b7d7b531 100644
22 --- a/app-dicts/sword-icelandic/sword-icelandic-1.1.ebuild
23 +++ b/app-dicts/sword-icelandic/sword-icelandic-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="Icelandic Bible"
33 HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=Icelandic"
34 -LICENSE="freedist"
35 +LICENSE="all-rights-reserved"
36 KEYWORDS="~amd64 ~ppc ~x86"
37 +RESTRICT="mirror bindist"