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-physics/lhapdf/
Date: Sun, 04 Sep 2022 12:23:16
Message-Id: 1662294172.b1137495c98684c51248f5522bd3985b1cb80439.soap@gentoo
1 commit: b1137495c98684c51248f5522bd3985b1cb80439
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 12:22:52 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 4 12:22:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1137495
7
8 sci-physics/lhapdf: remove boost slot deps
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sci-physics/lhapdf/lhapdf-6.3.0.ebuild | 4 ++--
13 sci-physics/lhapdf/lhapdf-6.5.1.ebuild | 2 +-
14 sci-physics/lhapdf/lhapdf-6.5.2.ebuild | 2 +-
15 3 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sci-physics/lhapdf/lhapdf-6.3.0.ebuild b/sci-physics/lhapdf/lhapdf-6.3.0.ebuild
18 index 30b859ffe8dc..bc20eb7562fe 100644
19 --- a/sci-physics/lhapdf/lhapdf-6.3.0.ebuild
20 +++ b/sci-physics/lhapdf/lhapdf-6.3.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -21,7 +21,7 @@ IUSE="doc examples python"
28 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
29
30 RDEPEND="
31 - dev-libs/boost:0=
32 + dev-libs/boost:=
33 python? ( ${PYTHON_DEPS} )"
34 DEPEND="${RDEPEND}"
35 BDEPEND="
36
37 diff --git a/sci-physics/lhapdf/lhapdf-6.5.1.ebuild b/sci-physics/lhapdf/lhapdf-6.5.1.ebuild
38 index fd63f215565d..9b6b9e8f8376 100644
39 --- a/sci-physics/lhapdf/lhapdf-6.5.1.ebuild
40 +++ b/sci-physics/lhapdf/lhapdf-6.5.1.ebuild
41 @@ -29,7 +29,7 @@ IUSE="examples"
42 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
43
44 RDEPEND="
45 - dev-libs/boost:0=
46 + dev-libs/boost:=
47 ${PYTHON_DEPS}"
48 DEPEND="${RDEPEND}"
49
50
51 diff --git a/sci-physics/lhapdf/lhapdf-6.5.2.ebuild b/sci-physics/lhapdf/lhapdf-6.5.2.ebuild
52 index 730dea2e1874..3655b125aee8 100644
53 --- a/sci-physics/lhapdf/lhapdf-6.5.2.ebuild
54 +++ b/sci-physics/lhapdf/lhapdf-6.5.2.ebuild
55 @@ -29,7 +29,7 @@ IUSE="examples"
56 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
57
58 RDEPEND="
59 - dev-libs/boost:0=
60 + dev-libs/boost:=
61 ${PYTHON_DEPS}"
62 DEPEND="${RDEPEND}"