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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E9D29158086 for ; Tue, 14 Dec 2021 23:30:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 228A12BC013; Tue, 14 Dec 2021 23:30:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 DC7CB2BC013 for ; Tue, 14 Dec 2021 23:30:00 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7FBA343720 for ; Tue, 14 Dec 2021 23:29:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 218DC238 for ; Tue, 14 Dec 2021 23:29:57 +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: <1639524587.5fb9ee5a02b6a0aa39fea12b0682838b3feee8ac.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.ebuild X-VCS-Directories: dev-libs/boost/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5fb9ee5a02b6a0aa39fea12b0682838b3feee8ac X-VCS-Branch: master Date: Tue, 14 Dec 2021 23:29:57 +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: c7bd51d4-dfcd-43d4-9fa9-32b7cebb4e10 X-Archives-Hash: 696320fc895ce2ecf959b7c8e1db7b5b commit: 5fb9ee5a02b6a0aa39fea12b0682838b3feee8ac Author: Sam James gentoo org> AuthorDate: Tue Dec 14 23:28:59 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 14 23:29:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb9ee5a dev-libs/boost: require patched boost-build for 1.78 (fix Python bindings) BDEPEND on a newer, patched boost-build which fixes installation of Python bindings for us. Obviously reinstallation of Boost is necessary with the fixed build system hence revbump. Closes: https://bugs.gentoo.org/829031 Signed-off-by: Sam James gentoo.org> dev-libs/boost/{boost-1.78.0.ebuild => boost-1.78.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/boost/boost-1.78.0.ebuild b/dev-libs/boost/boost-1.78.0-r1.ebuild similarity index 99% rename from dev-libs/boost/boost-1.78.0.ebuild rename to dev-libs/boost/boost-1.78.0-r1.ebuild index ca0a4647cf2c..3814a27f351d 100644 --- a/dev-libs/boost/boost-1.78.0.ebuild +++ b/dev-libs/boost/boost-1.78.0-r1.ebuild @@ -43,7 +43,7 @@ RDEPEND=" zlib? ( sys-libs/zlib:=[${MULTILIB_USEDEP}] ) zstd? ( app-arch/zstd:=[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND}" -BDEPEND=">=dev-util/boost-build-${MAJOR_V}" +BDEPEND=">=dev-util/boost-build-${MAJOR_V}-r1" PATCHES=( "${FILESDIR}"/${PN}-1.71.0-disable_icu_rpath.patch