summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2018-01-28 21:21:05 +0100
committerMichael Weber <xmw@gentoo.org>2018-01-28 21:21:05 +0100
commitadc72bb8a7dcdd0866e9030ff4610e9c13cce08b (patch)
tree60158ff4d07e25678632b887459ab5b0687c5e3a /app-accessibility/speech-dispatcher/speech-dispatcher-0.8.3.ebuild
parentdev-lang/vala: Limit errornous git invocation to ${WORKDIR} by exporting GIT_... (diff)
downloadgentoo-adc72bb8a7dcdd0866e9030ff4610e9c13cce08b.tar.gz
gentoo-adc72bb8a7dcdd0866e9030ff4610e9c13cce08b.tar.bz2
gentoo-adc72bb8a7dcdd0866e9030ff4610e9c13cce08b.zip
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
Diffstat (limited to 'app-accessibility/speech-dispatcher/speech-dispatcher-0.8.3.ebuild')
-rw-r--r--app-accessibility/speech-dispatcher/speech-dispatcher-0.8.3.ebuild5
1 files changed, 4 insertions, 1 deletions
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 3725e90a4d36..2c177405d33e 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)