diff options
author | Sam James <sam@gentoo.org> | 2021-04-21 08:10:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-21 19:49:52 +0100 |
commit | f843c7900965777b328464d8bc1838f1fd172df8 (patch) | |
tree | 4415910b9ec467b61657668642f282210ecd9df4 /www-apps | |
parent | sys-apps/s6-linux-init: fix function declaration style (braces) (diff) | |
download | gentoo-f843c7900965777b328464d8bc1838f1fd172df8.tar.gz gentoo-f843c7900965777b328464d8bc1838f1fd172df8.tar.bz2 gentoo-f843c7900965777b328464d8bc1838f1fd172df8.zip |
www-apps/chromedriver-bin: 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 'www-apps')
-rw-r--r-- | www-apps/chromedriver-bin/chromedriver-bin-90.0.4430.24.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www-apps/chromedriver-bin/chromedriver-bin-90.0.4430.24.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-90.0.4430.24.ebuild index 894c3d02983e..7c2aac12ffeb 100644 --- a/www-apps/chromedriver-bin/chromedriver-bin-90.0.4430.24.ebuild +++ b/www-apps/chromedriver-bin/chromedriver-bin-90.0.4430.24.ebuild @@ -21,7 +21,6 @@ RDEPEND="!www-client/chromium S="${WORKDIR}" QA_PREBUILT="usr/bin/chromedriver" -src_install() -{ +src_install() { dobin chromedriver } |