diff options
author | Bernd Waibel <waebbl@gmail.com> | 2020-04-02 19:51:16 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-09 23:36:22 +0200 |
commit | 49aa9d895e0d2cc38c55dce8c3eccd200c245fc8 (patch) | |
tree | 77d017dcf74c64e8f1909a0dadb694b81d33a33c /sci-libs | |
parent | sci-libs/ceres-solver: fix CI issue (diff) | |
download | gentoo-49aa9d895e0d2cc38c55dce8c3eccd200c245fc8.tar.gz gentoo-49aa9d895e0d2cc38c55dce8c3eccd200c245fc8.tar.bz2 gentoo-49aa9d895e0d2cc38c55dce8c3eccd200c245fc8.zip |
sci-libs/ceres-solver: fix CI issues
- address MissingUseDepDefault and DeprecatedInsinto issues from pkgcheck
- remove slot and subslot operator on dependencies without slots
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Bernd Waibel <waebbl@gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/ceres-solver/ceres-solver-1.12.0.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sci-libs/ceres-solver/ceres-solver-1.12.0.ebuild b/sci-libs/ceres-solver/ceres-solver-1.12.0.ebuild index 8bef6c01db95..05747c215b05 100644 --- a/sci-libs/ceres-solver/ceres-solver-1.12.0.ebuild +++ b/sci-libs/ceres-solver/ceres-solver-1.12.0.ebuild @@ -21,15 +21,15 @@ REQUIRED_USE="test? ( gflags ) sparse? ( lapack ) abi_x86_32? ( !sparse !lapack RDEPEND=" dev-cpp/glog[gflags?,${MULTILIB_USEDEP}] - cxsparse? ( sci-libs/cxsparse:0= ) + cxsparse? ( sci-libs/cxsparse ) lapack? ( virtual/lapack ) sparse? ( - sci-libs/amd:0= - sci-libs/camd:0= - sci-libs/ccolamd:0= - sci-libs/cholmod:0=[metis] - sci-libs/colamd:0= - sci-libs/spqr:0= + sci-libs/amd + sci-libs/camd + sci-libs/ccolamd + sci-libs/cholmod[metis(+)] + sci-libs/colamd + sci-libs/spqr )" DEPEND="${RDEPEND} @@ -90,7 +90,7 @@ src_install() { dodoc README.md VERSION if use examples; then - insinto /usr/share/doc/${PF} + docinto /usr/share/doc/${PF} docompress -x /usr/share/doc/${PF}/examples doins -r examples data fi |