From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 140091581B9 for ; Wed, 01 Oct 2025 20:18:08 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 01A53340FE4 for ; Wed, 01 Oct 2025 20:18:08 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6B1B31103CB; Wed, 01 Oct 2025 20:17:59 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 64C9A1103CB for ; Wed, 01 Oct 2025 20:17:59 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 245DE335DA3 for ; Wed, 01 Oct 2025 20:17:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBBB532D6 for ; Wed, 01 Oct 2025 20:17:57 +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: <1759349874.8a48f4c735d05ee993dc56a9b6434457a28266bb.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-connector-c++/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mysql-connector-c++/mysql-connector-c++-9.4.0.ebuild X-VCS-Directories: dev-db/mysql-connector-c++/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 8a48f4c735d05ee993dc56a9b6434457a28266bb X-VCS-Branch: master Date: Wed, 01 Oct 2025 20:17:57 +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: 80abe4c6-394e-4138-befc-fbac5f144273 X-Archives-Hash: 756ace25e2db414e93ce1b15bac9c173 commit: 8a48f4c735d05ee993dc56a9b6434457a28266bb Author: Arthur Zamarin gentoo org> AuthorDate: Wed Oct 1 20:17:54 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Oct 1 20:17:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a48f4c7 dev-db/mysql-connector-c++: Stabilize 9.4.0 arm, #962376 Signed-off-by: Arthur Zamarin gentoo.org> dev-db/mysql-connector-c++/mysql-connector-c++-9.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-9.4.0.ebuild b/dev-db/mysql-connector-c++/mysql-connector-c++-9.4.0.ebuild index 205741e12210..4d90c9ca8ae9 100644 --- a/dev-db/mysql-connector-c++/mysql-connector-c++-9.4.0.ebuild +++ b/dev-db/mysql-connector-c++/mysql-connector-c++-9.4.0.ebuild @@ -17,7 +17,7 @@ LICENSE="Artistic GPL-2" # See ABI_VERSION(s) is version.cmake SLOT="0/2.10" # ABI_VERSION_MAJOR/JDBC_ABI_VERSION_MAJOR # -ppc, -sparc for bug #711940 -KEYWORDS="amd64 ~arm ~arm64 -ppc ~ppc64 -sparc x86" +KEYWORDS="amd64 arm ~arm64 -ppc ~ppc64 -sparc x86" IUSE="+legacy test" RESTRICT="!test? ( test )"