From 9177284b793bb6e511a876f48dc210d6b34a5988 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 27 Apr 2021 21:04:50 +0100 Subject: sci-libs/tensorflow: fix function/phase declaration style Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James --- sci-libs/tensorflow/tensorflow-2.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sci-libs') diff --git a/sci-libs/tensorflow/tensorflow-2.4.0.ebuild b/sci-libs/tensorflow/tensorflow-2.4.0.ebuild index 752cc4915648..0e9de9a4170a 100644 --- a/sci-libs/tensorflow/tensorflow-2.4.0.ebuild +++ b/sci-libs/tensorflow/tensorflow-2.4.0.ebuild @@ -161,7 +161,7 @@ pkg_setup() { local num_pythons_enabled num_pythons_enabled=0 - count_impls(){ + count_impls() { num_pythons_enabled=$((${num_pythons_enabled} + 1)) } use python && python_foreach_impl count_impls -- cgit v1.2.3-65-gdbad