From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DCDE9138351 for ; Thu, 9 Apr 2020 21:37:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 141EEE0885; Thu, 9 Apr 2020 21:37:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DBAE0E08D0 for ; Thu, 9 Apr 2020 21:37:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B19734EFF9 for ; Thu, 9 Apr 2020 21:37:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C8971C8 for ; Thu, 9 Apr 2020 21:37:15 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1586468182.49aa9d895e0d2cc38c55dce8c3eccd200c245fc8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/ceres-solver/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/ceres-solver/ceres-solver-1.12.0.ebuild X-VCS-Directories: sci-libs/ceres-solver/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 49aa9d895e0d2cc38c55dce8c3eccd200c245fc8 X-VCS-Branch: master Date: Thu, 9 Apr 2020 21:37:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 87fa888e-38ba-4c8c-9505-12ab556e3951 X-Archives-Hash: 5c8141c634ed201fed9cb37c08a7166c commit: 49aa9d895e0d2cc38c55dce8c3eccd200c245fc8 Author: Bernd Waibel gmail com> AuthorDate: Thu Apr 2 17:51:16 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 9 21:36:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49aa9d89 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 gmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> sci-libs/ceres-solver/ceres-solver-1.12.0.ebuild | 16 ++++++++-------- 1 file 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 8bef6c01db9..05747c215b0 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