commit: c45be149f587fc82480ec22c59fcc174e8cadc7b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jan 25 05:19:54 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 25 05:19:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c45be149
dev-libs/capnproto: Stabilize 1.0.2 arm64, #924194 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/capnproto/capnproto-1.0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/capnproto/capnproto-1.0.2.ebuild b/dev-libs/capnproto/capnproto-1.0.2.ebuild index f0cf44f888cc..80f2cf10b93a 100644 --- a/dev-libs/capnproto/capnproto-1.0.2.ebuild +++ b/dev-libs/capnproto/capnproto-1.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ S="${WORKDIR}"/${P}/c++ LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" IUSE="+ssl test zlib" RESTRICT="!test? ( test )"