commit: aa48765f6497dd0443a7bfb747386e7c15e80d90
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 28 19:49:10 2018 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sun Jan 28 19:49:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa48765f
dev-lang/vala: Limit errornous git invocation to ${WORKDIR} by exporting
GIT_CEILING_DIRECTORIES.
Bug: https://bugs.gentoo.org/558556
Closes: https://bugs.gentoo.org/483134
Package-Manager: Portage-2.3.20, Repoman-2.3.6
dev-lang/vala/vala-0.32.1.ebuild | 5 ++++-
dev-lang/vala/vala-0.34.9.ebuild | 5 ++++-
dev-lang/vala/vala-0.36.7.ebuild | 3 +++
3 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/dev-lang/vala/vala-0.32.1.ebuild b/dev-lang/vala/vala-0.32.1.ebuild
index fdcc64bbe9c..fd8f0fcc8fc 100644
--- a/dev-lang/vala/vala-0.32.1.ebuild
+++ b/dev-lang/vala/vala-0.32.1.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
@@ -29,5 +29,8 @@ DEPEND="${RDEPEND}
"
src_configure() {
+ # bug 483134
+ export GIT_CEILING_DIRECTORIES="${WORKDIR}"
+
gnome2_src_configure --disable-unversioned
}
diff --git a/dev-lang/vala/vala-0.34.9.ebuild b/dev-lang/vala/vala-0.34.9.ebuild
index e5d2bad715f..f8ba9cf18ab 100644
--- a/dev-lang/vala/vala-0.34.9.ebuild
+++ b/dev-lang/vala/vala-0.34.9.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
@@ -29,5 +29,8 @@ DEPEND="${RDEPEND}
"
src_configure() {
+ # bug 483134
+ export GIT_CEILING_DIRECTORIES="${WORKDIR}"
+
gnome2_src_configure --disable-unversioned
}
diff --git a/dev-lang/vala/vala-0.36.7.ebuild b/dev-lang/vala/vala-0.36.7.ebuild
index 391db3d4864..88fabb447e9 100644
--- a/dev-lang/vala/vala-0.36.7.ebuild
+++ b/dev-lang/vala/vala-0.36.7.ebuild
@@ -29,6 +29,9 @@ DEPEND="${RDEPEND}
"
src_configure() {
+ # bug 483134
+ export GIT_CEILING_DIRECTORIES="${WORKDIR}"
+
# weasyprint enables generation of PDF from HTML
gnome2_src_configure \
--disable-unversioned \