Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/spark/
Date: Tue, 26 Jun 2018 19:25:35
Message-Id: 1530041116.2a44c2ce8dff33d5381fbaa1f39740f612145712.tupone@gentoo
1 commit: 2a44c2ce8dff33d5381fbaa1f39740f612145712
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 26 19:25:16 2018 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 26 19:25:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a44c2ce
7
8 dev-lang/spark: Fix build.
9
10 Closes: https://bugs.gentoo.org/658554
11 Package-Manager: Portage-2.3.40, Repoman-2.3.9
12
13 dev-lang/spark/spark-2017.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-lang/spark/spark-2017.ebuild b/dev-lang/spark/spark-2017.ebuild
17 index e63d7069015..47ad4e812b0 100644
18 --- a/dev-lang/spark/spark-2017.ebuild
19 +++ b/dev-lang/spark/spark-2017.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -20,8 +20,7 @@ KEYWORDS="~amd64"
27 IUSE=""
28
29 RDEPEND="dev-lang/gnat-gpl:6.3.0
30 - >=dev-ada/gnatcoll-2017[gnat_2017,projects]
31 - || ( dev-ada/gnatcoll[shared] dev-ada/gnatcoll[static] )
32 + >=dev-ada/gnatcoll-2017[gnat_2017,projects,shared]
33 sci-mathematics/alt-ergo
34 sci-mathematics/why3-for-spark"
35 DEPEND="${RDEPEND}
36 @@ -43,7 +42,8 @@ src_prepare() {
37 }
38
39 src_compile() {
40 - emake gnat2why gnatprove
41 + emake GPRARGS="-XLIBRARY_TYPE=relocatable" gnat2why
42 + emake PROD="-XLIBRARY_TYPE=relocatable" gnatprove
43 }
44
45 src_install() {