Skip to content

Commit

Permalink
sci-libs/ceres-solver: fix CI issues
Browse files Browse the repository at this point in the history
- 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 <[email protected]>
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
waebbl authored and a17r committed Apr 9, 2020
1 parent a276fa7 commit 49aa9d8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions sci-libs/ceres-solver/ceres-solver-1.12.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 49aa9d8

Please sign in to comment.