Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/speech-dispatcher/
Date: Sun, 28 Jan 2018 20:21:30
Message-Id: 1517170865.adc72bb8a7dcdd0866e9030ff4610e9c13cce08b.xmw@gentoo
1 commit: adc72bb8a7dcdd0866e9030ff4610e9c13cce08b
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 28 20:21:05 2018 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 28 20:21:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc72bb8
7
8 app-accessibility/speech-dispatcher: Limit errornous git invocation to ${WORKDIR} by exporting GIT_CEILING_DIRECTORIES.
9
10 Closes: https://bugs.gentoo.org/573732
11 Bug: https://bugs.gentoo.org/558556
12 Package-Manager: Portage-2.3.20, Repoman-2.3.6
13
14 app-accessibility/speech-dispatcher/speech-dispatcher-0.8.3.ebuild | 5 ++++-
15 app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild | 3 +++
16 2 files changed, 7 insertions(+), 1 deletion(-)
17
18 diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.3.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.3.ebuild
19 index 3725e90a4d3..2c177405d33 100644
20 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.3.ebuild
21 +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.3.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -35,6 +35,9 @@ DEPEND="${COMMON_DEPEND}
29 dev-python/pyxdg"
30
31 src_configure() {
32 + # bug 573732
33 + export GIT_CEILING_DIRECTORIES="${WORKDIR}"
34 +
35 local myeconfargs=(
36 --disable-python
37 $(use_enable static-libs static)
38
39 diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild
40 index 22d52defd6d..d6b4819cee3 100644
41 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild
42 +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild
43 @@ -36,6 +36,9 @@ RDEPEND="${COMMON_DEPEND}
44 dev-python/pyxdg"
45
46 src_configure() {
47 + # bug 573732
48 + export GIT_CEILING_DIRECTORIES="${WORKDIR}"
49 +
50 local myeconfargs=(
51 --disable-python
52 $(use_enable static-libs static)