Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/musl/
Date: Thu, 06 Jan 2022 18:35:50
Message-Id: 1641494138.404602ff1f0ac4d84c877b976a9a5e0961962eb5.sam@gentoo
1 commit: 404602ff1f0ac4d84c877b976a9a5e0961962eb5
2 Author: Marco Genasci <fedeliallalinea <AT> gmail <DOT> com>
3 AuthorDate: Thu Jan 6 07:42:09 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 6 18:35:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=404602ff
7
8 profiles/features/musl: mask dev-db/oracle-instantclient
9
10 Closes: https://bugs.gentoo.org/830659
11 Signed-off-by: Marco Genasci <fedeliallalinea <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/23671
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 profiles/features/musl/package.mask | 11 +++++++++++
16 profiles/features/musl/package.use.mask | 6 ++++++
17 profiles/features/musl/use.mask | 4 ++++
18 3 files changed, 21 insertions(+)
19
20 diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask
21 index ff943b3fb1dc..18d210fb4f00 100644
22 --- a/profiles/features/musl/package.mask
23 +++ b/profiles/features/musl/package.mask
24 @@ -1,6 +1,17 @@
25 # Copyright 1999-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 +# Marco Genasci <fedeliallalinea@×××××.com> (2022-01-06)
29 +# dev-db/oracle-instantclient package linked against glibc,
30 +# and the other packages depends on it.
31 +dev-db/oracle-instantclient
32 +dev-db/oracle-instantclient-basic
33 +dev-db/oracle-instantclient-jdbc
34 +dev-db/oracle-instantclient-odbc
35 +dev-db/oracle-instantclient-sqlplus
36 +dev-db/ocp
37 +dev-db/sqlcl-bin
38 +
39 # Andrew Ammerlaan <andrewammerlaan@g.o> (2022-01-05)
40 # Binary package linked to glibc
41 app-text/zotero-bin
42
43 diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask
44 index cc070165402e..85111fc57dfe 100644
45 --- a/profiles/features/musl/package.use.mask
46 +++ b/profiles/features/musl/package.use.mask
47 @@ -1,6 +1,12 @@
48 # Copyright 1999-2022 Gentoo Authors
49 # Distributed under the terms of the GNU General Public License v2
50
51 +# Marco Genasci <fedeliallalinea@×××××.com> (2022-01-06)
52 +# Pulls dev-db/oracle-instantclient which doesn't work on musl
53 +app-metrics/collectd collectd_plugins_oracle
54 +dev-lang/php oci8-instant-client
55 +dev-qt/qtsql oci8
56 +
57 # Ulrich Müller <ulm@g.o> (2022-01-04)
58 # musl iconv doesn't know about shift-jis which is needed for Japanese
59 # documentation (bug #830436)
60
61 diff --git a/profiles/features/musl/use.mask b/profiles/features/musl/use.mask
62 index 394d12cd2af2..e6af2dddd757 100644
63 --- a/profiles/features/musl/use.mask
64 +++ b/profiles/features/musl/use.mask
65 @@ -5,6 +5,10 @@
66 -elibc_musl
67 elibc_glibc
68
69 +# Marco Genasci <fedeliallalinea@×××××.com> (2022-01-06)
70 +# Pulls dev-db/oracle-instantclient which doesn't work on musl
71 +oracle
72 +
73 # Musl doesn't have support for utmp/wtmp by design
74 utmp
75 wtmp