diff options
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 |