mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
*/*: [QA] Use consistent function definition formatting
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
@@ -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=6
|
||||
@@ -18,6 +18,6 @@ DEPEND="test? ( >=dev-php/PEAR-PEAR-1.5.0
|
||||
RDEPEND=">=dev-php/PEAR-HTML_Common-1.2.3"
|
||||
HTML_DOCS=( docs/Table_example1.php docs/Table_example2.php )
|
||||
|
||||
src_test(){
|
||||
src_test() {
|
||||
peardev run-tests -r || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user