From 7894e19cf42f5195d20477745e59412dd8f84d6e Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Tue, 14 Feb 2017 18:00:10 +0100 Subject: 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(-) (limited to 'profiles') 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 (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 (04 Feb 2017) # dev-libs/snowball-stemmer not keyworded dev-libs/appstream-glib stemmer -- cgit v1.2.3-65-gdbad