Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: sci-mathematics/frama-c/
Date: Thu, 08 Sep 2022 10:24:52
Message-Id: 1662632657.ba5027e799e92a3d99980155e265cc907d63820a.andrewammerlaan@gentoo
1 commit: ba5027e799e92a3d99980155e265cc907d63820a
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 8 10:24:17 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 8 10:24:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ba5027e7
7
8 sci-mathematics/frama-c: quote FILESDIR variable
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 sci-mathematics/frama-c/frama-c-24.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-mathematics/frama-c/frama-c-24.0.ebuild b/sci-mathematics/frama-c/frama-c-24.0.ebuild
16 index 7427c5594..f61ac7f5e 100644
17 --- a/sci-mathematics/frama-c/frama-c-24.0.ebuild
18 +++ b/sci-mathematics/frama-c/frama-c-24.0.ebuild
19 @@ -27,7 +27,7 @@ DEPEND="${RDEPEND}
20
21 S="${WORKDIR}/${P}-${NAME}"
22
23 -PATCHES=( ${FILESDIR}/frama-c-24.0-fix-bflags.patch )
24 +PATCHES=( "${FILESDIR}/frama-c-24.0-fix-bflags.patch" )
25
26 src_prepare() {
27 mv configure.in configure.ac || die