Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/ceres-solver/
Date: Sat, 29 Oct 2016 23:15:07
Message-Id: 1477782898.568207e87bf3984958b885af081f4c59bf5bfa3e.floppym@gentoo
1 commit: 568207e87bf3984958b885af081f4c59bf5bfa3e
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 23:12:26 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 23:14:58 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=568207e8
7
8 sci-libs/ceres-solver: fix REQUIRED_USE
9
10 Package-Manager: portage-2.3.2
11
12 sci-libs/ceres-solver/ceres-solver-1.11.0.ebuild | 2 +-
13 sci-libs/ceres-solver/ceres-solver-1.9.0.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sci-libs/ceres-solver/ceres-solver-1.11.0.ebuild b/sci-libs/ceres-solver/ceres-solver-1.11.0.ebuild
17 index 3be25f7..f027bf4 100644
18 --- a/sci-libs/ceres-solver/ceres-solver-1.11.0.ebuild
19 +++ b/sci-libs/ceres-solver/ceres-solver-1.11.0.ebuild
20 @@ -17,7 +17,7 @@ SLOT="0/1"
21 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
22
23 IUSE="cxsparse c++11 doc examples gflags lapack openmp +schur sparse test"
24 -REQUIRED_USE="test? ( gflags ) sparse? ( lapack ) doc? ( ${PYTHON_REQUIRED_USE} )"
25 +REQUIRED_USE="test? ( gflags ) sparse? ( lapack )"
26
27 RDEPEND="
28 dev-cpp/glog[gflags?]
29
30 diff --git a/sci-libs/ceres-solver/ceres-solver-1.9.0.ebuild b/sci-libs/ceres-solver/ceres-solver-1.9.0.ebuild
31 index 80e0ea0..d69cbab 100644
32 --- a/sci-libs/ceres-solver/ceres-solver-1.9.0.ebuild
33 +++ b/sci-libs/ceres-solver/ceres-solver-1.9.0.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2014 Gentoo Foundation
36 +# Copyright 1999-2016 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38 # $Id$
39
40 @@ -17,7 +17,7 @@ SLOT="0/1"
41 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
42
43 IUSE="cxsparse doc examples gflags lapack openmp protobuf +schur sparse static-libs test"
44 -REQUIRED_USE="test? ( gflags ) sparse? ( lapack ) doc? ( ${PYTHON_REQUIRED_USE} )"
45 +REQUIRED_USE="test? ( gflags ) sparse? ( lapack )"
46
47 RDEPEND="
48 dev-cpp/glog[gflags?]