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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0C331158094 for ; Thu, 8 Sep 2022 10:24:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEFD7E09DA; Thu, 8 Sep 2022 10:24:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99023E09DA for ; Thu, 8 Sep 2022 10:24:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77062341095 for ; Thu, 8 Sep 2022 10:24:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33F585DA for ; Thu, 8 Sep 2022 10:24:47 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1662632657.ba5027e799e92a3d99980155e265cc907d63820a.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sci-mathematics/frama-c/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-mathematics/frama-c/frama-c-24.0.ebuild X-VCS-Directories: sci-mathematics/frama-c/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ba5027e799e92a3d99980155e265cc907d63820a X-VCS-Branch: master Date: Thu, 8 Sep 2022 10:24:47 +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: 62f2b969-2b62-4c1e-847d-34deb6e8490a X-Archives-Hash: 6bdaaef54f50ca8fd3bdebf734e445fd Message-ID: <20220908102447.M_FaIreO3zTBEcSyPVmE99y2y5SiV_FL208goyH8o3M@z> commit: ba5027e799e92a3d99980155e265cc907d63820a Author: Andrew Ammerlaan gentoo org> AuthorDate: Thu Sep 8 10:24:17 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Sep 8 10:24:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ba5027e7 sci-mathematics/frama-c: quote FILESDIR variable Signed-off-by: Andrew Ammerlaan gentoo.org> sci-mathematics/frama-c/frama-c-24.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/frama-c/frama-c-24.0.ebuild b/sci-mathematics/frama-c/frama-c-24.0.ebuild index 7427c5594..f61ac7f5e 100644 --- a/sci-mathematics/frama-c/frama-c-24.0.ebuild +++ b/sci-mathematics/frama-c/frama-c-24.0.ebuild @@ -27,7 +27,7 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${P}-${NAME}" -PATCHES=( ${FILESDIR}/frama-c-24.0-fix-bflags.patch ) +PATCHES=( "${FILESDIR}/frama-c-24.0-fix-bflags.patch" ) src_prepare() { mv configure.in configure.ac || die