commit: a2617579356876b9353122c8db762a04ce4386df Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Fri Jan 9 16:33:48 2026 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Fri Jan 9 16:52:08 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2617579
dev-db/etcd: Keyword 3.6.7 for ~arm64 The tests die almost immediately on my system with "unsupported VMA range", but I think this is an issue with the tests or Go rather than etcd itself. The binaries build and execute fine. Closes: https://github.com/gentoo/gentoo/pull/45002 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> dev-db/etcd/etcd-3.6.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/etcd/etcd-3.6.7.ebuild b/dev-db/etcd/etcd-3.6.7.ebuild index 727948cf62c5..23fa26acaf2e 100644 --- a/dev-db/etcd/etcd-3.6.7.ebuild +++ b/dev-db/etcd/etcd-3.6.7.ebuild @@ -13,7 +13,7 @@ SRC_URI+=" https://dev.gentoo.org/~chewi/distfiles/${P}-deps.tar.xz" LICENSE="Apache-2.0" LICENSE+=" BSD BSD-2 MIT" SLOT="0" -KEYWORDS="~amd64 ~loong ~riscv" +KEYWORDS="~amd64 ~arm64 ~loong ~riscv" IUSE="doc +server" COMMON_DEPEND="server? (
