commit: 90253b950da9a5d2228787aae675f17823423ed4
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 14 11:27:23 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Apr 14 11:27:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90253b95
dev-perl/Statistics-Basic: Add missing RESTRICT="!test? ( test )"
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Statistics-Basic/Statistics-Basic-1.661.100.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-perl/Statistics-Basic/Statistics-Basic-1.661.100.ebuild
b/dev-perl/Statistics-Basic/Statistics-Basic-1.661.100.ebuild
index 86e11b2c710..821aaef14e8 100644
--- a/dev-perl/Statistics-Basic/Statistics-Basic-1.661.100.ebuild
+++ b/dev-perl/Statistics-Basic/Statistics-Basic-1.661.100.ebuild
@@ -11,6 +11,7 @@ DESCRIPTION="A collection of very basic statistics modules"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="
>=dev-perl/Number-Format-1.420.0