summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Statistics-TTest')
-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}
+"