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 50B57138359 for ; Sun, 25 Oct 2020 17:39:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E410E079E; Sun, 25 Oct 2020 17:39: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 87EB3E07A5 for ; Sun, 25 Oct 2020 17:39:05 +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 4052333FE2A for ; Sun, 25 Oct 2020 17:39:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29E133B1 for ; Sun, 25 Oct 2020 17:39:01 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1603647525.1566440b7e44bb23abb52e0c596f55e2ce8431b4.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/subversion/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/subversion/subversion-1.14.0-r1.ebuild X-VCS-Directories: dev-vcs/subversion/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 1566440b7e44bb23abb52e0c596f55e2ce8431b4 X-VCS-Branch: master Date: Sun, 25 Oct 2020 17:39: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: 953a5671-a2b7-4139-8d78-9b4ec8825aaa X-Archives-Hash: 64c68d51443d08c1d71adbba383fabea commit: 1566440b7e44bb23abb52e0c596f55e2ce8431b4 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Oct 25 17:38:08 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Oct 25 17:38:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1566440b dev-vcs/subversion: Fix license Closes: https://bugs.gentoo.org/592394 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-vcs/subversion/subversion-1.14.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/subversion/subversion-1.14.0-r1.ebuild b/dev-vcs/subversion/subversion-1.14.0-r1.ebuild index b4b3155cf33..b3e20ec4f60 100644 --- a/dev-vcs/subversion/subversion-1.14.0-r1.ebuild +++ b/dev-vcs/subversion/subversion-1.14.0-r1.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://apache/${PN}/${MY_P}.tar.bz2 https://dev.gentoo.org/~polynomial-c/${PN}-1.10.0_rc1-patches-1.tar.xz" S="${WORKDIR}/${MY_P}" -LICENSE="Subversion GPL-2" +LICENSE="Apache-2.0 BSD MIT BSD-2 FSFAP unicode" SLOT="0" [[ "${PV}" = *_rc* ]] || \ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"