From ddcab265cda0f24847658bb56f0fa37235843f77 Mon Sep 17 00:00:00 2001 From: Michael Weber Date: Sun, 28 Jan 2018 20:20:08 +0100 Subject: 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(-) (limited to 'net-misc/spice-gtk') 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 04a67a9a2432..843d6f96a7ed 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 72765271063a..437ee2e683f3 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 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 -- cgit v1.2.3-65-gdbad