diff options
author | Sam James <sam@gentoo.org> | 2021-04-21 08:09:20 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-21 19:49:34 +0100 |
commit | f7921753b92b8176466b7fcf9bc4949dd0adae68 (patch) | |
tree | 3d50a8e1c0ed8c9ddfd9001d2e27626b739f1c1a /dev-php | |
parent | dev-lang/go: fix function declaration style (braces) (diff) | |
download | gentoo-f7921753b92b8176466b7fcf9bc4949dd0adae68.tar.gz gentoo-f7921753b92b8176466b7fcf9bc4949dd0adae68.tar.bz2 gentoo-f7921753b92b8176466b7fcf9bc4949dd0adae68.zip |
dev-php/securimage: fix function declaration style (braces)
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/securimage/securimage-3.6.5.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-php/securimage/securimage-3.6.5.ebuild b/dev-php/securimage/securimage-3.6.5.ebuild index 29e513246e5c..8d408cebb0e0 100644 --- a/dev-php/securimage/securimage-3.6.5.ebuild +++ b/dev-php/securimage/securimage-3.6.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,8 +15,7 @@ IUSE="" RDEPEND="dev-lang/php[gd,truetype] virtual/httpd-php" -src_install() -{ +src_install() { # Grab all PHP files except the examples. set *.php local php_files=${@/*example*/} |