commit: 9417be88b4f41d9878c92eadf5e4f59c2ad14ed5 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Tue Feb 25 19:04:58 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Tue Feb 25 19:05:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9417be88
dev-ml/ppx_blob: keyword 0.9.0 for ~arm64 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/ppx_blob/ppx_blob-0.9.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/ppx_blob/ppx_blob-0.9.0.ebuild b/dev-ml/ppx_blob/ppx_blob-0.9.0.ebuild index 4a531dc3b3d7..a30345ae9929 100644 --- a/dev-ml/ppx_blob/ppx_blob-0.9.0.ebuild +++ b/dev-ml/ppx_blob/ppx_blob-0.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/johnwhitington/${PN}/releases/download/${PV}/${P}.tb LICENSE="Unlicense" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )"