commit: 132c560d0979e6d43056412f5e102934c67405c7
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 8 13:40:35 2019 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Oct 8 14:56:40 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=132c560d
dev-perl/Bio-DB-HTS: add test restrictions
As recommended by pkgcheck.
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-perl/Bio-DB-HTS/Bio-DB-HTS-2.11.ebuild | 2 ++
dev-perl/Bio-DB-HTS/Bio-DB-HTS-3.01.ebuild | 2 ++
2 files changed, 4 insertions(+)
diff --git a/dev-perl/Bio-DB-HTS/Bio-DB-HTS-2.11.ebuild
b/dev-perl/Bio-DB-HTS/Bio-DB-HTS-2.11.ebuild
index 75eb6798b94..745f39851f3 100644
--- a/dev-perl/Bio-DB-HTS/Bio-DB-HTS-2.11.ebuild
+++ b/dev-perl/Bio-DB-HTS/Bio-DB-HTS-2.11.ebuild
@@ -15,6 +15,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
+RESTRICT="!test? ( test )"
+
RDEPEND="sci-biology/bioperl
sci-libs/htslib:="
DEPEND="${RDEPEND}
diff --git a/dev-perl/Bio-DB-HTS/Bio-DB-HTS-3.01.ebuild
b/dev-perl/Bio-DB-HTS/Bio-DB-HTS-3.01.ebuild
index b5a23b3d1d5..a09e9096e92 100644
--- a/dev-perl/Bio-DB-HTS/Bio-DB-HTS-3.01.ebuild
+++ b/dev-perl/Bio-DB-HTS/Bio-DB-HTS-3.01.ebuild
@@ -15,6 +15,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
+RESTRICT="!test? ( test )"
+
RDEPEND="sci-biology/bioperl
sci-libs/htslib:="
DEPEND="${RDEPEND}