diff options
Diffstat (limited to 'dev-libs/ntl/ntl-9.6.4.ebuild')
-rw-r--r-- | dev-libs/ntl/ntl-9.6.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/ntl/ntl-9.6.4.ebuild b/dev-libs/ntl/ntl-9.6.4.ebuild index 40c071f7ddbc..971d4e14c572 100644 --- a/dev-libs/ntl/ntl-9.6.4.ebuild +++ b/dev-libs/ntl/ntl-9.6.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc static-libs test" +RESTRICT="!test? ( test )" RDEPEND="dev-libs/gmp:0= >=dev-libs/gf2x-0.9" |