commit: 50bfe44a9497de5ff3f9f9def26b77be273453a2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Sep 18 19:56:45 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Sep 18 20:57:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50bfe44a
profiles/arch/hppa: Minimize xorg-server deps Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/arch/hppa/package.use.stable.force | 6 ++++++ profiles/arch/hppa/package.use.stable.mask | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/profiles/arch/hppa/package.use.stable.force b/profiles/arch/hppa/package.use.stable.force new file mode 100644 index 00000000000..a9b95016bda --- /dev/null +++ b/profiles/arch/hppa/package.use.stable.force @@ -0,0 +1,6 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Michał Górny <[email protected]> (2021-09-18) +# Prepare for stabilizing a minimal xorg-server, for Xvfb. +x11-base/xorg-server minimal diff --git a/profiles/arch/hppa/package.use.stable.mask b/profiles/arch/hppa/package.use.stable.mask index b5e07045619..fd639a207ce 100644 --- a/profiles/arch/hppa/package.use.stable.mask +++ b/profiles/arch/hppa/package.use.stable.mask @@ -17,6 +17,12 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2021-09-18) +# Prepare for stabilizing a minimal xorg-server, for Xvfb. +media-libs/libglvnd -X +x11-apps/xinit twm +x11-base/xorg-server dmx kdrive xephyr + # Matt Turner <[email protected]> (2021-09-10) # dev-libs/tomsfastmath does not have stable keywords on hppa dev-libs/libtomcrypt tomsfastmath
