commit:     a328594c9f92c46af48cc064943f086bc2a07ce8
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed May 26 22:07:17 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed May 26 22:08:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a328594c

dev-util/schroot: pass -DBoost_NO_BOOST_CMAKE=ON

Bug: https://bugs.gentoo.org/752120
Closes: https://bugs.gentoo.org/791712
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 dev-util/schroot/schroot-1.6.10_p12.ebuild | 2 +-
 dev-util/schroot/schroot-1.6.10_p7.ebuild  | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-util/schroot/schroot-1.6.10_p12.ebuild 
b/dev-util/schroot/schroot-1.6.10_p12.ebuild
index f994341d52a..d1292d3caaa 100644
--- a/dev-util/schroot/schroot-1.6.10_p12.ebuild
+++ b/dev-util/schroot/schroot-1.6.10_p12.ebuild
@@ -76,7 +76,7 @@ src_configure() {
                -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc"
                -DCMAKE_INSTALL_LOCALSTATEDIR="${EPREFIX}/var"
                -DSCHROOT_MOUNT_DIR="${EPREFIX}/run/${PN}/mount"
-               -DBoost_NO_BOOST_CMAKE=ON
+               -DBoost_NO_BOOST_CMAKE=ON # https://bugs.gentoo.org/791712 and 
https://bugs.gentoo.org/752120
        )
        if ! use nls; then
                mycmakeargs+=(-DPO4A_EXECUTABLE=NOTFOUND)

diff --git a/dev-util/schroot/schroot-1.6.10_p7.ebuild 
b/dev-util/schroot/schroot-1.6.10_p7.ebuild
index d2a08069874..d5d6798ee2b 100644
--- a/dev-util/schroot/schroot-1.6.10_p7.ebuild
+++ b/dev-util/schroot/schroot-1.6.10_p7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -76,6 +76,7 @@ src_configure() {
                -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc"
                -DCMAKE_INSTALL_LOCALSTATEDIR="${EPREFIX}/var"
                -DSCHROOT_MOUNT_DIR="${EPREFIX}/run/${PN}/mount"
+               -DBoost_NO_BOOST_CMAKE=ON # https://bugs.gentoo.org/791712 and 
https://bugs.gentoo.org/752120
        )
        if ! use nls; then
                mycmakeargs+=(-DPO4A_EXECUTABLE=NOTFOUND)

Reply via email to