From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 75B31158086 for ; Wed, 15 Dec 2021 01:28:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 860022BC010; Wed, 15 Dec 2021 01:28:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 03BA52BC010 for ; Wed, 15 Dec 2021 01:28:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6DB59343342 for ; Wed, 15 Dec 2021 01:28:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D95A3132 for ; Wed, 15 Dec 2021 01:28:42 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1639531696.fab14b91a202b5651b02f5aca6abaca813687f15.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/boost/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/boost/boost-1.78.0-r1.ebuild dev-libs/boost/boost-1.78.0-r2.ebuild X-VCS-Directories: dev-libs/boost/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fab14b91a202b5651b02f5aca6abaca813687f15 X-VCS-Branch: master Date: Wed, 15 Dec 2021 01:28:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 71049436-9388-414c-997f-0c076065c74e X-Archives-Hash: 19ee7457ec20eea123596c897c4c4164 commit: fab14b91a202b5651b02f5aca6abaca813687f15 Author: Sam James gentoo org> AuthorDate: Wed Dec 15 01:28:16 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 15 01:28:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fab14b91 dev-libs/boost: fix BDEPEND lower bound for boost-build Closes: https://bugs.gentoo.org/829031 Signed-off-by: Sam James gentoo.org> dev-libs/boost/{boost-1.78.0-r1.ebuild => boost-1.78.0-r2.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/boost/boost-1.78.0-r1.ebuild b/dev-libs/boost/boost-1.78.0-r2.ebuild similarity index 99% rename from dev-libs/boost/boost-1.78.0-r1.ebuild rename to dev-libs/boost/boost-1.78.0-r2.ebuild index 3814a27f351d..185d0046dbf0 100644 --- a/dev-libs/boost/boost-1.78.0-r1.ebuild +++ b/dev-libs/boost/boost-1.78.0-r2.ebuild @@ -43,7 +43,8 @@ RDEPEND=" zlib? ( sys-libs/zlib:=[${MULTILIB_USEDEP}] ) zstd? ( app-arch/zstd:=[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND}" -BDEPEND=">=dev-util/boost-build-${MAJOR_V}-r1" +#BDEPEND=">=dev-util/boost-build-${MAJOR_V}" +BDEPEND=">=dev-util/boost-build-1.78.0-r1" PATCHES=( "${FILESDIR}"/${PN}-1.71.0-disable_icu_rpath.patch