commit: 568207e87bf3984958b885af081f4c59bf5bfa3e
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 23:12:26 2016 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 23:14:58 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=568207e8
sci-libs/ceres-solver: fix REQUIRED_USE
Package-Manager: portage-2.3.2
sci-libs/ceres-solver/ceres-solver-1.11.0.ebuild | 2 +-
sci-libs/ceres-solver/ceres-solver-1.9.0.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-libs/ceres-solver/ceres-solver-1.11.0.ebuild
b/sci-libs/ceres-solver/ceres-solver-1.11.0.ebuild
index 3be25f7..f027bf4 100644
--- a/sci-libs/ceres-solver/ceres-solver-1.11.0.ebuild
+++ b/sci-libs/ceres-solver/ceres-solver-1.11.0.ebuild
@@ -17,7 +17,7 @@ SLOT="0/1"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="cxsparse c++11 doc examples gflags lapack openmp +schur sparse test"
-REQUIRED_USE="test? ( gflags ) sparse? ( lapack ) doc? (
${PYTHON_REQUIRED_USE} )"
+REQUIRED_USE="test? ( gflags ) sparse? ( lapack )"
RDEPEND="
dev-cpp/glog[gflags?]
diff --git a/sci-libs/ceres-solver/ceres-solver-1.9.0.ebuild
b/sci-libs/ceres-solver/ceres-solver-1.9.0.ebuild
index 80e0ea0..d69cbab 100644
--- a/sci-libs/ceres-solver/ceres-solver-1.9.0.ebuild
+++ b/sci-libs/ceres-solver/ceres-solver-1.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -17,7 +17,7 @@ SLOT="0/1"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="cxsparse doc examples gflags lapack openmp protobuf +schur sparse
static-libs test"
-REQUIRED_USE="test? ( gflags ) sparse? ( lapack ) doc? (
${PYTHON_REQUIRED_USE} )"
+REQUIRED_USE="test? ( gflags ) sparse? ( lapack )"
RDEPEND="
dev-cpp/glog[gflags?]