Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/brial/
Date: Tue, 04 May 2021 19:10:13
Message-Id: 1620155376.76a18e8de35b0576a5fd24e9afb6dc7dca184305.sam@gentoo
1 commit: 76a18e8de35b0576a5fd24e9afb6dc7dca184305
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 4 03:17:36 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 19:09:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76a18e8d
7
8 sci-libs/brial: fix phase definition style
9
10 Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sci-libs/brial/brial-1.2.10.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sci-libs/brial/brial-1.2.10.ebuild b/sci-libs/brial/brial-1.2.10.ebuild
17 index 926f7639d6b..7b2dfededba 100644
18 --- a/sci-libs/brial/brial-1.2.10.ebuild
19 +++ b/sci-libs/brial/brial-1.2.10.ebuild
20 @@ -20,11 +20,11 @@ DEPEND="dev-libs/boost
21 sci-libs/m4ri[png=]"
22 RDEPEND="${DEPEND}"
23
24 -pkg_setup(){
25 +pkg_setup() {
26 tc-export PKG_CONFIG
27 }
28
29 -src_configure(){
30 +src_configure() {
31 # with-boost-libdir added to deal with some rather quirky setups
32 # see https://github.com/cschwan/sage-on-gentoo/issues/551
33 econf \
34 @@ -33,7 +33,7 @@ src_configure(){
35 $(use_enable static-libs static)
36 }
37
38 -src_install(){
39 +src_install() {
40 default
41 find "${ED}" -name '*.la' -delete || die
42 }