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 04E7E158090 for ; Sat, 28 May 2022 20:36:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B3E9E08BB; Sat, 28 May 2022 20:36:55 +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 2C2FDE08BB for ; Sat, 28 May 2022 20:36:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4024134122C for ; Sat, 28 May 2022 20:36:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5E6148C for ; Sat, 28 May 2022 20:36:52 +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: <1653770202.f737b94ac9802413a97d31aee3e4efd725a117a9.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: f737b94ac9802413a97d31aee3e4efd725a117a9 X-VCS-Branch: master Date: Sat, 28 May 2022 20:36:52 +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: 562e2c5a-fda8-45e3-a143-d6364cb53047 X-Archives-Hash: d15379e87760c8d92a4b060c031b5f37 commit: f737b94ac9802413a97d31aee3e4efd725a117a9 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat May 28 20:36:21 2022 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat May 28 20:36:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f737b94a dev-perl/DBI: Add missing dependeny, again Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/DBI/DBI-1.643.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-perl/DBI/DBI-1.643.0.ebuild b/dev-perl/DBI/DBI-1.643.0.ebuild index f36a54560b11..723ae24e89b4 100644 --- a/dev-perl/DBI/DBI-1.643.0.ebuild +++ b/dev-perl/DBI/DBI-1.643.0.ebuild @@ -19,6 +19,7 @@ RDEPEND=" >=dev-perl/PlRPC-0.200.0 >=virtual/perl-Sys-Syslog-0.170.0 virtual/perl-File-Spec + virtual/perl-File-Temp virtual/perl-Scalar-List-Utils !<=dev-perl/SQL-Statement-1.330.0 "