diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-04-14 23:27:23 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-04-14 23:27:23 +1200 |
commit | 90253b950da9a5d2228787aae675f17823423ed4 (patch) | |
tree | 0891e4fd4c05332058067d3ff6711c11278bd461 /dev-perl/Statistics-Basic | |
parent | dev-perl/frontier-rpc: remove old 0.07_beta4-r1 (diff) | |
download | gentoo-90253b950da9a5d2228787aae675f17823423ed4.tar.gz gentoo-90253b950da9a5d2228787aae675f17823423ed4.tar.bz2 gentoo-90253b950da9a5d2228787aae675f17823423ed4.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl/Statistics-Basic')
-rw-r--r-- | dev-perl/Statistics-Basic/Statistics-Basic-1.661.100.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 86e11b2c710e..821aaef14e8e 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 |