diff options
Diffstat (limited to 'sci-biology/hmmer/hmmer-2.3.2-r4.ebuild')
-rw-r--r-- | sci-biology/hmmer/hmmer-2.3.2-r4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-biology/hmmer/hmmer-2.3.2-r4.ebuild b/sci-biology/hmmer/hmmer-2.3.2-r4.ebuild index cd0e1d732b8b..a58b60f93288 100644 --- a/sci-biology/hmmer/hmmer-2.3.2-r4.ebuild +++ b/sci-biology/hmmer/hmmer-2.3.2-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,6 +10,7 @@ SRC_URI="http://eddylab.org/software/${PN}/${PV}/${P}.tar.gz" SLOT="2" IUSE="altivec test threads" +RESTRICT="!test? ( test )" KEYWORDS="~amd64 ~x86" DEPEND="test? ( dev-lang/perl )" |