commit:     9c94203f8b64847edab176509c93ebdc5aef7573
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri May  5 05:59:11 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri May  5 06:00:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c94203f

sci-libs/caffe2: fix sandbox error

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

 sci-libs/caffe2/caffe2-1.13.1-r4.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-libs/caffe2/caffe2-1.13.1-r4.ebuild 
b/sci-libs/caffe2/caffe2-1.13.1-r4.ebuild
index afc6a29fc8df..efb497856e53 100644
--- a/sci-libs/caffe2/caffe2-1.13.1-r4.ebuild
+++ b/sci-libs/caffe2/caffe2-1.13.1-r4.ebuild
@@ -160,6 +160,7 @@ src_configure() {
 
        if use cuda; then
                addpredict "/dev/nvidiactl" # bug 867706
+               addpredict "/dev/char"
 
                mycmakeargs+=(
                        -DCMAKE_CUDA_FLAGS="$(cuda_gccdir -f | tr -d \")"

Reply via email to