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 16A90138334 for ; Mon, 26 Aug 2019 18:07:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B4A7E0821; Mon, 26 Aug 2019 18:07:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D443FE0821 for ; Mon, 26 Aug 2019 18:07:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C639834A2D1 for ; Mon, 26 Aug 2019 18:07:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E805B622 for ; Mon, 26 Aug 2019 18:07:09 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1566842813.faad3fb3cf8fb45a5e4f31a1b1e0a08b6a2f9b4e.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/sparc/64ul/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/sparc/64ul/package.use.mask X-VCS-Directories: profiles/arch/sparc/64ul/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: faad3fb3cf8fb45a5e4f31a1b1e0a08b6a2f9b4e X-VCS-Branch: master Date: Mon, 26 Aug 2019 18:07:09 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 504ae126-20cc-4e46-99ba-9740e3325481 X-Archives-Hash: 660fb91d6f759c34776463e858a7dd23 commit: faad3fb3cf8fb45a5e4f31a1b1e0a08b6a2f9b4e Author: Matt Turner gentoo org> AuthorDate: Mon Aug 26 18:06:17 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Aug 26 18:06:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faad3fb3 profiles: Mask libpcre2's jit USE flag on 64-bit sparc Signed-off-by: Matt Turner gentoo.org> profiles/arch/sparc/64ul/package.use.mask | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/arch/sparc/64ul/package.use.mask b/profiles/arch/sparc/64ul/package.use.mask index 6facbc35d89..b0792becdce 100644 --- a/profiles/arch/sparc/64ul/package.use.mask +++ b/profiles/arch/sparc/64ul/package.use.mask @@ -1,6 +1,15 @@ # Copyright 2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Matt Turner (2019-08-26) +# Upstream Git is switching to PCRE2 w/ JIT. +# This is not available on some arches, where a fallback to PCRE1 without JIT is used. +dev-vcs/git pcre-jit + +# Matt Turner (2019-08-26) +# jit not supported on sparc64 +dev-libs/libpcre2 jit + # Matt Turner (2019-08-26) # Falis to build on 64-bit userland dev-libs/openssl asm