diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-09 22:27:21 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-09 22:31:36 +0200 |
commit | a651ebca98ac882b332cc8817c3c9ee7f4742bce (patch) | |
tree | a009a7277cb3353f009bd67e03758a80dbf79030 /dev-perl | |
parent | dev-perl/Statistics-Distributions: EAPI=8 bump (diff) | |
download | gentoo-a651ebca98ac882b332cc8817c3c9ee7f4742bce.tar.gz gentoo-a651ebca98ac882b332cc8817c3c9ee7f4742bce.tar.bz2 gentoo-a651ebca98ac882b332cc8817c3c9ee7f4742bce.zip |
dev-perl/Statistics-TTest: 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')
-rw-r--r-- | dev-perl/Statistics-TTest/Statistics-TTest-1.1.0-r2.ebuild (renamed from dev-perl/Statistics-TTest/Statistics-TTest-1.1.0-r1.ebuild) | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/dev-perl/Statistics-TTest/Statistics-TTest-1.1.0-r1.ebuild b/dev-perl/Statistics-TTest/Statistics-TTest-1.1.0-r2.ebuild index e9d16acda16a..360f84a87ce5 100644 --- a/dev-perl/Statistics-TTest/Statistics-TTest-1.1.0-r1.ebuild +++ b/dev-perl/Statistics-TTest/Statistics-TTest-1.1.0-r2.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=YUNFANG DIST_VERSION=1.1.0 @@ -12,8 +12,10 @@ DESCRIPTION="module to compute the confidence interval" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -RDEPEND=">=dev-perl/Statistics-Distributions-1.20.0 - >=dev-perl/Statistics-Descriptive-3.60.300" -DEPEND="${RDEPEND}" +RDEPEND=" + >=dev-perl/Statistics-Distributions-1.20.0 + >=dev-perl/Statistics-Descriptive-3.60.300 +" +BDEPEND="${RDEPEND} +" |