From 1c75ceb4385735bdc0de57ea2cee5ac3fc9197ec Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 28 Sep 2017 21:06:31 +0200 Subject: app-text/goldendict: Disable git execution in src_configure Gentoo-bug: 603238 Package-Manager: Portage-2.3.8, Repoman-2.3.1 --- app-text/goldendict/goldendict-1.5.0_rc2-r1.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'app-text') diff --git a/app-text/goldendict/goldendict-1.5.0_rc2-r1.ebuild b/app-text/goldendict/goldendict-1.5.0_rc2-r1.ebuild index 503434c0a663..f49ddfb6ad24 100644 --- a/app-text/goldendict/goldendict-1.5.0_rc2-r1.ebuild +++ b/app-text/goldendict/goldendict-1.5.0_rc2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -55,6 +55,11 @@ S="${WORKDIR}/${PN}-${MY_PV}" src_prepare() { default + # disable git + sed -i \ + -e '/git describe/s/^/#/' \ + ${PN}.pro || die + # fix installation path sed -i \ -e '/PREFIX = /s:/usr/local:/usr:' \ -- cgit v1.2.3-65-gdbad