summaryrefslogtreecommitdiff
path: root/dev-perl/Statistics-TTest
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Statistics-TTest')
-rw-r--r--dev-perl/Statistics-TTest/Manifest2
-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
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-perl/Statistics-TTest/Manifest b/dev-perl/Statistics-TTest/Manifest
index 9c8e9d968cfa..729bc4b86b52 100644
--- a/dev-perl/Statistics-TTest/Manifest
+++ b/dev-perl/Statistics-TTest/Manifest
@@ -1,3 +1,3 @@
DIST Statistics-TTest-1.1.0.tar.gz 6013 BLAKE2B dd1181d2a944ddc8a4127314a5b086356987e5503a86d9d7b98130171b487f2d826f98aeeefd25439ac2913964b31a4ef5d3325a63d35c5eaae50bd4ea6a6d92 SHA512 35a2af81c480ea0e5eecffd12340fb4f391cda1e423874b88d0906e625c677686264a7bbcb537756e34143b32bcc27c13ac25f4cdd7f4f77559c46e4907fe08a
-EBUILD Statistics-TTest-1.1.0-r1.ebuild 392 BLAKE2B a055194cdb1e968c05e96671ba523c47784c3ef108f90f9f3d1cdfd1cb137ba98db96c30d322b9b7a614b7a59a2d4e0f4c689cd6ac806051e67d412bc761a185 SHA512 08fe222c57c14a21e84cdda3ed7cf35bae063c60b369cdf243c0243b4c68a5565590a2c186695a112325d4f9d8899468e3cc66a0a556647f8b45670bceac12e6
+EBUILD Statistics-TTest-1.1.0-r2.ebuild 386 BLAKE2B 2f13986b6c7f303fd9e6e63ddac3564cee8560d37f7e9ca6071d1a3b6bc07c12c99d3ccad638a59dae96b2c050a35ebc1b9d978ccdd0b3cc7697ce7b73b69406 SHA512 3154ea0e8f39dfd783849d71c149de2ca4305235e2a9e5bae3893cc2664d631225b4d3db175b6b964c32c0cbf8257b5914775b43fc87923349265d3acd5c36a2
MISC metadata.xml 640 BLAKE2B 292c8e1635a7df24b0f447d934fc66beec7664a228c600f91405e4ff0db384e5161fbf5dbd7e03eabf7f23bca7d74fc2be3951f6c6c708d4747914b6b50592e3 SHA512 e415bd6d875c6d2a73cf2e3d18a58296a21caf9075aa0f310779c6232f4d3c0533461297e7e440ef2fd079b3be86858c520ec44f1ec75562a64bb804e786a063
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}
+"