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