diff options
author | Marek Szuba <marecki@gentoo.org> | 2019-10-08 14:40:35 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2019-10-08 15:56:40 +0100 |
commit | 132c560d0979e6d43056412f5e102934c67405c7 (patch) | |
tree | 781ccfd702613d88610bdc54efcc5d4941a79474 /dev-perl/Bio-DB-HTS | |
parent | dev-libs/intel-neo: remove old (diff) | |
download | gentoo-132c560d0979e6d43056412f5e102934c67405c7.tar.gz gentoo-132c560d0979e6d43056412f5e102934c67405c7.tar.bz2 gentoo-132c560d0979e6d43056412f5e102934c67405c7.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl/Bio-DB-HTS')
-rw-r--r-- | dev-perl/Bio-DB-HTS/Bio-DB-HTS-2.11.ebuild | 2 | ||||
-rw-r--r-- | dev-perl/Bio-DB-HTS/Bio-DB-HTS-3.01.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
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 75eb6798b945..745f39851f38 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 b5a23b3d1d51..a09e9096e925 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} |