From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CD80715802F for ; Thu, 9 Mar 2023 10:53:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8B76E0909; Thu, 9 Mar 2023 10:53:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86764E0909 for ; Thu, 9 Mar 2023 10:53:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A4B333BED4 for ; Thu, 9 Mar 2023 10:53:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 938208D7 for ; Thu, 9 Mar 2023 10:53:04 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1678359175.6772a2317cf9d509937530a4fe17d9d0a1444cc8.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/galera/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/galera/galera-26.4.13.ebuild X-VCS-Directories: sys-cluster/galera/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 6772a2317cf9d509937530a4fe17d9d0a1444cc8 X-VCS-Branch: master Date: Thu, 9 Mar 2023 10:53:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3a542fee-6b72-48c6-acc8-97371b7cf0d3 X-Archives-Hash: 27b6b46a0deef6760ad4c80bc1824c44 commit: 6772a2317cf9d509937530a4fe17d9d0a1444cc8 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Mar 9 10:52:55 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Mar 9 10:52:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6772a231 sys-cluster/galera: Stabilize 26.4.13 x86, #891837 Signed-off-by: Arthur Zamarin gentoo.org> sys-cluster/galera/galera-26.4.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/galera/galera-26.4.13.ebuild b/sys-cluster/galera/galera-26.4.13.ebuild index 9ec66403a985..8225925b67b1 100644 --- a/sys-cluster/galera/galera-26.4.13.ebuild +++ b/sys-cluster/galera/galera-26.4.13.ebuild @@ -17,7 +17,7 @@ LICENSE="GPL-2 BSD" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ppc64 ~x86" +KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ppc64 x86" IUSE="cpu_flags_x86_sse4_2 garbd test" RESTRICT="!test? ( test )"