[gentoo-dev] [PATCH] profiles: update package.mask's header for GLEP 84

2025-04-12 Thread alexey+gentoo
From: Alexey Sokolov Signed-off-by: Alexey Sokolov --- profiles/package.mask | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index b8bdd285f85d..fccb152787c9 100644 --- a/profiles/package.mask +++ b/profiles/packag

Re: [gentoo-dev] RFC: Support for sys-kernel/dkms via a dkms.eclass in Gentoo

2025-03-04 Thread alexey+gentoo
вторник, 4 марта 2025 г., 3:50 ПП, Nowa Ammerlaan написал: > > > Dear all, > > This concept has turned out to be more controversial then I anticipated, > so I think it warrants broader discussion here on the mailing list. Let > me first explain some background information so everyone kno

[gentoo-dev] [PATCH v2] distutils-r1.eclass: support nonfatal in test

2023-01-05 Thread alexey+gentoo
From: Alexey Sokolov Rationale: src_test() { virtx distutils-r1_src_test } If the test fails with "die", Xvfb keeps running forever; but it's cleaned up correctly with die -n Signed-off-by: Alexey Sokolov --- eclass/distutils-r1.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[gentoo-dev] [PATCH] distutils-r1.eclass: support nonfatal in test

2023-01-05 Thread alexey+gentoo
From: Alexey Sokolov Signed-off-by: Alexey Sokolov --- eclass/distutils-r1.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 371d52bcb7e..8896768d3ce 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/d

[gentoo-dev] [PATCH 2/2] virtualx.eclass: don't skip xvfb dependency on Prefix

2020-10-19 Thread alexey+gentoo
From: Alexey Sokolov Closes: https://bugs.gentoo.org/730190 Signed-off-by: Alexey Sokolov --- eclass/virtualx.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass index 6aba6bf488d..93b9751cfa6 100644 --- a/eclass/virtualx.ec

[gentoo-dev] [PATCH 1/2] profiles: prefix: mask USE=elogind in x11-base/xorg-server

2020-10-19 Thread alexey+gentoo
From: Alexey Sokolov Bug: https://bugs.gentoo.org/730190 Signed-off-by: Alexey Sokolov --- profiles/features/prefix/package.use.mask | 4 1 file changed, 4 insertions(+) diff --git a/profiles/features/prefix/package.use.mask b/profiles/features/prefix/package.use.mask index 07d83215aa7..

[gentoo-dev] [PATCH 0/2] Xvfb in test dependencies in Prefix

2020-10-19 Thread alexey+gentoo
From: Alexey Sokolov I'm running a prefix but tests of various packages are failing in virtx command. I discovered that this is because virtualx doesn't depend on xvfb in prefix. But after installing xorg-server[xvfb,-elogind] tests pass. elogind flag had to be disabled otherwise it brings pam as