commit: 2922430f5d449fe0bc790aa06b427c08e13c779a Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Mon Sep 14 20:29:32 2015 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Mon Sep 14 20:34:31 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2922430f
Add profile masks for dev-db/mariadb new features Signed-off-by: Brian Evans <grknight <AT> gentoo.org> profiles/arch/alpha/package.use.mask | 4 ++++ profiles/arch/amd64/package.use.mask | 4 ++++ profiles/arch/ia64/package.use.mask | 4 ++++ profiles/arch/sparc/package.use.mask | 4 ++++ profiles/arch/x86/package.use.mask | 4 ++++ profiles/base/package.use.mask | 4 ++++ 6 files changed, 24 insertions(+) diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index 18473cc..db35cb3 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Brian Evans <[email protected] (14 Sep 2015) +# Mask new USE flags for mariadb which all arches do not yet have dependencies +>=dev-db/mariadb-10.1.0 innodb-snappy + # Alexandre Rostovtsev <[email protected]> (10 Sep 2015) # Requires wifi USE flag, which is masked for this arch net-misc/networkmanager wext diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 8e6c778..c3e72b4 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -18,6 +18,10 @@ #--- END OF EXAMPLES --- +# Brian Evans <[email protected] (14 Sep 2015) +# Unmask new USE flags for mariadb on supported arches +>=dev-db/mariadb-10.1.0 -mroonga -sst-xtrabackup -galera + # Mike Gilbert <[email protected]> (05 Sep 2015) # sys-boot/gnu-efi is not supported on all archs. sys-apps/systemd -gnuefi diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index 58512a2..8407377 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Brian Evans <[email protected] (14 Sep 2015) +# Mask new USE flags for mariadb which all arches do not yet have dependencies +>=dev-db/mariadb-10.1.0 innodb-snappy + # Alexandre Rostovtsev <[email protected]> (10 Sep 2015) # Requires wifi USE flag, which is masked for this arch net-misc/networkmanager wext diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 8f43e62..7427f2a 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Brian Evans <[email protected] (14 Sep 2015) +# Mask new USE flags for mariadb which all arches do not yet have dependencies +>=dev-db/mariadb-10.1.0 innodb-snappy + # Alexandre Rostovtsev <[email protected]> (10 Sep 2015) # Requires wifi USE flag, which is masked for this arch net-misc/networkmanager wext diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index c668421..be24ddf 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -4,6 +4,10 @@ # This file requires >=portage-2.1.1 +# Brian Evans <[email protected] (14 Sep 2015) +# Unmask new USE flags for mariadb on supported arches +>=dev-db/mariadb-10.1.0 -mroonga -sst-xtrabackup -galera + # Mike Gilbert <[email protected]> (05 Sep 2015) # sys-boot/gnu-efi is not supported on all archs. sys-apps/systemd -gnuefi diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 2eb04c8..6b56f07 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -5,6 +5,10 @@ # This file requires >=portage-2.1.1 # New entries go on top. +# Brian Evans <[email protected] (14 Sep 2015) +# Mask new USE flags for mariadb which all arches do not yet have dependencies +>=dev-db/mariadb-10.1.0 mroonga sst-xtrabackup galera + # Fabian Groffen <[email protected]> (08 Sep 2015) # GnuTLS support is currently broken/causes hang, bug #559834 # http://dev.mutt.org/trac/ticket/3772
