Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/tensorflow/
Date: Fri, 25 Sep 2020 18:32:18
Message-Id: 1601058717.c6d501b5290f018a2ba16caedf175e9c1330cacb.heroxbd@gentoo
1 commit: c6d501b5290f018a2ba16caedf175e9c1330cacb
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 17:05:37 2020 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 18:31:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6d501b5
7
8 sci-libs/tensorflow: correct the name of the patch tarball.
9
10 Suggested-by: Jouni Kosonen <jouni.kosonen <AT> tukesoft.com>
11 Closes: https://bugs.gentoo.org/744652
12 Package-Manager: Portage-3.0.5, Repoman-3.0.1
13 Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
14
15 sci-libs/tensorflow/tensorflow-2.2.0-r2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/sci-libs/tensorflow/tensorflow-2.2.0-r2.ebuild b/sci-libs/tensorflow/tensorflow-2.2.0-r2.ebuild
19 index 27fa64cf016..1ab08e35c45 100644
20 --- a/sci-libs/tensorflow/tensorflow-2.2.0-r2.ebuild
21 +++ b/sci-libs/tensorflow/tensorflow-2.2.0-r2.ebuild
22 @@ -165,7 +165,7 @@ pkg_setup() {
23 src_unpack() {
24 # Only unpack the main distfile
25 unpack "${P}.tar.gz"
26 - unpack tensorflow-patches-${PVR}.tar.bz2
27 + unpack tensorflow-patches-${PV}-r1.tar.bz2
28 bazel_load_distfiles "${bazel_external_uris}"
29 }