commit: a92ba435af618ccea85180c7551f699afa07d8e9 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Tue Feb 21 14:14:10 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Tue Feb 21 14:20:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a92ba435
profiles: Mask dev-lang/ocaml[spacetime] everywhere and unmask it on amd64 since it is only supported there according to upstream. profiles/arch/amd64/package.use.mask | 5 +++++ profiles/base/package.use.mask | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index c52658cf08..d2d9c5ce72 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -18,6 +18,11 @@ #--- END OF EXAMPLES --- +# Alexis Ballier <[email protected]> (21 Feb 2017) +# spacetime works on amd64 +# https://caml.inria.fr/pub/docs/manual-ocaml/spacetime.html +dev-lang/ocaml -spacetime + # Alexis Ballier <[email protected]> (31 Jan 2017) # nvidia drivers are unmasked here media-video/ffmpeg -nvenc diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 0d000b0549..69d768385b 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -5,6 +5,11 @@ # This file requires >=portage-2.1.1 # New entries go on top. +# Alexis Ballier <[email protected]> (21 Feb 2017) +# spacetime is only supported on amd64 at the moment. +# https://caml.inria.fr/pub/docs/manual-ocaml/spacetime.html +dev-lang/ocaml spacetime + # Michał Górny <[email protected]> (17 Feb 2017) # Python 2 package relies on gedit[python] which is py3 only. dev-vcs/rabbitvcs gedit
