Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/schroot/
Date: Wed, 26 May 2021 22:08:31
Message-Id: 1622066894.a328594c9f92c46af48cc064943f086bc2a07ce8.gyakovlev@gentoo
1 commit: a328594c9f92c46af48cc064943f086bc2a07ce8
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 26 22:07:17 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Wed May 26 22:08:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a328594c
7
8 dev-util/schroot: pass -DBoost_NO_BOOST_CMAKE=ON
9
10 Bug: https://bugs.gentoo.org/752120
11 Closes: https://bugs.gentoo.org/791712
12 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
13
14 dev-util/schroot/schroot-1.6.10_p12.ebuild | 2 +-
15 dev-util/schroot/schroot-1.6.10_p7.ebuild | 3 ++-
16 2 files changed, 3 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-util/schroot/schroot-1.6.10_p12.ebuild b/dev-util/schroot/schroot-1.6.10_p12.ebuild
19 index f994341d52a..d1292d3caaa 100644
20 --- a/dev-util/schroot/schroot-1.6.10_p12.ebuild
21 +++ b/dev-util/schroot/schroot-1.6.10_p12.ebuild
22 @@ -76,7 +76,7 @@ src_configure() {
23 -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc"
24 -DCMAKE_INSTALL_LOCALSTATEDIR="${EPREFIX}/var"
25 -DSCHROOT_MOUNT_DIR="${EPREFIX}/run/${PN}/mount"
26 - -DBoost_NO_BOOST_CMAKE=ON
27 + -DBoost_NO_BOOST_CMAKE=ON # https://bugs.gentoo.org/791712 and https://bugs.gentoo.org/752120
28 )
29 if ! use nls; then
30 mycmakeargs+=(-DPO4A_EXECUTABLE=NOTFOUND)
31
32 diff --git a/dev-util/schroot/schroot-1.6.10_p7.ebuild b/dev-util/schroot/schroot-1.6.10_p7.ebuild
33 index d2a08069874..d5d6798ee2b 100644
34 --- a/dev-util/schroot/schroot-1.6.10_p7.ebuild
35 +++ b/dev-util/schroot/schroot-1.6.10_p7.ebuild
36 @@ -1,4 +1,4 @@
37 -# Copyright 1999-2020 Gentoo Authors
38 +# Copyright 1999-2021 Gentoo Authors
39 # Distributed under the terms of the GNU General Public License v2
40
41 EAPI=7
42 @@ -76,6 +76,7 @@ src_configure() {
43 -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc"
44 -DCMAKE_INSTALL_LOCALSTATEDIR="${EPREFIX}/var"
45 -DSCHROOT_MOUNT_DIR="${EPREFIX}/run/${PN}/mount"
46 + -DBoost_NO_BOOST_CMAKE=ON # https://bugs.gentoo.org/791712 and https://bugs.gentoo.org/752120
47 )
48 if ! use nls; then
49 mycmakeargs+=(-DPO4A_EXECUTABLE=NOTFOUND)