From 3b8cba93fab70dd0fa89cebdd4b37c732580e9ac Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 22 Feb 2020 22:07:26 +0100 Subject: */*: [QA] Use consistent function definition formatting Signed-off-by: David Seifert --- dev-ml/extlib/extlib-1.7.1.ebuild | 4 ++-- dev-ml/extlib/extlib-1.7.2.ebuild | 4 ++-- dev-ml/extlib/extlib-1.7.6.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'dev-ml/extlib') diff --git a/dev-ml/extlib/extlib-1.7.1.ebuild b/dev-ml/extlib/extlib-1.7.1.ebuild index 33dffa043aaf..6cdb6da3e65f 100644 --- a/dev-ml/extlib/extlib-1.7.1.ebuild +++ b/dev-ml/extlib/extlib-1.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -39,7 +39,7 @@ src_test() { emake -j1 test } -src_install () { +src_install() { findlib_src_install # install documentation diff --git a/dev-ml/extlib/extlib-1.7.2.ebuild b/dev-ml/extlib/extlib-1.7.2.ebuild index 4f53ed7d6c4a..87f06dc98481 100644 --- a/dev-ml/extlib/extlib-1.7.2.ebuild +++ b/dev-ml/extlib/extlib-1.7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -35,7 +35,7 @@ src_test() { emake -j1 test } -src_install () { +src_install() { findlib_src_install # install documentation diff --git a/dev-ml/extlib/extlib-1.7.6.ebuild b/dev-ml/extlib/extlib-1.7.6.ebuild index 54e4c815cc39..f3159e67c8f3 100644 --- a/dev-ml/extlib/extlib-1.7.6.ebuild +++ b/dev-ml/extlib/extlib-1.7.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -38,7 +38,7 @@ src_test() { emake -j1 test } -src_install () { +src_install() { findlib_src_install # install documentation -- cgit v1.2.3-65-gdbad