Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/subversion/
Date: Sun, 25 Oct 2020 17:39:06
Message-Id: 1603647525.1566440b7e44bb23abb52e0c596f55e2ce8431b4.dilfridge@gentoo
1 commit: 1566440b7e44bb23abb52e0c596f55e2ce8431b4
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 25 17:38:08 2020 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 25 17:38:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1566440b
7
8 dev-vcs/subversion: Fix license
9
10 Closes: https://bugs.gentoo.org/592394
11 Package-Manager: Portage-3.0.8, Repoman-3.0.2
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 dev-vcs/subversion/subversion-1.14.0-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-vcs/subversion/subversion-1.14.0-r1.ebuild b/dev-vcs/subversion/subversion-1.14.0-r1.ebuild
18 index b4b3155cf33..b3e20ec4f60 100644
19 --- a/dev-vcs/subversion/subversion-1.14.0-r1.ebuild
20 +++ b/dev-vcs/subversion/subversion-1.14.0-r1.ebuild
21 @@ -18,7 +18,7 @@ SRC_URI="mirror://apache/${PN}/${MY_P}.tar.bz2
22 https://dev.gentoo.org/~polynomial-c/${PN}-1.10.0_rc1-patches-1.tar.xz"
23 S="${WORKDIR}/${MY_P}"
24
25 -LICENSE="Subversion GPL-2"
26 +LICENSE="Apache-2.0 BSD MIT BSD-2 FSFAP unicode"
27 SLOT="0"
28 [[ "${PV}" = *_rc* ]] || \
29 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"