diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-15 20:53:54 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-15 20:55:59 +0200 |
commit | 4fb890503607c296b2e2691f28b51d90ee02b5eb (patch) | |
tree | 130a08cdf7cd75f67694aec6dc721a0f1fd9d4ac /dev-perl/Crypt-CipherSaber | |
parent | dev-perl/Crypt-CBC: Remove old (diff) | |
download | gentoo-4fb890503607c296b2e2691f28b51d90ee02b5eb.tar.gz gentoo-4fb890503607c296b2e2691f28b51d90ee02b5eb.tar.bz2 gentoo-4fb890503607c296b2e2691f28b51d90ee02b5eb.zip |
dev-perl/Crypt-CipherSaber: 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/Crypt-CipherSaber')
-rw-r--r-- | dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.10.0-r2.ebuild (renamed from dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.10.0-r1.ebuild) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.10.0-r1.ebuild b/dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.10.0-r2.ebuild index fe61b23df93f..958f8de0be75 100644 --- a/dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.10.0-r1.ebuild +++ b/dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.10.0-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=CHROMATIC DIST_VERSION=1.01 @@ -11,19 +11,18 @@ DESCRIPTION="Perl module implementing CipherSaber encryption" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" >=virtual/perl-Scalar-List-Utils-1.4.2 " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} dev-perl/Module-Build test? ( >=virtual/perl-Test-Simple-0.600.0 >=dev-perl/Test-Warn-0.300.0 ) " + PATCHES=( "${FILESDIR}/${P}-newline-iv.patch" ) |