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 3D5F31580E0 for ; Wed, 29 Jan 2025 06:05:01 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2037434309B for ; Wed, 29 Jan 2025 06:05:01 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1E2A51103B6; Wed, 29 Jan 2025 06:05:00 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 11C0D1103B6 for ; Wed, 29 Jan 2025 06:05:00 +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 AFA0434309B for ; Wed, 29 Jan 2025 06:04:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0FFB1979 for ; Wed, 29 Jan 2025 06:04:57 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1738130694.abe5b3b18a030d5a498bd19ead6499b0f0f18373.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBD-mysql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/DBD-mysql/DBD-mysql-5.7.0.ebuild X-VCS-Directories: dev-perl/DBD-mysql/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: abe5b3b18a030d5a498bd19ead6499b0f0f18373 X-VCS-Branch: master Date: Wed, 29 Jan 2025 06:04: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: 41e256d3-08cd-4f67-8149-c7cc5f43a467 X-Archives-Hash: c5c92db9a79c8c37314da363c82fab83 commit: abe5b3b18a030d5a498bd19ead6499b0f0f18373 Author: Robin H. Johnson gentoo org> AuthorDate: Wed Jan 29 06:00:53 2025 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Wed Jan 29 06:04:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abe5b3b1 dev-perl/DBD-mysql: stable amd64 Builds & passes tests w/ USE='-mariadb mysql' Bug: https://bugs.gentoo.org/946223 Signed-off-by: Robin H. Johnson gentoo.org> dev-perl/DBD-mysql/DBD-mysql-5.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/DBD-mysql/DBD-mysql-5.7.0.ebuild b/dev-perl/DBD-mysql/DBD-mysql-5.7.0.ebuild index 4df60beaff64..b462601fc2d5 100644 --- a/dev-perl/DBD-mysql/DBD-mysql-5.7.0.ebuild +++ b/dev-perl/DBD-mysql/DBD-mysql-5.7.0.ebuild @@ -15,7 +15,7 @@ inherit perl-module DESCRIPTION="MySQL driver for the Perl5 Database Interface (DBI)" SLOT="0" -KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" IUSE="mariadb +mysql test" RESTRICT="!test? ( test )" REQUIRED_USE="^^ ( mysql mariadb )"