From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 80920139694 for ; Tue, 14 Feb 2017 17:06:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D420B21C073; Tue, 14 Feb 2017 17:06:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AFE1221C073 for ; Tue, 14 Feb 2017 17:06:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7690B34105A for ; Tue, 14 Feb 2017 17:06:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4EFA47C0 for ; Tue, 14 Feb 2017 17:06:40 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1487091993.7894e19cf42f5195d20477745e59412dd8f84d6e.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/arm64/package.use.mask X-VCS-Directories: profiles/arch/arm64/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 7894e19cf42f5195d20477745e59412dd8f84d6e X-VCS-Branch: master Date: Tue, 14 Feb 2017 17:06:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 88a2078a-c24e-4c24-a66b-d872e4183ad2 X-Archives-Hash: ebf4734e128a39fcd9d882196b39bd83 commit: 7894e19cf42f5195d20477745e59412dd8f84d6e Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Feb 14 17:00:10 2017 +0000 Commit: Thomas Deutschmann gentoo 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 (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