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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A8504158090 for ; Sat, 28 May 2022 19:08:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2DDEE082B; Sat, 28 May 2022 19:08:38 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A26C1E082B for ; Sat, 28 May 2022 19:08:38 +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 78AB73414EC for ; Sat, 28 May 2022 19:08:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA28B3C3 for ; Sat, 28 May 2022 19:08:35 +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: <1653764905.036874282c44b3d7a30c7b439118161393b9dd6d.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBI/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/DBI/DBI-1.643.0.ebuild X-VCS-Directories: dev-perl/DBI/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 036874282c44b3d7a30c7b439118161393b9dd6d X-VCS-Branch: master Date: Sat, 28 May 2022 19:08:35 +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: 37ab0ec0-738a-41e4-8139-c2355aba796e X-Archives-Hash: a83565f9b32eb53a3ab164efef21e5f5 commit: 036874282c44b3d7a30c7b439118161393b9dd6d Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat May 28 19:08:01 2022 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat May 28 19:08:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03687428 dev-perl/DBI: Add missing dependency Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/DBI/DBI-1.643.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-perl/DBI/DBI-1.643.0.ebuild b/dev-perl/DBI/DBI-1.643.0.ebuild index b887a71b7a5f..f36a54560b11 100644 --- a/dev-perl/DBI/DBI-1.643.0.ebuild +++ b/dev-perl/DBI/DBI-1.643.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DIST_AUTHOR=TIMB DIST_VERSION=1.643 @@ -19,6 +19,7 @@ RDEPEND=" >=dev-perl/PlRPC-0.200.0 >=virtual/perl-Sys-Syslog-0.170.0 virtual/perl-File-Spec + virtual/perl-Scalar-List-Utils !<=dev-perl/SQL-Statement-1.330.0 " BDEPEND="${RDEPEND}