commit:     f4ea0c503d96cb83e10fc8f1ad1b35acae8603ed
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 01:21:25 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 01:22:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ea0c50

profiles: Allow dev-db/mariadb[columnstore] on amd64/x86

Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 profiles/arch/amd64/package.use.mask | 4 ++++
 profiles/arch/x86/package.use.mask   | 4 ++++
 profiles/base/package.use.mask       | 4 ++++
 3 files changed, 12 insertions(+)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 725770217af..1d1e0e2c09b 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Thomas Deutschmann <[email protected]> (2020-08-17)
+# Columnstore engine is supported on amd64
+dev-db/mariadb -columnstore
+
 # Thomas Deutschmann <[email protected]> (2020-07-27)
 # media-video/pipewire:0/0.3 is available for amd64
 www-client/firefox -screencast

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index c2c79b2e687..bc0c051f840 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Thomas Deutschmann <[email protected]> (2020-08-17)
+# Columnstore engine is supported on x86
+dev-db/mariadb -columnstore
+
 # Thomas Deutschmann <[email protected]> (2020-07-27)
 # media-video/pipewire:0/0.3 is available for x86
 www-client/firefox -screencast

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 1590338f2d5..d428ebc98f1 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Thomas Deutschmann <[email protected]> (2020-08-17)
+# CMake checks will only allow on amd64 & x86
+dev-db/mariadb columnstore
+
 # Michał Górny <[email protected]> (2020-08-16)
 # dev-python/pyminuit is being removed.
 sci-visualization/veusz minuit

Reply via email to