From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1489627-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8791F15802F for <garchives@archives.gentoo.org>; Thu, 23 Feb 2023 23:47:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC5D6E07C5; Thu, 23 Feb 2023 23:47:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DE66E07C5 for <gentoo-commits@lists.gentoo.org>; Thu, 23 Feb 2023 23:47:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2E8C5340D65 for <gentoo-commits@lists.gentoo.org>; Thu, 23 Feb 2023 23:47:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E0CA8BB for <gentoo-commits@lists.gentoo.org>; Thu, 23 Feb 2023 23:47:04 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1677195999.6e51d3728d2db82b65e36fcdc9931c24de01dbb5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-fileutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.3-r1.ebuild dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.4-r1.ebuild X-VCS-Directories: dev-ml/ocaml-fileutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6e51d3728d2db82b65e36fcdc9931c24de01dbb5 X-VCS-Branch: master Date: Thu, 23 Feb 2023 23:47:04 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 18359867-5000-4e8c-b18a-3f80906c135e X-Archives-Hash: 733df39e8fef359121e5ae35de60323c commit: 6e51d3728d2db82b65e36fcdc9931c24de01dbb5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Feb 23 23:46:39 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Feb 23 23:46:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e51d372 dev-ml/ocaml-fileutils: stabilize for amd64 Signed-off-by: Sam James <sam <AT> gentoo.org> 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 bb4eea0dfd37..47ef18bc401e 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 37311d0f25e8..76ef1ade1a3e 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 )"