diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-05-28 21:08:01 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-05-28 21:08:25 +0200 |
commit | 036874282c44b3d7a30c7b439118161393b9dd6d (patch) | |
tree | 3ccf591a8707b628bd0b93068ab7d53ee7ad1da4 /dev-perl | |
parent | net-misc/electron-cash: add 4.2.10 (diff) | |
download | gentoo-036874282c44b3d7a30c7b439118161393b9dd6d.tar.gz gentoo-036874282c44b3d7a30c7b439118161393b9dd6d.tar.bz2 gentoo-036874282c44b3d7a30c7b439118161393b9dd6d.zip |
dev-perl/DBI: Add missing dependency
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/DBI/DBI-1.643.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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} |