Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ragel/
Date: Sat, 29 May 2021 06:39:53
Message-Id: 1622270260.b5e1ec536addeddb19ad9a59be60a274ae423bf9.sam@gentoo
1 commit: b5e1ec536addeddb19ad9a59be60a274ae423bf9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 29 06:37:40 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat May 29 06:37:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e1ec53
7
8 dev-util/ragel: actually apply Julia patch
9
10 Bug: https://bugs.gentoo.org/776688
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-util/ragel/ragel-7.0.4.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-util/ragel/ragel-7.0.4.ebuild b/dev-util/ragel/ragel-7.0.4.ebuild
17 index 0a985606a7e..73288fb5f57 100644
18 --- a/dev-util/ragel/ragel-7.0.4.ebuild
19 +++ b/dev-util/ragel/ragel-7.0.4.ebuild
20 @@ -33,7 +33,7 @@ DEPEND="~dev-util/colm-0.14.7"
21 RDEPEND="${DEPEND}"
22
23 PATCHES=(
24 - #"${FILESDIR}"/${PN}-7.0.4-drop-julia-check.patch
25 + "${FILESDIR}"/${PN}-7.0.4-drop-julia-check.patch
26 )
27
28 src_prepare() {