From da5c1da678a116186aacbdca00bd0fae8af51e3d Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 5 Mar 2026 05:31:28 +0000 Subject: [PATCH] dev-cpp/glaze: destabilize 6.5.1 for ~amd64 Signed-off-by: Sam James --- dev-cpp/glaze/glaze-6.5.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/glaze/glaze-6.5.1.ebuild b/dev-cpp/glaze/glaze-6.5.1.ebuild index 7a38952ed260f..bf3255dce0daf 100644 --- a/dev-cpp/glaze/glaze-6.5.1.ebuild +++ b/dev-cpp/glaze/glaze-6.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2025 Gentoo Authors +# Copyright 2025-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ S="${WORKDIR}/glaze-${PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="~amd64" IUSE="examples fuzzing test" RESTRICT="!test? ( test )"