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 85B4D138334 for ; Sat, 28 Dec 2019 03:46:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6565E0AB0; Sat, 28 Dec 2019 03:46:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 985BDE0AB0 for ; Sat, 28 Dec 2019 03:46:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 49DAC34DC19 for ; Sat, 28 Dec 2019 03:46:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35E1037 for ; Sat, 28 Dec 2019 03:46:41 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1577504753.0f519d53c69f3c35a39b24c965c4b644e63abab2.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/arm64/use.mask profiles/arch/arm64/use.stable.mask X-VCS-Directories: profiles/arch/arm64/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 0f519d53c69f3c35a39b24c965c4b644e63abab2 X-VCS-Branch: master Date: Sat, 28 Dec 2019 03:46:41 +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: ed113569-6166-443f-b20d-6aaa034ddf36 X-Archives-Hash: 19cf4fe3f9bc1ec1d678444092dd00a1 commit: 0f519d53c69f3c35a39b24c965c4b644e63abab2 Author: Aaron Bauman gentoo org> AuthorDate: Sat Dec 28 03:45:53 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Dec 28 03:45:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f519d53 arm64/use.mask: move mask for libglvnd to use.stable.mask * media-libs/libglvnd is now keyworded Signed-off-by: Aaron Bauman gentoo.org> profiles/arch/arm64/use.mask | 4 ---- profiles/arch/arm64/use.stable.mask | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask index bd7ee0ffd9b..21d730d54cd 100644 --- a/profiles/arch/arm64/use.mask +++ b/profiles/arch/arm64/use.mask @@ -9,10 +9,6 @@ # A neon64 USE is being discussed cpu_flags_arm_neon -# Matt Turner (2019-12-05) -# media-libs/libglvnd is not keyworded -libglvnd - # Unmask arm specific USE flags -cpu_flags_arm_v4 -cpu_flags_arm_v4 diff --git a/profiles/arch/arm64/use.stable.mask b/profiles/arch/arm64/use.stable.mask index 10623ef3569..f630e7096cf 100644 --- a/profiles/arch/arm64/use.stable.mask +++ b/profiles/arch/arm64/use.stable.mask @@ -4,6 +4,10 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Aaron Bauman (2019-12-27) +# not stable yet +media-libs/libglvnd + # Aaron Bauman (2019-05-20) # Does not build on arm64 ocamlopt