diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-10-25 19:38:08 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-10-25 19:38:45 +0200 |
commit | 1566440b7e44bb23abb52e0c596f55e2ce8431b4 (patch) | |
tree | 3c4cbb0c98c6f8c1b5f1931d59897d3888833ca8 /dev-vcs/subversion | |
parent | licenses, profiles: Add FSFAP (diff) | |
download | gentoo-1566440b7e44bb23abb52e0c596f55e2ce8431b4.tar.gz gentoo-1566440b7e44bb23abb52e0c596f55e2ce8431b4.tar.bz2 gentoo-1566440b7e44bb23abb52e0c596f55e2ce8431b4.zip |
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 <dilfridge@gentoo.org>
Diffstat (limited to 'dev-vcs/subversion')
-rw-r--r-- | dev-vcs/subversion/subversion-1.14.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/subversion/subversion-1.14.0-r1.ebuild b/dev-vcs/subversion/subversion-1.14.0-r1.ebuild index b4b3155cf33e..b3e20ec4f609 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" |