summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-28 22:00:24 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-28 22:01:07 +0200
commit2a847f6f110008fe21352d95175da50ced1c5dbe (patch)
tree75a4caf6e024909bfbe5e338e69a862b99c2c60d /dev-perl/File-KeePass
parentdev-perl/File-HomeDir: Remove old (diff)
downloadgentoo-2a847f6f110008fe21352d95175da50ced1c5dbe.tar.gz
gentoo-2a847f6f110008fe21352d95175da50ced1c5dbe.tar.bz2
gentoo-2a847f6f110008fe21352d95175da50ced1c5dbe.zip
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>
Diffstat (limited to 'dev-perl/File-KeePass')
-rw-r--r--dev-perl/File-KeePass/File-KeePass-2.30.0-r2.ebuild (renamed from dev-perl/File-KeePass/File-KeePass-2.30.0-r1.ebuild)9
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-perl/File-KeePass/File-KeePass-2.30.0-r1.ebuild b/dev-perl/File-KeePass/File-KeePass-2.30.0-r2.ebuild
index ab2922a69c84..c5923c522776 100644
--- a/dev-perl/File-KeePass/File-KeePass-2.30.0-r1.ebuild
+++ b/dev-perl/File-KeePass/File-KeePass-2.30.0-r2.ebuild
@@ -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
"