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 C036F1382C5 for ; Wed, 7 Mar 2018 12:58:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A02D6E0876; Wed, 7 Mar 2018 12:58:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 7F363E0876 for ; Wed, 7 Mar 2018 12:58:10 +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 8A8D2335C4D for ; Wed, 7 Mar 2018 12:58:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1ADC01EB for ; Wed, 7 Mar 2018 12:58:08 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1520427467.bbd141f5e863c63ea0d432eea62f8e8d334fc64c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice/libreoffice-6.0.2.1.ebuild app-office/libreoffice/libreoffice-6.0.9999.ebuild app-office/libreoffice/libreoffice-9999.ebuild X-VCS-Directories: app-office/libreoffice/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bbd141f5e863c63ea0d432eea62f8e8d334fc64c X-VCS-Branch: master Date: Wed, 7 Mar 2018 12:58:08 +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: de6fe47a-e216-4a92-afb9-94a5a1220a93 X-Archives-Hash: 88af4591d292b16c284c216475886a21 commit: bbd141f5e863c63ea0d432eea62f8e8d334fc64c Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 7 11:25:26 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 7 12:57:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd141f5 app-office/libreoffice: Disable running kf5-config We don't need it, and it is causing sandbox violations. Closes: https://bugs.gentoo.org/646406 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-office/libreoffice/libreoffice-6.0.2.1.ebuild | 5 +++++ app-office/libreoffice/libreoffice-6.0.9999.ebuild | 5 +++++ app-office/libreoffice/libreoffice-9999.ebuild | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/app-office/libreoffice/libreoffice-6.0.2.1.ebuild b/app-office/libreoffice/libreoffice-6.0.2.1.ebuild index 73cd46b4e1a..b5671c6317c 100644 --- a/app-office/libreoffice/libreoffice-6.0.2.1.ebuild +++ b/app-office/libreoffice/libreoffice-6.0.2.1.ebuild @@ -312,6 +312,11 @@ src_unpack() { src_prepare() { default + # sandbox violations on many systems, we don't need it. Bug #646406 + sed -i \ + -e "/KF5_CONFIG/s/kf5-config/no/" \ + configure.ac || die "Failed to disable kf5-config" + AT_M4DIR="m4" eautoreconf # hack in the autogen.sh touch autogen.lastrun diff --git a/app-office/libreoffice/libreoffice-6.0.9999.ebuild b/app-office/libreoffice/libreoffice-6.0.9999.ebuild index 73cd46b4e1a..b5671c6317c 100644 --- a/app-office/libreoffice/libreoffice-6.0.9999.ebuild +++ b/app-office/libreoffice/libreoffice-6.0.9999.ebuild @@ -312,6 +312,11 @@ src_unpack() { src_prepare() { default + # sandbox violations on many systems, we don't need it. Bug #646406 + sed -i \ + -e "/KF5_CONFIG/s/kf5-config/no/" \ + configure.ac || die "Failed to disable kf5-config" + AT_M4DIR="m4" eautoreconf # hack in the autogen.sh touch autogen.lastrun diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index eca7b36b89a..ec4bf5552b6 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -310,6 +310,11 @@ src_unpack() { src_prepare() { default + # sandbox violations on many systems, we don't need it. Bug #646406 + sed -i \ + -e "/KF5_CONFIG/s/kf5-config/no/" \ + configure.ac || die "Failed to disable kf5-config" + AT_M4DIR="m4" eautoreconf # hack in the autogen.sh touch autogen.lastrun