dev-perl/File-KeePass: EAPI=8 bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2021-10-28 22:00:24 +02:00
parent 6901d03ea6
commit 2a847f6f11

View File

@@ -1,16 +1,15 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=8
DIST_AUTHOR=RHANDOM
DIST_VERSION="2.03"
DIST_VERSION=2.03
inherit perl-module
DESCRIPTION="Interface to KeePass V1 and V2 database files"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="
>=dev-perl/Crypt-Rijndael-1
@@ -18,6 +17,6 @@ RDEPEND="
>=virtual/perl-MIME-Base64-1
dev-perl/XML-Parser
"
DEPEND="${RDEPEND}
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"