diff options
author | David Seifert <soap@gentoo.org> | 2020-02-22 22:07:26 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-22 22:07:26 +0100 |
commit | 3b8cba93fab70dd0fa89cebdd4b37c732580e9ac (patch) | |
tree | cbcb946c9c0769acaec3648b63979c24ec30a5c2 /sci-libs/givaro | |
parent | x11-libs/libxcb: Version bump to 1.14 (diff) | |
download | gentoo-3b8cba93fab70dd0fa89cebdd4b37c732580e9ac.tar.gz gentoo-3b8cba93fab70dd0fa89cebdd4b37c732580e9ac.tar.bz2 gentoo-3b8cba93fab70dd0fa89cebdd4b37c732580e9ac.zip |
*/*: [QA] Use consistent function definition formatting
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-libs/givaro')
-rw-r--r-- | sci-libs/givaro/givaro-4.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/givaro/givaro-4.1.1.ebuild b/sci-libs/givaro/givaro-4.1.1.ebuild index 69b4607b940d..855ef5115ac3 100644 --- a/sci-libs/givaro/givaro-4.1.1.ebuild +++ b/sci-libs/givaro/givaro-4.1.1.ebuild @@ -19,7 +19,7 @@ RDEPEND="${DEPEND}" DOCS=( AUTHORS ChangeLog README.md ) -src_configure(){ +src_configure() { # Passing "--disable-doc" also accidentally enables building # the documentation, so we can't just $(use_enable doc) here. # https://github.com/linbox-team/givaro/issues/148 @@ -39,7 +39,7 @@ src_configure(){ $(use_enable cpu_flags_x86_avx2 avx2) } -src_install(){ +src_install() { default find "${ED}" -name '*.la' -delete || die } |