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 D00D5158094 for ; Sat, 3 Sep 2022 21:53:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2CBFE07C7; Sat, 3 Sep 2022 21:53:37 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF0C0E07C7 for ; Sat, 3 Sep 2022 21:53:37 +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 AB891340E99 for ; Sat, 3 Sep 2022 21:53:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 051FC5B2 for ; Sat, 3 Sep 2022 21:53:35 +0000 (UTC) From: "David Seifert" 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" Message-ID: <1662242008.372a9ebbd44ff710c367c1e24dafcc73d5e6fa3d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/boost-build/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/boost-build/boost-build-1.79.0-r1.ebuild dev-util/boost-build/boost-build-1.79.0.ebuild X-VCS-Directories: dev-util/boost-build/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 372a9ebbd44ff710c367c1e24dafcc73d5e6fa3d X-VCS-Branch: master Date: Sat, 3 Sep 2022 21:53:35 +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: 38ab6dca-43de-4fe6-a9af-c6458ed2b9b7 X-Archives-Hash: c2fb5bc5a1ea1f7b22c409135e7cc52e commit: 372a9ebbd44ff710c367c1e24dafcc73d5e6fa3d Author: David Seifert gentoo org> AuthorDate: Sat Sep 3 21:53:28 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Sep 3 21:53:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=372a9ebb dev-util/boost-build: add blocker on dev-util/b2 Signed-off-by: David Seifert gentoo.org> .../{boost-build-1.79.0.ebuild => boost-build-1.79.0-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-util/boost-build/boost-build-1.79.0.ebuild b/dev-util/boost-build/boost-build-1.79.0-r1.ebuild similarity index 98% rename from dev-util/boost-build/boost-build-1.79.0.ebuild rename to dev-util/boost-build/boost-build-1.79.0-r1.ebuild index f17231c6f894..74cea514f585 100644 --- a/dev-util/boost-build/boost-build-1.79.0.ebuild +++ b/dev-util/boost-build/boost-build-1.79.0-r1.ebuild @@ -18,6 +18,8 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv IUSE="examples" RESTRICT="test" +RDEPEND="!dev-util/b2" + PATCHES=( "${FILESDIR}"/${PN}-1.71.0-disable_python_rpath.patch "${FILESDIR}"/${PN}-1.78.0-darwin-gentoo-toolchain.patch