Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/x86/
Date: Tue, 25 May 2021 01:36:57
Message-Id: 1621906604.30bc77ab4f2ce3e7d3f9d6b017f9cbf5b78ffc60.whissi@gentoo
1 commit: 30bc77ab4f2ce3e7d3f9d6b017f9cbf5b78ffc60
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 25 01:35:55 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue May 25 01:36:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30bc77ab
7
8 profiles: dev-db/mariadb[columnstore] requires 64bit system
9
10 Link: https://github.com/MariaDB/server/commit/a16e3c326d25a6e30b9fc35ccf7ea8b4a4c61f64
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 profiles/arch/x86/package.use.mask | 4 ----
14 profiles/base/package.use.mask | 2 +-
15 2 files changed, 1 insertion(+), 5 deletions(-)
16
17 diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
18 index 147753a565c..443c60a57d1 100644
19 --- a/profiles/arch/x86/package.use.mask
20 +++ b/profiles/arch/x86/package.use.mask
21 @@ -51,10 +51,6 @@ sys-libs/compiler-rt-sanitizers -profile
22 # (See 9.3.8 in the Guile manual)
23 dev-scheme/guile -jit
24
25 -# Thomas Deutschmann <whissi@g.o> (2020-08-17)
26 -# Columnstore engine is supported on x86
27 -dev-db/mariadb -columnstore
28 -
29 # Thomas Deutschmann <whissi@g.o> (2020-07-27)
30 # media-video/pipewire:0/0.3 is available for x86
31 www-client/firefox -screencast
32
33 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
34 index 64814b857b4..447cc70189c 100644
35 --- a/profiles/base/package.use.mask
36 +++ b/profiles/base/package.use.mask
37 @@ -150,7 +150,7 @@ app-metrics/collectd collectd_plugins_onewire
38 sci-geosciences/qgis grass
39
40 # Thomas Deutschmann <whissi@g.o> (2020-08-17)
41 -# CMake checks will only allow on amd64 & x86
42 +# Only supported on 64bit systems, see storage/columnstore/CMakeLists.txt
43 dev-db/mariadb columnstore
44
45 # Michał Górny <mgorny@g.o> (2020-07-27)