Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/tensorflow/
Date: Tue, 04 May 2021 19:23:19
Message-Id: 1620156162.9177284b793bb6e511a876f48dc210d6b34a5988.sam@gentoo
1 commit: 9177284b793bb6e511a876f48dc210d6b34a5988
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 27 20:04:50 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 19:22:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9177284b
7
8 sci-libs/tensorflow: fix function/phase declaration style
9
10 Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sci-libs/tensorflow/tensorflow-2.4.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-libs/tensorflow/tensorflow-2.4.0.ebuild b/sci-libs/tensorflow/tensorflow-2.4.0.ebuild
17 index 752cc491564..0e9de9a4170 100644
18 --- a/sci-libs/tensorflow/tensorflow-2.4.0.ebuild
19 +++ b/sci-libs/tensorflow/tensorflow-2.4.0.ebuild
20 @@ -161,7 +161,7 @@ pkg_setup() {
21
22 local num_pythons_enabled
23 num_pythons_enabled=0
24 - count_impls(){
25 + count_impls() {
26 num_pythons_enabled=$((${num_pythons_enabled} + 1))
27 }
28 use python && python_foreach_impl count_impls