diff options
author | Sam James <sam@gentoo.org> | 2020-08-15 00:29:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-15 00:30:10 +0000 |
commit | 8e8684aed5a96bc4c73ba89844f877482c0cec35 (patch) | |
tree | d9facc656550557927a7793bc190702fcc47af3d /dev-ml | |
parent | sys-devel/llvm-roc: 3.7.0 version bump (diff) | |
download | gentoo-8e8684aed5a96bc4c73ba89844f877482c0cec35.tar.gz gentoo-8e8684aed5a96bc4c73ba89844f877482c0cec35.tar.bz2 gentoo-8e8684aed5a96bc4c73ba89844f877482c0cec35.zip |
dev-ml/ocamlbuild: Stabilize 0.14.0 amd64, #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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.14.0.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.14.0.ebuild index 4556ac43c4db..fbda338dab1c 100644 --- a/dev-ml/ocamlbuild/ocamlbuild-0.14.0.ebuild +++ b/dev-ml/ocamlbuild/ocamlbuild-0.14.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -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 )" |