diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-28 20:22:45 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-28 20:32:07 +0200 |
commit | c168cf1757e243c4056748505edadf5e06488aca (patch) | |
tree | 524a41630d5bce451431c696e3c1eb73d1f1b198 /dev-perl/Tie-EncryptedHash | |
parent | dev-perl/Tie-Cycle: Version bump 1.226 (diff) | |
download | gentoo-c168cf1757e243c4056748505edadf5e06488aca.tar.gz gentoo-c168cf1757e243c4056748505edadf5e06488aca.tar.bz2 gentoo-c168cf1757e243c4056748505edadf5e06488aca.zip |
dev-perl/Tie-EncryptedHash: EAPI=8 bump
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Tie-EncryptedHash')
-rw-r--r-- | dev-perl/Tie-EncryptedHash/Tie-EncryptedHash-1.240.0-r2.ebuild (renamed from dev-perl/Tie-EncryptedHash/Tie-EncryptedHash-1.240.0-r1.ebuild) | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/dev-perl/Tie-EncryptedHash/Tie-EncryptedHash-1.240.0-r1.ebuild b/dev-perl/Tie-EncryptedHash/Tie-EncryptedHash-1.240.0-r2.ebuild index 3d858a418ec2..99c6795736e1 100644 --- a/dev-perl/Tie-EncryptedHash/Tie-EncryptedHash-1.240.0-r1.ebuild +++ b/dev-perl/Tie-EncryptedHash/Tie-EncryptedHash-1.240.0-r2.ebuild @@ -1,21 +1,19 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=VIPUL -MODULE_VERSION=1.24 +DIST_AUTHOR=VIPUL +DIST_VERSION=1.24 inherit perl-module DESCRIPTION="Hashes (and objects based on hashes) with encrypting fields" SLOT="0" KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" -IUSE="" RDEPEND="dev-perl/Crypt-Blowfish dev-perl/Crypt-DES dev-perl/Crypt-CBC" -DEPEND="${RDEPEND}" - -SRC_TEST=do +BDEPEND="${RDEPEND} +" |