commit: 29fbf57c1207891b814f92e32e0ce96f34bf30af Author: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail <DOT> com> AuthorDate: Wed Mar 14 15:38:19 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Mar 14 17:26:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29fbf57c
profiles: prepare SVGA backend USE flag for app-emu*/fuse profiles/arch/x86/package.use.mask | 4 ++++ profiles/base/package.use.mask | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 62757ad8fc6..c4d0eb78d1e 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -3,6 +3,10 @@ # This file requires >=portage-2.1.1 +# Jan Ziak <[email protected]> (14 Mar 2018) +# Expose SVGA backend for x86 users +app-emulation/fuse -backend-svga + # Thomas Deutschmann <[email protected]> (10 Feb 2018) # Requires dev-db/mongodb which has dropped x86 support >=dev-libs/mongo-c-driver-1.8.2 test diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 6ac1e78c24a..f17935ae57b 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Jan Ziak <[email protected]> (14 Mar 2018) +# Mask local USE flag to satisfy repoman +app-emulation/fuse backend-svga + # Pacho Ramos <[email protected]> (13 Mar 2018) # libewf is going to be removed, bug #547418 app-admin/testdisk ewf
