commit: 4ac1a78a3b613b6af7fcc8f26b6595476dd76b4c Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Feb 8 14:53:19 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Feb 9 19:10:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac1a78a
profiles: amd64: x32: Mask IUSE webengine Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/arch/amd64/x32/use.mask | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/arch/amd64/x32/use.mask b/profiles/arch/amd64/x32/use.mask index a0a09c71ff0..712d5b46f19 100644 --- a/profiles/arch/amd64/x32/use.mask +++ b/profiles/arch/amd64/x32/use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # Michał Górny <[email protected]> (2013-01-26) # Unmask the x32 ABI. -abi_x86_x32 + +# Andreas Sturmlechner <[email protected]> (2021-02-09) +# Requires net-libs/nodejs +webengine
