diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-10-27 10:24:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-10-27 11:28:23 +0200 |
commit | 2b6918d6c826fa0b9341ea45ae3192515de3008d (patch) | |
tree | efa8dbd52a3ca60f1daccc1c7b2b90da84de34ca /sys-libs | |
parent | sys-devel/llvm: Add missing licenses, #598106 (diff) | |
download | gentoo-2b6918d6c826fa0b9341ea45ae3192515de3008d.tar.gz gentoo-2b6918d6c826fa0b9341ea45ae3192515de3008d.tar.bz2 gentoo-2b6918d6c826fa0b9341ea45ae3192515de3008d.zip |
sys-libs/compiler-rt: Allow alternative MIT license
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild b/sys-libs/compiler-rt/compiler-rt-9999.ebuild index 1f8d17441573..75abf2dd6d22 100644 --- a/sys-libs/compiler-rt/compiler-rt-9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-9999.ebuild @@ -17,7 +17,7 @@ SRC_URI="" EGIT_REPO_URI="http://llvm.org/git/compiler-rt.git https://github.com/llvm-mirror/compiler-rt.git" -LICENSE="UoI-NCSA" +LICENSE="|| ( UoI-NCSA MIT )" SLOT="0/${PV%.*}" KEYWORDS="" IUSE="" |