Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/o2scl/
Date: Sun, 04 Sep 2022 12:23:15
Message-Id: 1662294171.673073f8509c56c1f7a59dcb6dcddbe4d890f078.soap@gentoo
1 commit: 673073f8509c56c1f7a59dcb6dcddbe4d890f078
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 12:22:51 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 4 12:22:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=673073f8
7
8 sci-libs/o2scl: remove boost slot deps
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sci-libs/o2scl/o2scl-0.920.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-libs/o2scl/o2scl-0.920.ebuild b/sci-libs/o2scl/o2scl-0.920.ebuild
16 index 14402ce10a5c..b82c2a9bcc19 100644
17 --- a/sci-libs/o2scl/o2scl-0.920.ebuild
18 +++ b/sci-libs/o2scl/o2scl-0.920.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
26 IUSE="armadillo debug doc examples eigen fftw gsl hdf5 openmp readline static-libs"
27
28 RDEPEND="
29 - dev-libs/boost:0=
30 + dev-libs/boost:=
31 >=sci-libs/gsl-2:0=
32 virtual/cblas:=
33 eigen? ( dev-cpp/eigen:3 )