commit:     ddcab265cda0f24847658bb56f0fa37235843f77
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 28 19:20:08 2018 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sun Jan 28 19:20:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddcab265

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

 net-misc/spice-gtk/spice-gtk-0.33-r2.ebuild | 6 +++++-
 net-misc/spice-gtk/spice-gtk-0.34.ebuild    | 6 +++++-
 net-misc/spice-gtk/spice-gtk-9999.ebuild    | 6 +++++-
 3 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/net-misc/spice-gtk/spice-gtk-0.33-r2.ebuild 
b/net-misc/spice-gtk/spice-gtk-0.33-r2.ebuild
index 04a67a9a243..843d6f96a7e 100644
--- a/net-misc/spice-gtk/spice-gtk-0.33-r2.ebuild
+++ b/net-misc/spice-gtk/spice-gtk-0.33-r2.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
@@ -78,6 +78,10 @@ PATCHES=(
 )
 
 src_prepare() {
+       # bug 558558
+       export GIT_CEILING_DIRECTORIES="${WORKDIR}"
+       echo GIT_CEILING_DIRECTORIES=${GIT_CEILING_DIRECTORIES}
+
        default
 
        eautoreconf

diff --git a/net-misc/spice-gtk/spice-gtk-0.34.ebuild 
b/net-misc/spice-gtk/spice-gtk-0.34.ebuild
index 72765271063..437ee2e683f 100644
--- a/net-misc/spice-gtk/spice-gtk-0.34.ebuild
+++ b/net-misc/spice-gtk/spice-gtk-0.34.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

diff --git a/net-misc/spice-gtk/spice-gtk-9999.ebuild 
b/net-misc/spice-gtk/spice-gtk-9999.ebuild
index aa41fd8ab9a..6dcfc676df8 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

Reply via email to