commit: 81cd8c190900c06572040029d2698051dee213a5 Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Sun Nov 24 18:19:26 2019 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Sun Nov 24 18:21:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81cd8c19
app-crypt/cfssl: fix licenses Closes: https://bugs.gentoo.org/694728 Signed-off-by: William Hubbs <williamh <AT> gentoo.org> app-crypt/cfssl/cfssl-1.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/cfssl/cfssl-1.4.1.ebuild b/app-crypt/cfssl/cfssl-1.4.1.ebuild index 68c4204008c..6cec5015d3d 100644 --- a/app-crypt/cfssl/cfssl-1.4.1.ebuild +++ b/app-crypt/cfssl/cfssl-1.4.1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Cloudflare's PKI and TLS toolkit" HOMEPAGE="https://github.com/cloudflare/cfssl" SRC_URI="https://github.com/cloudflare/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="BSD-2" +LICENSE="Apache-2.0 BSD BSD-1 MIT MPL-2.0" SLOT="0" KEYWORDS="~amd64" IUSE="hardened"
