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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C879C1382C5 for ; Sat, 22 May 2021 16:20:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C103E0837; Sat, 22 May 2021 16:20:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F4199E0837 for ; Sat, 22 May 2021 16:20:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9BF4335C5D for ; Sat, 22 May 2021 16:20:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 371FD78C for ; Sat, 22 May 2021 16:20:56 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1621700398.a7daed8e9df012a390878d7b7cf9bdf9e8ab402d.dilfridge@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-4.50.0-r1.ebuild X-VCS-Directories: dev-perl/DBD-mysql/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: a7daed8e9df012a390878d7b7cf9bdf9e8ab402d X-VCS-Branch: master Date: Sat, 22 May 2021 16:20:56 +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: 6136fe8f-c55c-48b7-b1bf-8d9287ec7c28 X-Archives-Hash: f58cfc2e9cb9bc88097d144e43b3086d commit: a7daed8e9df012a390878d7b7cf9bdf9e8ab402d Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat May 22 16:19:58 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat May 22 16:19:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7daed8e dev-perl/DBD-mysql: Stable for all Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/DBD-mysql/DBD-mysql-4.50.0-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-perl/DBD-mysql/DBD-mysql-4.50.0-r1.ebuild b/dev-perl/DBD-mysql/DBD-mysql-4.50.0-r1.ebuild index 3e09d67b1a3..55ba0d2943e 100644 --- a/dev-perl/DBD-mysql/DBD-mysql-4.50.0-r1.ebuild +++ b/dev-perl/DBD-mysql/DBD-mysql-4.50.0-r1.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="MySQL driver for the Perl5 Database Interface (DBI)" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x64-macos" IUSE="mariadb +mysql test +ssl" RESTRICT="!test? ( test )" @@ -28,7 +28,7 @@ RDEPEND=" DEPEND=" ${DB_DEPENDS} " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker virtual/perl-Data-Dumper test? ( @@ -37,6 +37,7 @@ DEPEND="${RDEPEND} virtual/perl-Time-HiRes ) " + PATCHES=( "${FILESDIR}/${PN}-4.050-no-dot-inc.patch" "${FILESDIR}/${PN}-4.050-fix-float-type-conversion.patch"