diff options
author | David Seifert <soap@gentoo.org> | 2022-09-04 14:22:52 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-04 14:22:52 +0200 |
commit | b1137495c98684c51248f5522bd3985b1cb80439 (patch) | |
tree | 76e1906b9ab0360d5c4d07bcce317ac3cf961404 /sci-physics | |
parent | sci-libs/o2scl: remove boost slot deps (diff) | |
download | gentoo-b1137495c98684c51248f5522bd3985b1cb80439.tar.gz gentoo-b1137495c98684c51248f5522bd3985b1cb80439.tar.bz2 gentoo-b1137495c98684c51248f5522bd3985b1cb80439.zip |
sci-physics/lhapdf: remove boost slot deps
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/lhapdf/lhapdf-6.3.0.ebuild | 4 | ||||
-rw-r--r-- | sci-physics/lhapdf/lhapdf-6.5.1.ebuild | 2 | ||||
-rw-r--r-- | sci-physics/lhapdf/lhapdf-6.5.2.ebuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sci-physics/lhapdf/lhapdf-6.3.0.ebuild b/sci-physics/lhapdf/lhapdf-6.3.0.ebuild index 30b859ffe8dc..bc20eb7562fe 100644 --- a/sci-physics/lhapdf/lhapdf-6.3.0.ebuild +++ b/sci-physics/lhapdf/lhapdf-6.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,7 +21,7 @@ IUSE="doc examples python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" - dev-libs/boost:0= + dev-libs/boost:= python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND}" BDEPEND=" diff --git a/sci-physics/lhapdf/lhapdf-6.5.1.ebuild b/sci-physics/lhapdf/lhapdf-6.5.1.ebuild index fd63f215565d..9b6b9e8f8376 100644 --- a/sci-physics/lhapdf/lhapdf-6.5.1.ebuild +++ b/sci-physics/lhapdf/lhapdf-6.5.1.ebuild @@ -29,7 +29,7 @@ IUSE="examples" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" - dev-libs/boost:0= + dev-libs/boost:= ${PYTHON_DEPS}" DEPEND="${RDEPEND}" diff --git a/sci-physics/lhapdf/lhapdf-6.5.2.ebuild b/sci-physics/lhapdf/lhapdf-6.5.2.ebuild index 730dea2e1874..3655b125aee8 100644 --- a/sci-physics/lhapdf/lhapdf-6.5.2.ebuild +++ b/sci-physics/lhapdf/lhapdf-6.5.2.ebuild @@ -29,7 +29,7 @@ IUSE="examples" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" - dev-libs/boost:0= + dev-libs/boost:= ${PYTHON_DEPS}" DEPEND="${RDEPEND}" |