commit:     76a18e8de35b0576a5fd24e9afb6dc7dca184305
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May  4 03:17:36 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May  4 19:09:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76a18e8d

sci-libs/brial: fix phase definition style

Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/brial/brial-1.2.10.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-libs/brial/brial-1.2.10.ebuild 
b/sci-libs/brial/brial-1.2.10.ebuild
index 926f7639d6b..7b2dfededba 100644
--- a/sci-libs/brial/brial-1.2.10.ebuild
+++ b/sci-libs/brial/brial-1.2.10.ebuild
@@ -20,11 +20,11 @@ DEPEND="dev-libs/boost
        sci-libs/m4ri[png=]"
 RDEPEND="${DEPEND}"
 
-pkg_setup(){
+pkg_setup() {
        tc-export PKG_CONFIG
 }
 
-src_configure(){
+src_configure() {
        # with-boost-libdir added to deal with some rather quirky setups
        # see https://github.com/cschwan/sage-on-gentoo/issues/551
        econf \
@@ -33,7 +33,7 @@ src_configure(){
                $(use_enable static-libs static)
 }
 
-src_install(){
+src_install() {
        default
        find "${ED}" -name '*.la' -delete || die
 }

Reply via email to