commit: 0063fdc9d99d25877ac39221247bb7b6b4831339
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 9 08:16:20 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Jul 9 08:16:28 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0063fdc9
dev-ml/cryptokit: tests require ocamlopt, bug #624294
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-ml/cryptokit/cryptokit-1.11.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-ml/cryptokit/cryptokit-1.11.ebuild
b/dev-ml/cryptokit/cryptokit-1.11.ebuild
index 693d5b72e47..c3abb7149e5 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)" \