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 1EA12138337 for ; Sun, 14 Apr 2019 18:18:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01C7AE091A; Sun, 14 Apr 2019 18:18:05 +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 C9456E0919 for ; Sun, 14 Apr 2019 18:18:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 77FB9341111 for ; Sun, 14 Apr 2019 18:18:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1C46326 for ; Sun, 14 Apr 2019 18:18:01 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1555265787.f1e54b6d5aeb6e73453a3c6df2ca0ca48e2a76c9.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/cksfv/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/cksfv/cksfv-1.3.14.ebuild X-VCS-Directories: app-arch/cksfv/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: f1e54b6d5aeb6e73453a3c6df2ca0ca48e2a76c9 X-VCS-Branch: master Date: Sun, 14 Apr 2019 18:18:01 +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: 93528862-ff00-4907-8377-d4a247ee4200 X-Archives-Hash: 694656834959f9949aea73b4208c4951 commit: f1e54b6d5aeb6e73453a3c6df2ca0ca48e2a76c9 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Apr 14 14:04:07 2019 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Apr 14 18:16:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e54b6d app-arch/cksfv: fix LICENCE. Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11681 Signed-off-by: Patrice Clement gentoo.org> app-arch/cksfv/cksfv-1.3.14.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/cksfv/cksfv-1.3.14.ebuild b/app-arch/cksfv/cksfv-1.3.14.ebuild index 52041fde4aa..09c200e889a 100644 --- a/app-arch/cksfv/cksfv-1.3.14.ebuild +++ b/app-arch/cksfv/cksfv-1.3.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -9,7 +9,7 @@ DESCRIPTION="SFV checksum utility (simple file verification)" HOMEPAGE="http://zakalwe.fi/~shd/foss/cksfv/" SRC_URI="http://zakalwe.fi/~shd/foss/cksfv/files/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE=""