diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-12 17:58:32 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-12 18:06:11 +0200 |
commit | 9455fb6682b6b39ba009b8c4e6d00578333b3316 (patch) | |
tree | aa216125821eed5e9c4a2ffe81cc7450b80a0293 /profiles | |
parent | profiles: arm: package.use.mask dev-ruby/capybara[test] (diff) | |
download | gentoo-9455fb6682b6b39ba009b8c4e6d00578333b3316.tar.gz gentoo-9455fb6682b6b39ba009b8c4e6d00578333b3316.tar.bz2 gentoo-9455fb6682b6b39ba009b8c4e6d00578333b3316.zip |
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@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 6 | ||||
-rw-r--r-- | profiles/arch/x86/package.use.mask | 6 | ||||
-rw-r--r-- | 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 d34454e3a2bf..3be03a419114 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 <whissi@gentoo.org> (12 Oct 2018) +# www-client/firefox is available on amd64 +app-misc/tracker -firefox-bookmarks + # Michael Palimaka <kensington@gentoo.org> (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 0240dc6736ea..52a663bce3e7 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 <whissi@gentoo.org> (12 Oct 2018) +# www-client/firefox is available on x86 +app-misc/tracker -firefox-bookmarks + # Michael Palimaka <kensington@gentoo.org> (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 6cfe118fb8ae..7e924ab8db95 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 <whissi@gentoo.org> (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 <chithanh@gentoo.org> (06 Oct 2018) # address user visible breakage due to circular dependency #665008 =media-fonts/encodings-1.0.4-r3 X |