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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BB1B4138335 for ; Mon, 20 Aug 2018 09:45:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05525E08DB; Mon, 20 Aug 2018 09:45:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D325DE08DB for ; Mon, 20 Aug 2018 09:45:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85B3F33BEC2 for ; Mon, 20 Aug 2018 09:45:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FD283B7 for ; Mon, 20 Aug 2018 09:45:28 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1534758303.8d62023073d1ac94e515b672e4ee109745c24192.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gdl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/gdl/gdl-0.9.6-r2.ebuild X-VCS-Directories: dev-lang/gdl/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 8d62023073d1ac94e515b672e4ee109745c24192 X-VCS-Branch: master Date: Mon, 20 Aug 2018 09:45:28 +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-Archives-Salt: 07a97366-a737-4960-835a-2d76b6ffcf48 X-Archives-Hash: 545452730f61a1ce69dd2fc2d6916b6b commit: 8d62023073d1ac94e515b672e4ee109745c24192 Author: Francesco Turco fastmail fm> AuthorDate: Sun Aug 12 16:56:50 2018 +0000 Commit: Patrice Clement gentoo 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