diff options
author | Fabian Groffen <grobian@gentoo.org> | 2016-12-07 19:42:57 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2016-12-07 19:43:42 +0100 |
commit | c49f95b088cb5544f2c908ec5e33bcb7714defb0 (patch) | |
tree | cffa5e3cedc01437c10e8c9dad6f6a95b9a0b36d /profiles | |
parent | sys-apps/grep: Removed old. (diff) | |
download | gentoo-c49f95b088cb5544f2c908ec5e33bcb7714defb0.tar.gz gentoo-c49f95b088cb5544f2c908ec5e33bcb7714defb0.tar.bz2 gentoo-c49f95b088cb5544f2c908ec5e33bcb7714defb0.zip |
profiles: mask USE=notmuch for mail-client/mutt on arches lacking the keyword, bug #587560
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default/linux/arm/package.use.mask | 6 | ||||
-rw-r--r-- | profiles/default/linux/ia64/13.0/package.use.mask | 6 | ||||
-rw-r--r-- | profiles/default/linux/mips/package.use.mask | 7 | ||||
-rw-r--r-- | profiles/default/linux/powerpc/package.use.mask | 6 | ||||
-rw-r--r-- | profiles/default/linux/sparc/package.use.mask | 6 |
5 files changed, 27 insertions, 4 deletions
diff --git a/profiles/default/linux/arm/package.use.mask b/profiles/default/linux/arm/package.use.mask index 3f4060930181..8936c6023072 100644 --- a/profiles/default/linux/arm/package.use.mask +++ b/profiles/default/linux/arm/package.use.mask @@ -1,7 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ +# 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 diff --git a/profiles/default/linux/ia64/13.0/package.use.mask b/profiles/default/linux/ia64/13.0/package.use.mask index 6888cc7dc585..b1520f0c7963 100644 --- a/profiles/default/linux/ia64/13.0/package.use.mask +++ b/profiles/default/linux/ia64/13.0/package.use.mask @@ -1,7 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Fabian Groffen <grobian@gentoo.org> (07 Dec 2016) +# unkeyworded notmuch dependency, bug #587560 +mail-client/mutt notmuch + # Fabian Groffen <grobian@gentoo.org> (Sep 30, 2014) # redis needs dev-libs/hiredis, bug #489676 mail-mta/exim redis diff --git a/profiles/default/linux/mips/package.use.mask b/profiles/default/linux/mips/package.use.mask new file mode 100644 index 000000000000..4b8f88608600 --- /dev/null +++ b/profiles/default/linux/mips/package.use.mask @@ -0,0 +1,7 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Fabian Groffen <grobian@gentoo.org> (07 Dec 2016) +# unkeyworded notmuch dependency, bug #587560 +mail-client/mutt notmuch diff --git a/profiles/default/linux/powerpc/package.use.mask b/profiles/default/linux/powerpc/package.use.mask index e9df847e899b..e62de663cbbd 100644 --- a/profiles/default/linux/powerpc/package.use.mask +++ b/profiles/default/linux/powerpc/package.use.mask @@ -1,7 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Fabian Groffen <grobian@gentoo.org> (07 Dec 2016) +# unkeyworded notmuch dependency, bug #587560 +mail-client/mutt notmuch + # Mike Frysinger <vapier@gentoo.org> (21 Oct 2014) # This target supports ASAN/etc... #504200. sys-devel/gcc -sanitize diff --git a/profiles/default/linux/sparc/package.use.mask b/profiles/default/linux/sparc/package.use.mask index e9df847e899b..e62de663cbbd 100644 --- a/profiles/default/linux/sparc/package.use.mask +++ b/profiles/default/linux/sparc/package.use.mask @@ -1,7 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Fabian Groffen <grobian@gentoo.org> (07 Dec 2016) +# unkeyworded notmuch dependency, bug #587560 +mail-client/mutt notmuch + # Mike Frysinger <vapier@gentoo.org> (21 Oct 2014) # This target supports ASAN/etc... #504200. sys-devel/gcc -sanitize |