From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 09F17138346 for ; Mon, 6 Jan 2020 20:19:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16F83E09EC; Mon, 6 Jan 2020 20:19:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00BE0E09EC for ; Mon, 6 Jan 2020 20:19:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2BEFA34DE3E for ; Mon, 6 Jan 2020 20:19:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A2A7A8 for ; Mon, 6 Jan 2020 20:19:37 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1578341950.7dcb3909d4b6e6c30ee559e390323404ab662493.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/sword-xhosa/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/sword-xhosa/sword-xhosa-1.1.ebuild X-VCS-Directories: app-dicts/sword-xhosa/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 7dcb3909d4b6e6c30ee559e390323404ab662493 X-VCS-Branch: master Date: Mon, 6 Jan 2020 20:19:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 02735052-0764-4eb2-ac61-ba7eb4786f62 X-Archives-Hash: 62f95e22109fcbee88a5a6bea77af229 commit: 7dcb3909d4b6e6c30ee559e390323404ab662493 Author: Ulrich Müller gentoo org> AuthorDate: Mon Jan 6 18:47:55 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Jan 6 20:19:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dcb3909 app-dicts/sword-xhosa: Fix LICENSE. No visible license, therefore labelling as "all-rights-reserved", plus mirror and bindist restrictions. Bug: https://bugs.gentoo.org/703604 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Ulrich Müller gentoo.org> app-dicts/sword-xhosa/sword-xhosa-1.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-dicts/sword-xhosa/sword-xhosa-1.1.ebuild b/app-dicts/sword-xhosa/sword-xhosa-1.1.ebuild index 8d5d459b1ab..d23d54cfab0 100644 --- a/app-dicts/sword-xhosa/sword-xhosa-1.1.ebuild +++ b/app-dicts/sword-xhosa/sword-xhosa-1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,5 +8,6 @@ inherit sword-module DESCRIPTION="Xhosa Bible" HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=Xhosa" -LICENSE="public-domain" +LICENSE="all-rights-reserved" KEYWORDS="~amd64 ~ppc ~x86" +RESTRICT="mirror bindist"