diff options
author | Sam James <sam@gentoo.org> | 2020-08-15 01:50:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-15 01:50:59 +0000 |
commit | 42c40d6726ef94187441514ab88eb859e42dcd95 (patch) | |
tree | 1a3715a7eae3ea83f65d88976edd6204ad8faa4e /dev-ml | |
parent | dev-libs/libressl: drop old 3.1.2 (diff) | |
download | gentoo-42c40d6726ef94187441514ab88eb859e42dcd95.tar.gz gentoo-42c40d6726ef94187441514ab88eb859e42dcd95.tar.bz2 gentoo-42c40d6726ef94187441514ab88eb859e42dcd95.zip |
dev-ml/ocamlbuild: Stabilize 0.14.0 x86, #708884
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocamlbuild/ocamlbuild-0.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.14.0.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.14.0.ebuild index fbda338dab1c..1bb60dad1edd 100644 --- a/dev-ml/ocamlbuild/ocamlbuild-0.14.0.ebuild +++ b/dev-ml/ocamlbuild/ocamlbuild-0.14.0.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/ocaml/ocamlbuild/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |