diff options
author | 2022-09-03 23:53:28 +0200 | |
---|---|---|
committer | 2022-09-03 23:53:28 +0200 | |
commit | 372a9ebbd44ff710c367c1e24dafcc73d5e6fa3d (patch) | |
tree | faf999ab3b2dc6a8213d192ed509d9e5a4e93778 /dev-util | |
parent | dev-util/boost-build: drop 1.80.0 (diff) | |
download | gentoo-372a9ebbd44ff710c367c1e24dafcc73d5e6fa3d.tar.gz gentoo-372a9ebbd44ff710c367c1e24dafcc73d5e6fa3d.tar.bz2 gentoo-372a9ebbd44ff710c367c1e24dafcc73d5e6fa3d.zip |
dev-util/boost-build: add blocker on dev-util/b2
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/boost-build/boost-build-1.79.0-r1.ebuild (renamed from dev-util/boost-build/boost-build-1.79.0.ebuild) | 2 |
1 files changed, 2 insertions, 0 deletions
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 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 |