diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-09 22:19:48 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-09 22:31:23 +0200 |
commit | fb5623fad1a2a4070cf3636bf2f793b8f4369884 (patch) | |
tree | 963213d5f628e09c6578c45e70de3a3d54a95057 /dev-perl/Statistics-CaseResampling | |
parent | dev-perl/Starlet: EAPI=8 bump (diff) | |
download | gentoo-fb5623fad1a2a4070cf3636bf2f793b8f4369884.tar.gz gentoo-fb5623fad1a2a4070cf3636bf2f793b8f4369884.tar.bz2 gentoo-fb5623fad1a2a4070cf3636bf2f793b8f4369884.zip |
dev-perl/Statistics-CaseResampling: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Statistics-CaseResampling')
-rw-r--r-- | dev-perl/Statistics-CaseResampling/Statistics-CaseResampling-0.150.0-r1.ebuild (renamed from dev-perl/Statistics-CaseResampling/Statistics-CaseResampling-0.150.0.ebuild) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/Statistics-CaseResampling/Statistics-CaseResampling-0.150.0.ebuild b/dev-perl/Statistics-CaseResampling/Statistics-CaseResampling-0.150.0-r1.ebuild index 5bbc55440b5a..c903d481c9a7 100644 --- a/dev-perl/Statistics-CaseResampling/Statistics-CaseResampling-0.150.0.ebuild +++ b/dev-perl/Statistics-CaseResampling/Statistics-CaseResampling-0.150.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=SMUELLER DIST_VERSION=0.15 @@ -10,11 +10,10 @@ inherit perl-module DESCRIPTION="Efficient resampling and calculation of medians with confidence intervals" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND=" virtual/perl-Scalar-List-Utils " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker " |