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
This commit is contained in:
Michael Weber
2018-01-28 21:21:05 +01:00
parent aa48765f64
commit adc72bb8a7
2 changed files with 7 additions and 1 deletions

View File

@@ -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)

View File

@@ -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)