commit: ccbcf350a861f063b4ac1b0ccfbd39dfb3c9ed9f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Apr 15 09:30:43 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Apr 15 09:31:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccbcf350
profiles: Move unkeyworded dep masks to arch/ia64 Move package.use.mask entries for unkeyworded dependencies from default/linux/ia64/* to arch/ia64. profiles/arch/ia64/package.use.mask | 7 ++++++- profiles/default/linux/ia64/13.0/package.use.mask | 11 ----------- profiles/default/linux/ia64/17.0/package.use.mask | 11 ----------- 3 files changed, 6 insertions(+), 23 deletions(-) diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index 3309af8f0a5..744c3d4e7dd 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -1,6 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (15 Apr 2018) +# Unkeyworded dep masks moved from default/linux/ia64 tree. +mail-client/mutt notmuch +mail-mta/exim redis + # Sergei Trofimovich <[email protected]> (18 Mar 2018) # Many unkeyworded rails deps, bug #650642 net-analyzer/wireshark doc diff --git a/profiles/default/linux/ia64/13.0/package.use.mask b/profiles/default/linux/ia64/13.0/package.use.mask deleted file mode 100644 index 204ee168038..00000000000 --- a/profiles/default/linux/ia64/13.0/package.use.mask +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# Fabian Groffen <[email protected]> (07 Dec 2016) -# unkeyworded notmuch dependency, bug #587560 -mail-client/mutt notmuch - -# Fabian Groffen <[email protected]> (Sep 30, 2014) -# redis needs dev-libs/hiredis, bug #489676 -mail-mta/exim redis - diff --git a/profiles/default/linux/ia64/17.0/package.use.mask b/profiles/default/linux/ia64/17.0/package.use.mask deleted file mode 100644 index 204ee168038..00000000000 --- a/profiles/default/linux/ia64/17.0/package.use.mask +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# Fabian Groffen <[email protected]> (07 Dec 2016) -# unkeyworded notmuch dependency, bug #587560 -mail-client/mutt notmuch - -# Fabian Groffen <[email protected]> (Sep 30, 2014) -# redis needs dev-libs/hiredis, bug #489676 -mail-mta/exim redis -
