From 6e51d3728d2db82b65e36fcdc9931c24de01dbb5 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 23 Feb 2023 23:46:39 +0000 Subject: [PATCH] dev-ml/ocaml-fileutils: stabilize for amd64 Signed-off-by: Sam James --- dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.3-r1.ebuild | 4 ++-- dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.4-r1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.3-r1.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.3-r1.ebuild index bb4eea0dfd376..47ef18bc401e5 100644 --- a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.3-r1.ebuild +++ b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/gildor478/${PN}/releases/download/v${PV}/${DUNE_PKG_ LICENSE="LGPL-2.1-with-linking-exception" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="+ocamlopt" DEPEND=">=dev-ml/ounit2-2.0.0 diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.4-r1.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.4-r1.ebuild index 37311d0f25e80..76ef1ade1a3eb 100644 --- a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.4-r1.ebuild +++ b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ S="${WORKDIR}"/${DUNE_PKG_NAME}-${PV} LICENSE="LGPL-2.1-with-linking-exception" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )"