diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-09 10:16:20 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-09 10:16:28 +0200 |
commit | 0063fdc9d99d25877ac39221247bb7b6b4831339 (patch) | |
tree | bd0e771c15e3e74870683143c2b0deb6663a748b /dev-ml/cryptokit | |
parent | media-libs/libffado: add ~arm, bug #622718 (diff) | |
download | gentoo-0063fdc9d99d25877ac39221247bb7b6b4831339.tar.gz gentoo-0063fdc9d99d25877ac39221247bb7b6b4831339.tar.bz2 gentoo-0063fdc9d99d25877ac39221247bb7b6b4831339.zip |
dev-ml/cryptokit: tests require ocamlopt, bug #624294
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ml/cryptokit')
-rw-r--r-- | dev-ml/cryptokit/cryptokit-1.11.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ml/cryptokit/cryptokit-1.11.ebuild b/dev-ml/cryptokit/cryptokit-1.11.ebuild index 693d5b72e473..c3abb7149e56 100644 --- a/dev-ml/cryptokit/cryptokit-1.11.ebuild +++ b/dev-ml/cryptokit/cryptokit-1.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -21,6 +21,7 @@ DEPEND="zlib? ( >=sys-libs/zlib-1.1 ) RDEPEND="${DEPEND}" DOCS=( "Changes" "README.txt" "AUTHORS.txt" ) +REQUIRED_USE="test? ( ocamlopt )" src_configure() { oasis_configure_opts="$(use_enable zlib)" \ |