commit: 9177284b793bb6e511a876f48dc210d6b34a5988
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 27 20:04:50 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 4 19:22:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9177284b
sci-libs/tensorflow: fix function/phase declaration style
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-libs/tensorflow/tensorflow-2.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/tensorflow/tensorflow-2.4.0.ebuild
b/sci-libs/tensorflow/tensorflow-2.4.0.ebuild
index 752cc491564..0e9de9a4170 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