diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-10-29 19:12:26 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-10-29 19:14:58 -0400 |
commit | 568207e87bf3984958b885af081f4c59bf5bfa3e (patch) | |
tree | a46a5058d9ecbf02404809726b5481d377f1ea6d /sci-libs | |
parent | gnome-base/gnome-settings-daemon: fix REQUIRED_USE (diff) | |
download | gentoo-568207e87bf3984958b885af081f4c59bf5bfa3e.tar.gz gentoo-568207e87bf3984958b885af081f4c59bf5bfa3e.tar.bz2 gentoo-568207e87bf3984958b885af081f4c59bf5bfa3e.zip |
sci-libs/ceres-solver: fix REQUIRED_USE
Package-Manager: portage-2.3.2
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/ceres-solver/ceres-solver-1.11.0.ebuild | 2 | ||||
-rw-r--r-- | 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 3be25f7f0016..f027bf48b6b3 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 80e0ea0f8617..d69cbab462d5 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?] |