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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B800515808B for ; Tue, 22 Mar 2022 12:15:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D78F7E07E0; Tue, 22 Mar 2022 12:15:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B964E07E0 for ; Tue, 22 Mar 2022 12:15:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10D57342E96 for ; Tue, 22 Mar 2022 12:15:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F0EC2EB for ; Tue, 22 Mar 2022 12:15:39 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1647951334.d8abfba101e636feb0ee5fbc41fc59ac99c9fd84.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gnuplot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/gnuplot/gnuplot-5.4.3.ebuild sci-visualization/gnuplot/gnuplot-5.5.9999-r1.ebuild X-VCS-Directories: sci-visualization/gnuplot/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d8abfba101e636feb0ee5fbc41fc59ac99c9fd84 X-VCS-Branch: master Date: Tue, 22 Mar 2022 12:15:39 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5cf8a9b4-568d-4b6f-82a2-7498954d30df X-Archives-Hash: dcaf2a73db02c24edc31dcaf7e4cf47d commit: d8abfba101e636feb0ee5fbc41fc59ac99c9fd84 Author: Ulrich Müller gentoo org> AuthorDate: Tue Mar 22 12:14:35 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Mar 22 12:15:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8abfba1 sci-visualization/gnuplot: Remove addpredict for /var/cache/fontconfig This was added in 2009 and it appears that it is no longer needed. Signed-off-by: Ulrich Müller gentoo.org> sci-visualization/gnuplot/gnuplot-5.4.3.ebuild | 2 -- sci-visualization/gnuplot/gnuplot-5.5.9999-r1.ebuild | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/sci-visualization/gnuplot/gnuplot-5.4.3.ebuild b/sci-visualization/gnuplot/gnuplot-5.4.3.ebuild index 8d395bb4e472..00a462ed0679 100644 --- a/sci-visualization/gnuplot/gnuplot-5.4.3.ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.4.3.ebuild @@ -148,8 +148,6 @@ src_compile() { emake all if use doc; then - # Avoid sandbox violation in epstopdf/ghostscript - addpredict /var/cache/fontconfig if use cairo; then emake -C docs pdf else diff --git a/sci-visualization/gnuplot/gnuplot-5.5.9999-r1.ebuild b/sci-visualization/gnuplot/gnuplot-5.5.9999-r1.ebuild index e54da6c07a20..ef66f5e1c7b3 100644 --- a/sci-visualization/gnuplot/gnuplot-5.5.9999-r1.ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.5.9999-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -148,8 +148,6 @@ src_compile() { emake all if use doc; then - # Avoid sandbox violation in epstopdf/ghostscript - addpredict /var/cache/fontconfig if use cairo; then emake -C docs pdf else