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 5445D158066 for ; Wed, 28 Aug 2024 07:59:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BB11E2A3C; Wed, 28 Aug 2024 07:59:34 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 424BFE2A3C for ; Wed, 28 Aug 2024 07:59:34 +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 5AC03340906 for ; Wed, 28 Aug 2024 07:59:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3C0A14D1 for ; Wed, 28 Aug 2024 07:59:31 +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: <1724831933.4ece1a04c6d64f4c87b2df83bc6f0a8fa6c96115.arthurzam@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: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 4ece1a04c6d64f4c87b2df83bc6f0a8fa6c96115 X-VCS-Branch: master Date: Wed, 28 Aug 2024 07:59:31 +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: 265138c7-defa-4556-ba06-2c625af77d09 X-Archives-Hash: ad1c46b6ce8839c94abc8e7be7bc1430 commit: 4ece1a04c6d64f4c87b2df83bc6f0a8fa6c96115 Author: Arthur Zamarin gentoo org> AuthorDate: Wed Aug 28 04:59:10 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Aug 28 07:58:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ece1a04 dev-perl/DBD-MariaDB: keyword 1.230.0 for ~mips Signed-off-by: Arthur Zamarin gentoo.org> dev-perl/DBD-MariaDB/DBD-MariaDB-1.230.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 067da3f44a8d..513616b4426c 100644 --- a/dev-perl/DBD-MariaDB/DBD-MariaDB-1.230.0.ebuild +++ b/dev-perl/DBD-MariaDB/DBD-MariaDB-1.230.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="MariaDB and MySQL driver for the Perl5 Database Interface (DBI)" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv x86" IUSE="+mariadb mysql minimal" REQUIRED_USE="^^ ( mysql mariadb )"