commit: c6d501b5290f018a2ba16caedf175e9c1330cacb Author: Benda Xu <heroxbd <AT> gentoo <DOT> org> AuthorDate: Fri Sep 25 17:05:37 2020 +0000 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org> CommitDate: Fri Sep 25 18:31:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6d501b5
sci-libs/tensorflow: correct the name of the patch tarball. Suggested-by: Jouni Kosonen <jouni.kosonen <AT> tukesoft.com> Closes: https://bugs.gentoo.org/744652 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org> sci-libs/tensorflow/tensorflow-2.2.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/tensorflow/tensorflow-2.2.0-r2.ebuild b/sci-libs/tensorflow/tensorflow-2.2.0-r2.ebuild index 27fa64cf016..1ab08e35c45 100644 --- a/sci-libs/tensorflow/tensorflow-2.2.0-r2.ebuild +++ b/sci-libs/tensorflow/tensorflow-2.2.0-r2.ebuild @@ -165,7 +165,7 @@ pkg_setup() { src_unpack() { # Only unpack the main distfile unpack "${P}.tar.gz" - unpack tensorflow-patches-${PVR}.tar.bz2 + unpack tensorflow-patches-${PV}-r1.tar.bz2 bazel_load_distfiles "${bazel_external_uris}" }
