diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2017-02-14 18:00:10 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2017-02-14 18:06:33 +0100 |
commit | 7894e19cf42f5195d20477745e59412dd8f84d6e (patch) | |
tree | 2bac723fb5a3893c69f0c961c0f7ca79ea61c747 /profiles | |
parent | www-servers/nginx: Bump to v1.11.10 mainline (diff) | |
download | gentoo-7894e19cf42f5195d20477745e59412dd8f84d6e.tar.gz gentoo-7894e19cf42f5195d20477745e59412dd8f84d6e.tar.bz2 gentoo-7894e19cf42f5195d20477745e59412dd8f84d6e.zip |
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.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/arm64/package.use.mask | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 5800a02f3295..77678bcb2aed 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 <whissi@gentoo.org> (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 <leio@gentoo.org> (04 Feb 2017) # dev-libs/snowball-stemmer not keyworded dev-libs/appstream-glib stemmer |