summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2018-01-28 20:20:08 +0100
committerMichael Weber <xmw@gentoo.org>2018-01-28 20:20:32 +0100
commitddcab265cda0f24847658bb56f0fa37235843f77 (patch)
tree64ff59dd9e1fe704f1a753b86abc4fa596662418 /net-misc/spice-gtk/spice-gtk-9999.ebuild
parentmedia-plugins/gst-plugins-v4l2: bump to 1.12.4, remove unnecessary gst-plugin... (diff)
downloadgentoo-ddcab265cda0f24847658bb56f0fa37235843f77.tar.gz
gentoo-ddcab265cda0f24847658bb56f0fa37235843f77.tar.bz2
gentoo-ddcab265cda0f24847658bb56f0fa37235843f77.zip
net-misc/spice-gtk: limit errornous git invocation during src_prepare via GIT_CEILING_DIRECTORIES=${WORKDIR.}
Closes: https://bugs.gentoo.org/558558 Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'net-misc/spice-gtk/spice-gtk-9999.ebuild')
-rw-r--r--net-misc/spice-gtk/spice-gtk-9999.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/net-misc/spice-gtk/spice-gtk-9999.ebuild b/net-misc/spice-gtk/spice-gtk-9999.ebuild
index aa41fd8ab9ac..6dcfc676df85 100644
--- a/net-misc/spice-gtk/spice-gtk-9999.ebuild
+++ b/net-misc/spice-gtk/spice-gtk-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -74,6 +74,10 @@ DEPEND="${RDEPEND}
"
src_prepare() {
+ # bug 558558
+ export GIT_CEILING_DIRECTORIES="${WORKDIR}"
+ echo GIT_CEILING_DIRECTORIES=${GIT_CEILING_DIRECTORIES}
+
default
eautoreconf