[gentoo-dev] Access to DRM render nodes from portage sandbox?

2018-05-08 Thread Dennis Schridde
Hello! I see sandbox violations similar to "ACCESS DENIED: open_wr: /dev/dri/ renderD128" pop up for more and more packages, probably since OpenCL becomes used more widely. Hence I would like to ask: Could we in Gentoo treat GPUs just like CPUs and allow any process to access render nodes (i.e.

[gentoo-dev] Re: [PATCH v2] eapi7-ver.eclass: Support EAPIs 0 to 6.

2018-05-08 Thread Duncan
Ulrich Müller posted on Tue, 08 May 2018 21:39:16 +0200 as excerpted: > # @ECLASS: eapi7-ver.eclass > @@ -58,12 +58,8 @@ # the version string, it is truncated silently. > > case ${EAPI:-0} in > - 0|1|2|3|4|5) > - die "${ECLASS}: EAPI=${EAPI:-0} not supported";; > - 6) > -

[gentoo-dev] Re: [PATCH] profiles/profiles.desc: move hppa profiles stable->exp

2018-05-08 Thread Sergei Trofimovich
On Sun, 6 May 2018 10:39:56 -0700 Matt Turner wrote: > On Sun, May 6, 2018 at 2:20 AM, Sergei Trofimovich wrote: > > To release the burden on maintainers having to keep outdated > > latest stable versions of packages do not block them on hppa > > stabilization. > > > > hppa@ will still attempt t

[gentoo-dev] [PATCH v2] eapi7-ver.eclass: Support EAPIs 0 to 6.

2018-05-08 Thread Ulrich Müller
--- Sorry, I had sent the wrong patch. eclass/eapi7-ver.eclass | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/eclass/eapi7-ver.eclass b/eclass/eapi7-ver.eclass index 6117124a90a5..43b6a4122506 100644 --- a/eclass/eapi7-ver.eclass +++ b/eclass/eapi7-ver.eclass

[gentoo-dev] [PATCH] eapi7-ver.eclass: Support EAPIs 0 to 6.

2018-05-08 Thread Ulrich Müller
--- eclass/eapi7-ver.eclass | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/eclass/eapi7-ver.eclass b/eclass/eapi7-ver.eclass index 6117124a90a5..3a200cbe9ef2 100644 --- a/eclass/eapi7-ver.eclass +++ b/eclass/eapi7-ver.eclass @@ -1,4 +1,4 @@ -# Copyright

Re: [gentoo-dev] Monthly x11@ project status for May 2018

2018-05-08 Thread Matt Turner
On Mon, May 7, 2018 at 11:24 PM, Brian Dolbec wrote: > On Mon, 7 May 2018 13:38:47 -0700 > Matt Turner wrote: > >> >> If there's a way to have repoman alert developers to deprecated >> dependencies in the same way we handle deprecated eclasses, I'd like >> to know about it. >> >> > > Currently th

Re: [gentoo-dev] [PATCH] java-utils-2.eclass: port to EAPI 7

2018-05-08 Thread Ulrich Mueller
> On Tue, 8 May 2018, Marty E Plummer wrote: > --- > eclass/java-utils-2.eclass | 14 +++--- > 1 file changed, 11 insertions(+), 3 deletions(-) > diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass > index 25e35c33dd2..47bbb64ffd4 100644 > --- a/eclass/java-utils-2.e