commit:     2f877a5bb3dd0a90848a2656cae80d5fcdbf1960
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 23 08:23:06 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 08:24:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f877a5b

sci-libs/caffe2: missing an important change

Closes: https://bugs.gentoo.org/920549
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-libs/caffe2/{caffe2-2.1.1-r4.ebuild => caffe2-2.1.1-r5.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/caffe2/caffe2-2.1.1-r4.ebuild 
b/sci-libs/caffe2/caffe2-2.1.1-r5.ebuild
similarity index 98%
rename from sci-libs/caffe2/caffe2-2.1.1-r4.ebuild
rename to sci-libs/caffe2/caffe2-2.1.1-r5.ebuild
index ac5b4024c28f..1dc4f2a32587 100644
--- a/sci-libs/caffe2/caffe2-2.1.1-r4.ebuild
+++ b/sci-libs/caffe2/caffe2-2.1.1-r5.ebuild
@@ -206,8 +206,8 @@ src_install() {
        if use cuda; then
                mv "${ED}${S}"/nvfuser python/nvfuser || die
        fi
-       rm -r "${ED}${S}"/test || die
-       rm -r "${ED}${S}"/third_party || die
+       rm -rf "${ED}${S}"/test
+       rm -rf "${ED}${S}"/third_party
        cp torch/version.py python/torch/ || die
        python_domodule python/caffe2
        python_domodule python/torch

Reply via email to