commit: 7894e19cf42f5195d20477745e59412dd8f84d6e Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Tue Feb 14 17:00:10 2017 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Tue Feb 14 17:06:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7894e19c
profiles: Adjust package.use.mask for www-server/nginx on arm64 - arm64 has no LUA support so we have to mask HTTP lua module (i.e. nginx_modules_http_lua USE flag). - jit on dev-libs/libpcre is masked on arm64 so we have to mask pcre-jit USE flag. profiles/arch/arm64/package.use.mask | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 5800a02f32..77678bcb2a 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,7 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Thomas Deutschmann <[email protected]> (14 Feb 2017) +# No lua keyworded for this arch yet +# libpcre jit is not (yet?) support on this arch +www-servers/nginx nginx_modules_http_lua pcre-jit + # Mart Raudsepp <[email protected]> (04 Feb 2017) # dev-libs/snowball-stemmer not keyworded dev-libs/appstream-glib stemmer
