Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/p4est/
Date: Fri, 02 Sep 2016 22:09:01
Message-Id: 1472764144.39105315dfff4d9575156cb7271e4cbe4eb928bf.ottxor@gentoo
1 commit: 39105315dfff4d9575156cb7271e4cbe4eb928bf
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 1 21:08:50 2016 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 1 21:09:04 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=39105315
7
8 sci-libs/p4est: *ouch*
9
10 Package-Manager: portage-2.2.28
11
12 sci-libs/p4est/p4est-9999.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/sci-libs/p4est/p4est-9999.ebuild b/sci-libs/p4est/p4est-9999.ebuild
16 index 33c371d..0589aa2 100644
17 --- a/sci-libs/p4est/p4est-9999.ebuild
18 +++ b/sci-libs/p4est/p4est-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -90,7 +90,6 @@ src_configure() {
26 $(use_enable threads pthread)
27 --with-blas="$($(tc-getPKG_CONFIG) --libs blas)"
28 --with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)"
29 - $(use_with petsc)
30 --with-sc="${EPREFIX}/usr"
31 )
32 autotools-utils_src_configure