summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-04-21 16:23:16 +0200
committerDavid Seifert <soap@gentoo.org>2019-04-21 16:23:45 +0200
commit2ee11719e251c9ae1a53cdcacc96ac94d7733862 (patch)
treec93a4cf4af8f42f019a60eca96e789f4bdd258a0
parentsys-kernel/gentoo-sources: Linux patch 4.9.170 (diff)
downloadgentoo-2ee11719e251c9ae1a53cdcacc96ac94d7733862.tar.gz
gentoo-2ee11719e251c9ae1a53cdcacc96ac94d7733862.tar.bz2
gentoo-2ee11719e251c9ae1a53cdcacc96ac94d7733862.zip
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 <soap@gentoo.org>
-rw-r--r--dev-libs/boost/boost-1.70.0.ebuild1
1 files changed, 1 insertions, 0 deletions
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