Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/cryptokit/
Date: Sun, 09 Jul 2017 08:16:35
Message-Id: 1499588188.0063fdc9d99d25877ac39221247bb7b6b4831339.aballier@gentoo
1 commit: 0063fdc9d99d25877ac39221247bb7b6b4831339
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 9 08:16:20 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 9 08:16:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0063fdc9
7
8 dev-ml/cryptokit: tests require ocamlopt, bug #624294
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ml/cryptokit/cryptokit-1.11.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-ml/cryptokit/cryptokit-1.11.ebuild b/dev-ml/cryptokit/cryptokit-1.11.ebuild
16 index 693d5b72e47..c3abb7149e5 100644
17 --- a/dev-ml/cryptokit/cryptokit-1.11.ebuild
18 +++ b/dev-ml/cryptokit/cryptokit-1.11.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="5"
25 @@ -21,6 +21,7 @@ DEPEND="zlib? ( >=sys-libs/zlib-1.1 )
26 RDEPEND="${DEPEND}"
27
28 DOCS=( "Changes" "README.txt" "AUTHORS.txt" )
29 +REQUIRED_USE="test? ( ocamlopt )"
30
31 src_configure() {
32 oasis_configure_opts="$(use_enable zlib)" \