From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1433384-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3C5AE158011 for <garchives@archives.gentoo.org>; Sun, 4 Sep 2022 12:23:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5AA2E0845; Sun, 4 Sep 2022 12:23:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CCA00E0845 for <gentoo-commits@lists.gentoo.org>; Sun, 4 Sep 2022 12:23:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E75BB340EFD for <gentoo-commits@lists.gentoo.org>; Sun, 4 Sep 2022 12:23:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86F0F5DF for <gentoo-commits@lists.gentoo.org>; Sun, 4 Sep 2022 12:23:08 +0000 (UTC) From: "David Seifert" <soap@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" <soap@gentoo.org> Message-ID: <1662294172.b1137495c98684c51248f5522bd3985b1cb80439.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/lhapdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/lhapdf/lhapdf-6.3.0.ebuild sci-physics/lhapdf/lhapdf-6.5.1.ebuild sci-physics/lhapdf/lhapdf-6.5.2.ebuild X-VCS-Directories: sci-physics/lhapdf/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: b1137495c98684c51248f5522bd3985b1cb80439 X-VCS-Branch: master Date: Sun, 4 Sep 2022 12:23:08 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b9178f4a-51dc-4bc2-9bcf-2d7048d0fb83 X-Archives-Hash: 983e6950bc37348f18033645a1457074 commit: b1137495c98684c51248f5522bd3985b1cb80439 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sun Sep 4 12:22:52 2022 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Sep 4 12:22:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1137495 sci-physics/lhapdf: remove boost slot deps Signed-off-by: David Seifert <soap <AT> gentoo.org> sci-physics/lhapdf/lhapdf-6.3.0.ebuild | 4 ++-- sci-physics/lhapdf/lhapdf-6.5.1.ebuild | 2 +- 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}"