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 EBEE9138334 for ; Fri, 12 Oct 2018 16:06:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 735E5E091D; Fri, 12 Oct 2018 16:06:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3110CE091D for ; Fri, 12 Oct 2018 16:06:24 +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 F1575335D04 for ; Fri, 12 Oct 2018 16:06:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37E28438 for ; Fri, 12 Oct 2018 16:06:20 +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: <1539360371.9455fb6682b6b39ba009b8c4e6d00578333b3316.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/amd64/, profiles/arch/x86/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/amd64/package.use.mask profiles/arch/x86/package.use.mask profiles/base/package.use.mask X-VCS-Directories: profiles/arch/amd64/ profiles/base/ profiles/arch/x86/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 9455fb6682b6b39ba009b8c4e6d00578333b3316 X-VCS-Branch: master Date: Fri, 12 Oct 2018 16:06:20 +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: 5084e238-084d-4df4-83e2-82a900e562ba X-Archives-Hash: 000a4d0fa069e24df6583036db25634c commit: 9455fb6682b6b39ba009b8c4e6d00578333b3316 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Oct 12 15:58:32 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Oct 12 16:06:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9455fb66 profiles: Mask app-misc/tracker[firefox-bookmarks] and unmask per ARCH www-client/firefox isn't available on all architectures anymore due to Rust requirement. Therefore we have to mask USE=firefox-bookmarks and unmask per architecture where www-client/firefox is already available. Signed-off-by: Thomas Deutschmann gentoo.org> profiles/arch/amd64/package.use.mask | 6 +++++- profiles/arch/x86/package.use.mask | 6 +++++- profiles/base/package.use.mask | 5 +++++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index d34454e3a2b..3be03a41911 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # When you add an entry to the top of this file, add your name, the date, and @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Thomas Deutschmann (12 Oct 2018) +# www-client/firefox is available on amd64 +app-misc/tracker -firefox-bookmarks + # Michael Palimaka (12 Oct 2018) # Unmask arch-specific USE flags available on amd64 net-analyzer/testssl -bundled-openssl -kerberos diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 0240dc6736e..52a663bce3e 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,8 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file requires >=portage-2.1.1 +# Thomas Deutschmann (12 Oct 2018) +# www-client/firefox is available on x86 +app-misc/tracker -firefox-bookmarks + # Michael Palimaka (12 Oct 2018) # Unmask arch-specific USE flag available on x86 net-analyzer/testssl -bundled-openssl diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 6cfe118fb8a..7e924ab8db9 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Thomas Deutschmann (12 Oct 2018) +# Requires www-client/firefox which isn't available on all architectures +# yet, unmask per arch +app-misc/tracker firefox-bookmarks + # Chí-Thanh Christopher Nguyễn (06 Oct 2018) # address user visible breakage due to circular dependency #665008 =media-fonts/encodings-1.0.4-r3 X