From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 057A613823A for ; Sat, 7 May 2016 09:37:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E9BBE07E0; Sat, 7 May 2016 09:37:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07D8DE07E0 for ; Sat, 7 May 2016 09:37:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DEE73340861 for ; Sat, 7 May 2016 09:37:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FB6B856 for ; Sat, 7 May 2016 09:37:06 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1461709184.c3a3d6b0df1099c22461e3e26b632f09f8b45216.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/root/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/root/root-9999.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c3a3d6b0df1099c22461e3e26b632f09f8b45216 X-VCS-Branch: master Date: Sat, 7 May 2016 09:37:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 386e98ee-1853-4d0e-b705-001035e2bc76 X-Archives-Hash: fab52ceb039856c1018768f8f97ae1eb commit: c3a3d6b0df1099c22461e3e26b632f09f8b45216 Author: Oliver Freyermuth googlemail com> AuthorDate: Tue Apr 26 22:19:44 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Apr 26 22:19:44 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c3a3d6b0 sci-physics/root-9999: current master needs write access to /dev/random Needed at runtime of the ROOT interpreter when JITting code, thus also necessary to build examples (and the hsimple-target). Further details upstream: https://sft.its.cern.ch/jira/browse/ROOT-8146 Since write-access needs to actually work, addpredict is insufficient. Writing to /dev/random should not be a security concern (entroy is unchanged). sci-physics/root/root-9999.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index 8bf3758..14d468a 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -397,6 +397,10 @@ cleanup_install() { } src_install() { + # Write access to /dev/random is required to run root.exe + # More information at https://sft.its.cern.ch/jira/browse/ROOT-8146 + addwrite /dev/random + DOCS=($(find README/* -maxdepth 1 -type f)) default dodoc README.md