commit: 6736f2afcceb468f2e35c0b83798e7e3712e2b17 Author: Alessandro Barbieri <ale.barbio <AT> alice <DOT> it> AuthorDate: Fri Apr 21 23:36:06 2017 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sat Apr 22 16:03:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6736f2af
fix licenses see https://bugs.gentoo.org/show_bug.cgi?id=614928 Closes: https://github.com/gentoo/gentoo/pull/4465 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> sci-libs/openlibm/openlibm-0.5.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/openlibm/openlibm-0.5.4.ebuild b/sci-libs/openlibm/openlibm-0.5.4.ebuild index 0df52bd8a5b..7dbbc695f24 100644 --- a/sci-libs/openlibm/openlibm-0.5.4.ebuild +++ b/sci-libs/openlibm/openlibm-0.5.4.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="High quality system independent, open source libm" HOMEPAGE="https://github.com/JuliaLang/openlibm" SRC_URI="https://github.com/JuliaLang/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT freedist public-domain BSD" +LICENSE="public-domain MIT ISC BSD-2 LGPL-2.1+" SLOT="0/${PV}.0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
