diff options
author | Michael Weber <xmw@gentoo.org> | 2018-01-28 20:20:08 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2018-01-28 20:20:32 +0100 |
commit | ddcab265cda0f24847658bb56f0fa37235843f77 (patch) | |
tree | 64ff59dd9e1fe704f1a753b86abc4fa596662418 /net-misc/spice-gtk | |
parent | media-plugins/gst-plugins-v4l2: bump to 1.12.4, remove unnecessary gst-plugin... (diff) | |
download | gentoo-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')
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-0.33-r2.ebuild | 6 | ||||
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-0.34.ebuild | 6 | ||||
-rw-r--r-- | 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 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 |