From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1DD071382C5 for ; Sun, 28 Jan 2018 20:21:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65D5BE0D82; Sun, 28 Jan 2018 20:21:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 416B1E0D82 for ; Sun, 28 Jan 2018 20:21:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C831C335C4D for ; Sun, 28 Jan 2018 20:21:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28ECD1A4 for ; Sun, 28 Jan 2018 20:21:26 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1517170865.adc72bb8a7dcdd0866e9030ff4610e9c13cce08b.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/speech-dispatcher/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-accessibility/speech-dispatcher/speech-dispatcher-0.8.3.ebuild app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild X-VCS-Directories: app-accessibility/speech-dispatcher/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: adc72bb8a7dcdd0866e9030ff4610e9c13cce08b X-VCS-Branch: master Date: Sun, 28 Jan 2018 20:21:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4015455f-d220-4680-a28c-a5ef82e4084b X-Archives-Hash: c480d0d3badb14145c669ed08f3f49de commit: adc72bb8a7dcdd0866e9030ff4610e9c13cce08b Author: Michael Weber gentoo org> AuthorDate: Sun Jan 28 20:21:05 2018 +0000 Commit: Michael Weber gentoo org> CommitDate: Sun Jan 28 20:21:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc72bb8 app-accessibility/speech-dispatcher: Limit errornous git invocation to ${WORKDIR} by exporting GIT_CEILING_DIRECTORIES. Closes: https://bugs.gentoo.org/573732 Bug: https://bugs.gentoo.org/558556 Package-Manager: Portage-2.3.20, Repoman-2.3.6 app-accessibility/speech-dispatcher/speech-dispatcher-0.8.3.ebuild | 5 ++++- app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.3.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.3.ebuild index 3725e90a4d3..2c177405d33 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.3.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -35,6 +35,9 @@ DEPEND="${COMMON_DEPEND} dev-python/pyxdg" src_configure() { + # bug 573732 + export GIT_CEILING_DIRECTORIES="${WORKDIR}" + local myeconfargs=( --disable-python $(use_enable static-libs static) diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild index 22d52defd6d..d6b4819cee3 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild @@ -36,6 +36,9 @@ RDEPEND="${COMMON_DEPEND} dev-python/pyxdg" src_configure() { + # bug 573732 + export GIT_CEILING_DIRECTORIES="${WORKDIR}" + local myeconfargs=( --disable-python $(use_enable static-libs static)