commit: adc72bb8a7dcdd0866e9030ff4610e9c13cce08b
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 28 20:21:05 2018 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sun Jan 28 20:21:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc72bb8
app-accessibility/speech-dispatcher: Limit errornous git invocation to
${WORKDIR} by exporting GIT_CEILING_DIRECTORIES.
Closes: https://bugs.gentoo.org/573732
Bug: https://bugs.gentoo.org/558556
Package-Manager: Portage-2.3.20, Repoman-2.3.6
app-accessibility/speech-dispatcher/speech-dispatcher-0.8.3.ebuild | 5 ++++-
app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild | 3 +++
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.3.ebuild
b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.3.ebuild
index 3725e90a4d3..2c177405d33 100644
--- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.3.ebuild
+++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -35,6 +35,9 @@ DEPEND="${COMMON_DEPEND}
dev-python/pyxdg"
src_configure() {
+ # bug 573732
+ export GIT_CEILING_DIRECTORIES="${WORKDIR}"
+
local myeconfargs=(
--disable-python
$(use_enable static-libs static)
diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild
b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild
index 22d52defd6d..d6b4819cee3 100644
--- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild
+++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild
@@ -36,6 +36,9 @@ RDEPEND="${COMMON_DEPEND}
dev-python/pyxdg"
src_configure() {
+ # bug 573732
+ export GIT_CEILING_DIRECTORIES="${WORKDIR}"
+
local myeconfargs=(
--disable-python
$(use_enable static-libs static)