From f843c7900965777b328464d8bc1838f1fd172df8 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 21 Apr 2021 08:10:14 +0100 Subject: 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 --- www-apps/chromedriver-bin/chromedriver-bin-90.0.4430.24.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'www-apps/chromedriver-bin') 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 } -- cgit v1.2.3-65-gdbad