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 42861138334 for ; Sun, 15 Jul 2018 14:37:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E5F9E0828; Sun, 15 Jul 2018 14:37:03 +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 EDC02E0828 for ; Sun, 15 Jul 2018 14:37:02 +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 68A4C335C7D for ; Sun, 15 Jul 2018 14:37:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA93335E for ; Sun, 15 Jul 2018 14:36:58 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1531665407.363cc8e281fc5159beadfae16b287d7f578cff07.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/spark/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/spark/spark-2018.ebuild X-VCS-Directories: dev-lang/spark/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 363cc8e281fc5159beadfae16b287d7f578cff07 X-VCS-Branch: master Date: Sun, 15 Jul 2018 14:36:58 +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: 9945ef87-a2b2-4811-941b-b5d5fe654f37 X-Archives-Hash: ad44bf4f56f34251e0dcf38935753c42 commit: 363cc8e281fc5159beadfae16b287d7f578cff07 Author: Tupone Alfredo gentoo org> AuthorDate: Sun Jul 15 14:36:47 2018 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Jul 15 14:36:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=363cc8e2 dev-lang/spark: Fix path for gnatls Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-lang/spark/spark-2018.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lang/spark/spark-2018.ebuild b/dev-lang/spark/spark-2018.ebuild index e25af28a4b1..8aad4b2c9af 100644 --- a/dev-lang/spark/spark-2018.ebuild +++ b/dev-lang/spark/spark-2018.ebuild @@ -37,6 +37,7 @@ src_prepare() { -e "s:gnatmake:gnatmake-${GCC_PV}:g" \ -e "s:gnatls:gnatls-${GCC_PV}:g" \ Makefile \ + gnatprove/configuration.adb \ gnat2why/Makefile || die default }