From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1582901-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id DBBAA158015
	for <garchives@archives.gentoo.org>; Sat, 23 Dec 2023 08:24:37 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DBDD92BC02F;
	Sat, 23 Dec 2023 08:24:28 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id C1BD92BC02F
	for <gentoo-commits@lists.gentoo.org>; Sat, 23 Dec 2023 08:24:28 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 1493F3406C2
	for <gentoo-commits@lists.gentoo.org>; Sat, 23 Dec 2023 08:24:28 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 75E35AE5
	for <gentoo-commits@lists.gentoo.org>; Sat, 23 Dec 2023 08:24:26 +0000 (UTC)
From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" <tupone@gentoo.org>
Message-ID: <1703319840.2f877a5bb3dd0a90848a2656cae80d5fcdbf1960.tupone@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/caffe2/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sci-libs/caffe2/caffe2-2.1.1-r4.ebuild sci-libs/caffe2/caffe2-2.1.1-r5.ebuild
X-VCS-Directories: sci-libs/caffe2/
X-VCS-Committer: tupone
X-VCS-Committer-Name: Alfredo Tupone
X-VCS-Revision: 2f877a5bb3dd0a90848a2656cae80d5fcdbf1960
X-VCS-Branch: master
Date: Sat, 23 Dec 2023 08:24:26 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 6825fc61-5b19-4e56-801c-1cc81ca009cf
X-Archives-Hash: 1e057f4308af8c2f67e90dd884c68dfb

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