commit: c3ae070037b42c89cc7ce9b2ec6e4bce6950c44a Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Fri Aug 26 14:16:17 2016 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Fri Aug 26 14:39:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3ae0700
profiles: Mask numa USE for dev-db/percona-server for all but amd64, ia64, powerpc and x86 profiles/arch/amd64/package.use.mask | 4 ++++ profiles/arch/ia64/package.use.mask | 4 ++++ profiles/arch/powerpc/package.use.mask | 4 ++++ profiles/arch/x86/package.use.mask | 4 ++++ profiles/base/package.use.mask | 4 ++++ 5 files changed, 20 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 50d31af..aa560c7 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -18,6 +18,10 @@ #--- END OF EXAMPLES --- +# Thomas Deutschmann <[email protected]> (26 Aug 2016) +# Enable numa support on supported architectures +dev-db/percona-server -numa + # Brian Evans <[email protected]> (23 Aug 2016) # It's only supported on amd64 dev-db/percona-server -tokudb -tokudb-backup-plugin diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index c876ef5..6bb8be7 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$ +# Thomas Deutschmann <[email protected]> (26 Aug 2016) +# Enable numa support on supported architectures +dev-db/percona-server -numa + # Gilles Dartiguelongue <[email protected]> (23 Aug 2016) # Missing keywords on media-libs/grilo - bug #521972 media-sound/rhythmbox upnp-av diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask index a31e80e..9bd233a 100644 --- a/profiles/arch/powerpc/package.use.mask +++ b/profiles/arch/powerpc/package.use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Thomas Deutschmann <[email protected]> (26 Aug 2016) +# Enable numa support on supported architectures +dev-db/percona-server -numa + # Pacho Ramos <[email protected]> (21 Aug 2016) # gnat-gpl is being removed, bug #514074 mail-client/alpine topal diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 938d5de..368d17b 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 +# Thomas Deutschmann <[email protected]> (26 Aug 2016) +# Enable numa support on supported architectures +dev-db/percona-server -numa + # Brian Evans <[email protected]> (18 Aug 2016) # Allow jdbc on this arch dev-db/mariadb -jdbc diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index fd827e1..6837d50 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. +# Thomas Deutschmann <[email protected]> (26 Aug 2016) +# It's only supported on amd64, ia64, powerpc and x86 +dev-db/percona-server numa + # Brian Evans <[email protected]> (23 Aug 2016) # It's only supported on amd64 dev-db/percona-server tokudb tokudb-backup-plugin
