From 2ee11719e251c9ae1a53cdcacc96ac94d7733862 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 21 Apr 2019 16:23:16 +0200 Subject: dev-libs/boost: [QA] Avoid automagic dep on libbacktrace Closes: https://bugs.gentoo.org/650478 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: David Seifert --- dev-libs/boost/boost-1.70.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/boost/boost-1.70.0.ebuild b/dev-libs/boost/boost-1.70.0.ebuild index 45d4c6736e1c..d842d867d591 100644 --- a/dev-libs/boost/boost-1.70.0.ebuild +++ b/dev-libs/boost/boost-1.70.0.ebuild @@ -171,6 +171,7 @@ src_configure() { $(usex nls '' '--without-locale') $(usex context '' '--without-context --without-coroutine --without-fiber') $(usex threads '' '--without-thread') + --without-stacktrace --boost-build="${EPREFIX}"/usr/share/boost-build --prefix="${ED}/usr" --layout=system -- cgit v1.2.3-65-gdbad