diff options
author | 2021-10-11 06:58:39 +0100 | |
---|---|---|
committer | 2021-10-11 06:58:39 +0100 | |
commit | 17b42794c8237f585a083b420bbbd666c761db2d (patch) | |
tree | 6030c4051a930a877b01402dc592cc31cc812c1f /dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.3.ebuild | |
parent | dev-ml/ocaml-compiler-libs: add 0.12.4 (diff) | |
download | gentoo-17b42794c8237f585a083b420bbbd666c761db2d.tar.gz gentoo-17b42794c8237f585a083b420bbbd666c761db2d.tar.bz2 gentoo-17b42794c8237f585a083b420bbbd666c761db2d.zip |
dev-ml/ocaml-compiler-libs: update LICENSE
Relicensed a few years ago from Apache-2.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.3.ebuild')
-rw-r--r-- | dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.3.ebuild b/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.3.ebuild index ce40ed8ba22c..345396f5fa7c 100644 --- a/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.3.ebuild +++ b/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.3.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Repackage the OCaml compiler libs so they do not expose everything HOMEPAGE="https://github.com/janestreet/ocaml-compiler-libs" SRC_URI="https://github.com/janestreet/ocaml-compiler-libs/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="Apache-2.0" +LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="amd64 arm arm64 ppc ppc64 x86" IUSE="+ocamlopt" |