Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBI/
Date: Sat, 28 May 2022 19:08:39
Message-Id: 1653764905.036874282c44b3d7a30c7b439118161393b9dd6d.dilfridge@gentoo
1 commit: 036874282c44b3d7a30c7b439118161393b9dd6d
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 28 19:08:01 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat May 28 19:08:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03687428
7
8 dev-perl/DBI: Add missing dependency
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 dev-perl/DBI/DBI-1.643.0.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-perl/DBI/DBI-1.643.0.ebuild b/dev-perl/DBI/DBI-1.643.0.ebuild
16 index b887a71b7a5f..f36a54560b11 100644
17 --- a/dev-perl/DBI/DBI-1.643.0.ebuild
18 +++ b/dev-perl/DBI/DBI-1.643.0.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2022 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 DIST_AUTHOR=TIMB
27 DIST_VERSION=1.643
28 @@ -19,6 +19,7 @@ RDEPEND="
29 >=dev-perl/PlRPC-0.200.0
30 >=virtual/perl-Sys-Syslog-0.170.0
31 virtual/perl-File-Spec
32 + virtual/perl-Scalar-List-Utils
33 !<=dev-perl/SQL-Statement-1.330.0
34 "
35 BDEPEND="${RDEPEND}