Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/ceres-solver/
Date: Mon, 26 Sep 2022 15:05:55
Message-Id: 1664204686.f3707c36b9d2bf88caa572ad4f7d0978fcb71edb.jsmolic@gentoo
1 commit: f3707c36b9d2bf88caa572ad4f7d0978fcb71edb
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 15:04:46 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 15:04:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3707c36
7
8 sci-libs/ceres-solver: Stabilize 2.1.0 amd64, #872566
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 sci-libs/ceres-solver/ceres-solver-2.1.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-libs/ceres-solver/ceres-solver-2.1.0.ebuild b/sci-libs/ceres-solver/ceres-solver-2.1.0.ebuild
16 index fa2a76ca48ac..a274e62d83d7 100644
17 --- a/sci-libs/ceres-solver/ceres-solver-2.1.0.ebuild
18 +++ b/sci-libs/ceres-solver/ceres-solver-2.1.0.ebuild
19 @@ -15,7 +15,7 @@ SRC_URI="http://ceres-solver.org/${P}.tar.gz"
20
21 LICENSE="sparse? ( BSD ) !sparse? ( LGPL-2.1 ) cxsparse? ( BSD )"
22 SLOT="0/1"
23 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
25 IUSE="cxsparse examples gflags lapack openmp +schur sparse test"
26
27 REQUIRED_USE="test? ( gflags ) sparse? ( lapack ) abi_x86_32? ( !sparse !lapack )"