diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-04-15 11:25:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-04-15 11:31:34 +0200 |
commit | 989a661ac8ac58c2cb07b035047ca2b169064ff3 (patch) | |
tree | 0684027da28641384e320e0717ec5a1acaaa0793 | |
parent | games-arcade/balloonchase: Drop old (diff) | |
download | gentoo-989a661ac8ac58c2cb07b035047ca2b169064ff3.tar.gz gentoo-989a661ac8ac58c2cb07b035047ca2b169064ff3.tar.bz2 gentoo-989a661ac8ac58c2cb07b035047ca2b169064ff3.zip |
profiles: Move unkeyworded dep masks to arch/arm
Move package USE flag masks related to unkeyworded dependencies
from default/linux/arm to arch/arm where they belong. This may fix
the issues in Hardened profiles.
-rw-r--r-- | profiles/arch/arm/package.use.mask | 6 | ||||
-rw-r--r-- | profiles/default/linux/arm/package.use.mask | 14 |
2 files changed, 7 insertions, 13 deletions
diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index e06cdda58c25..738bca79d0d9 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <mgorny@gentoo.org> (15 Apr 2018) +# Unkeyworded dep masks moved from default/linux. +app-admin/diamond mongo +net-libs/gnutls test-full +mail-client/mutt notmuch + # Andreas Sturmlechner <asturm@gentoo.org> (02 Mar 2018) # Requires unkeyworded deps >=dev-python/ipython-5.4.1 notebook qt5 smp diff --git a/profiles/default/linux/arm/package.use.mask b/profiles/default/linux/arm/package.use.mask index d56d8e14fde7..8ffe4ce97572 100644 --- a/profiles/default/linux/arm/package.use.mask +++ b/profiles/default/linux/arm/package.use.mask @@ -1,18 +1,6 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# Fabian Groffen <grobian@gentoo.org> (17 Sep 2017) -# needs dev-db/mongodb (unkeyworded) -app-admin/diamond mongo - -# Alon Bar-Lev <alonbl@gentoo.org> (01 Jan 2017) -# unkeyworded -net-libs/gnutls test-full - -# Fabian Groffen <grobian@gentoo.org> (07 Dec 2016) -# unkeyworded notmuch dependency, bug #587560 -mail-client/mutt notmuch - # Mike Frysinger <vapier@gentoo.org> (08 May 2016) # This target supports VTV #547040. >=sys-devel/gcc-6 -vtv |