commit: 9e87f6a5f5beebd46f59ac8a4712cfb6b25b32c9 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Tue Feb 25 18:45:18 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Tue Feb 25 18:45:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e87f6a5
dev-ml/calendars: keyword 1.0.0 for ~arm64 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/calendars/calendars-1.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/calendars/calendars-1.0.0.ebuild b/dev-ml/calendars/calendars-1.0.0.ebuild index 3b03bc654b4e..5f5401213800 100644 --- a/dev-ml/calendars/calendars-1.0.0.ebuild +++ b/dev-ml/calendars/calendars-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/geneweb/${PN}/archive/v${PV}.tar.gz LICENSE="GPL-3" SLOT="0/${PV}" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )"