commit: ed77ae53b9e7849ed19205c646ecd5170bbef051 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Tue Jul 19 17:42:10 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Tue Jul 19 17:44:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed77ae53
www-servers/nginx: mask security on other arches Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 4 ++++ profiles/arch/base/package.use.mask | 4 ++++ profiles/arch/x86/package.use.mask | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 55790a52e4cd..fa797cc69374 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Conrad Kostecki <[email protected]> (2022-07-19) +# www-servers/nginx currently only available on amd64/x86 +www-servers/nginx -nginx_modules_http_security + # James Le Cuirot <[email protected]> (2022-06-25) # Allow stack to be realigned for compatibility with older 32-bit binaries. sys-libs/glibc -stack-realign diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index ebd32a44985b..c02657e5b8d0 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Conrad Kostecki <[email protected]> (2022-07-19) +# www-servers/nginx requires keywording +www-servers/nginx nginx_modules_http_security + # media-libs/libxmp requires keywording media-sound/qmmp xmp diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 59a0d2bf7eae..5fab53c509a8 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Conrad Kostecki <[email protected]> (2022-07-19) +# www-servers/nginx currently only available on amd64/x86 +www-servers/nginx -nginx_modules_http_security + # James Le Cuirot <[email protected]> (2022-06-25) # Allow stack to be realigned for compatibility with older 32-bit binaries. sys-libs/glibc -stack-realign
