summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-10-27 10:23:22 +0200
committerMichał Górny <mgorny@gentoo.org>2016-10-27 11:28:20 +0200
commit22e688fa08a12161df1d2366759446a993923562 (patch)
tree0b0ed9a4600f295e23f3d0d3d404133b5b5a0331 /sys-devel/llvm/llvm-3.7.1-r3.ebuild
parentlicenses: Add LLVM Software Grant license necessary for LLVM (diff)
downloadgentoo-22e688fa08a12161df1d2366759446a993923562.tar.gz
gentoo-22e688fa08a12161df1d2366759446a993923562.tar.bz2
gentoo-22e688fa08a12161df1d2366759446a993923562.zip
sys-devel/llvm: Add missing licenses, #598106
Diffstat (limited to 'sys-devel/llvm/llvm-3.7.1-r3.ebuild')
-rw-r--r--sys-devel/llvm/llvm-3.7.1-r3.ebuild14
1 files changed, 13 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-3.7.1-r3.ebuild b/sys-devel/llvm/llvm-3.7.1-r3.ebuild
index a7203b3229ce..3cc7292a4705 100644
--- a/sys-devel/llvm/llvm-3.7.1-r3.ebuild
+++ b/sys-devel/llvm/llvm-3.7.1-r3.ebuild
@@ -19,7 +19,19 @@ SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.xz
lldb? ( http://llvm.org/releases/${PV}/lldb-${PV}.src.tar.xz )
!doc? ( http://dev.gentoo.org/~voyageur/distfiles/${PN}-3.7.0-manpages.tar.bz2 )"
-LICENSE="UoI-NCSA"
+# Additional licenses:
+# 1. OpenBSD regex: Henry Spencer's license ('rc' in Gentoo) + BSD.
+# 2. ARM backend: LLVM Software Grant by ARM.
+# 3. MD5 code: public-domain.
+# 4. autoconf (not used): some undefined M.I.T. license.
+# 5. Tests (not installed):
+# a. gtest: BSD.
+# b. YAML tests: MIT.
+
+LICENSE="UoI-NCSA rc BSD public-domain
+ arm? ( LLVM-Grant )
+ arm64? ( LLVM-Grant )
+ multitarget? ( LLVM-Grant )"
SLOT="0/${PV}"
KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="clang debug doc gold libedit +libffi lldb multitarget ncurses ocaml