Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gdl/
Date: Mon, 20 Aug 2018 09:45:33
Message-Id: 1534758303.8d62023073d1ac94e515b672e4ee109745c24192.monsieurp@gentoo
1 commit: 8d62023073d1ac94e515b672e4ee109745c24192
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Sun Aug 12 16:56:50 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 20 09:45:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d620230
7
8 dev-lang/gdl: update link in comments.
9
10 dev-lang/gdl/gdl-0.9.6-r2.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-lang/gdl/gdl-0.9.6-r2.ebuild b/dev-lang/gdl/gdl-0.9.6-r2.ebuild
14 index c477c6d3942..f4b9dc99063 100644
15 --- a/dev-lang/gdl/gdl-0.9.6-r2.ebuild
16 +++ b/dev-lang/gdl/gdl-0.9.6-r2.ebuild
17 @@ -77,7 +77,7 @@ src_prepare() {
18 use hdf5 && has_version sci-libs/hdf5[mpi] && export CXX=mpicxx
19
20 # make sure antlr includes are from system and rebuild the sources with it
21 - # https://sourceforge.net/tracker/?func=detail&atid=618685&aid=3465878&group_id=97659
22 + # https://sourceforge.net/p/gnudatalanguage/patches/39/
23 rm -r src/antlr || die
24 einfo "Regenerating grammar"
25 pushd src >/dev/null || die