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 3B3AF158041 for ; Fri, 5 Apr 2024 05:18:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D014E2A5B; Fri, 5 Apr 2024 05:18:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 64727E2A5B for ; Fri, 5 Apr 2024 05:18:47 +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 AD678343254 for ; Fri, 5 Apr 2024 05:18:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12E761684 for ; Fri, 5 Apr 2024 05:18:44 +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: <1712294304.47c4ec7ecd363d1b1b723c2cb0456dea8aec381b.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: 47c4ec7ecd363d1b1b723c2cb0456dea8aec381b X-VCS-Branch: master Date: Fri, 5 Apr 2024 05:18:44 +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: 3d64d0bc-37a6-43be-997d-b02572fb38ad X-Archives-Hash: f5ec2ec9ee36b67f2788a587302ba680 commit: 47c4ec7ecd363d1b1b723c2cb0456dea8aec381b Author: Arthur Zamarin gentoo org> AuthorDate: Fri Apr 5 05:18:24 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Apr 5 05:18:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47c4ec7e dev-perl/DBD-MariaDB: Keyword 1.230.0 ppc64, #919865 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 49f345b1326f..0a46e57056ba 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 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86" IUSE="+mariadb mysql minimal" REQUIRED_USE="^^ ( mysql mariadb )"