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 (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 179FB15812D for ; Mon, 06 Jan 2025 13:36:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09C4CE07D7; Mon, 06 Jan 2025 13:36:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 9833EE082D for ; Mon, 06 Jan 2025 13:36:05 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0B7C33BEA5 for ; Mon, 06 Jan 2025 13:36:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2ED6D1C57 for ; Mon, 06 Jan 2025 13:36:02 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1736169888.c0af8101f6f81ca79be620ab35f92bf59998bfd5.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBD-MariaDB/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/DBD-MariaDB/DBD-MariaDB-1.230.0.ebuild X-VCS-Directories: dev-perl/DBD-MariaDB/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: c0af8101f6f81ca79be620ab35f92bf59998bfd5 X-VCS-Branch: master Date: Mon, 06 Jan 2025 13:36:02 +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: b65aa1e3-55a3-463f-947c-1ab63ea4c598 X-Archives-Hash: c3e55848a7d5f9597b7375cb43eb471b commit: c0af8101f6f81ca79be620ab35f92bf59998bfd5 Author: WANG Xuerui gentoo org> AuthorDate: Mon Jan 6 12:30:58 2025 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Mon Jan 6 13:24:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0af8101 dev-perl/DBD-MariaDB: keyword 1.230.0 for ~loong Signed-off-by: WANG Xuerui gentoo.org> dev-perl/DBD-MariaDB/DBD-MariaDB-1.230.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/DBD-MariaDB/DBD-MariaDB-1.230.0.ebuild b/dev-perl/DBD-MariaDB/DBD-MariaDB-1.230.0.ebuild index f111c839b49c..e50fe8133265 100644 --- a/dev-perl/DBD-MariaDB/DBD-MariaDB-1.230.0.ebuild +++ b/dev-perl/DBD-MariaDB/DBD-MariaDB-1.230.0.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 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="MariaDB and MySQL driver for the Perl5 Database Interface (DBI)" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv x86" IUSE="+mariadb mysql minimal" REQUIRED_USE="^^ ( mysql mariadb )"