commit: 9455fb6682b6b39ba009b8c4e6d00578333b3316 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Fri Oct 12 15:58:32 2018 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> 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 <whissi <AT> 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 <[email protected]> (12 Oct 2018) +# www-client/firefox is available on amd64 +app-misc/tracker -firefox-bookmarks + # Michael Palimaka <[email protected]> (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 <[email protected]> (12 Oct 2018) +# www-client/firefox is available on x86 +app-misc/tracker -firefox-bookmarks + # Michael Palimaka <[email protected]> (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 <[email protected]> (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 <[email protected]> (06 Oct 2018) # address user visible breakage due to circular dependency #665008 =media-fonts/encodings-1.0.4-r3 X
