Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/ppc/, profiles/arch/ppc64/
Date: Fri, 02 Sep 2022 16:46:02
Message-Id: 1662137153.f596ff286cf9a392b786a6be7583a5e58f3b58ec.grozin@gentoo
1 commit: f596ff286cf9a392b786a6be7583a5e58f3b58ec
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 2 16:44:40 2022 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 16:45:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f596ff28
7
8 profiles/arch: mask capstone USE flag in dev-lisp/sbcl in ppc and ppc64
9
10 Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
11
12 profiles/arch/ppc/package.use.mask | 6 ++++++
13 profiles/arch/ppc64/package.use.mask | 6 ++++++
14 2 files changed, 12 insertions(+)
15
16 diff --git a/profiles/arch/ppc/package.use.mask b/profiles/arch/ppc/package.use.mask
17 new file mode 100644
18 index 000000000000..47c850991014
19 --- /dev/null
20 +++ b/profiles/arch/ppc/package.use.mask
21 @@ -0,0 +1,6 @@
22 +# Copyright 1999-2022 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +# Andrey Grozin <grozin@g.o> (2022-09-02)
26 +# dev-libs/capstone not keyworded
27 +dev-lisp/sbcl capstone
28
29 diff --git a/profiles/arch/ppc64/package.use.mask b/profiles/arch/ppc64/package.use.mask
30 new file mode 100644
31 index 000000000000..47c850991014
32 --- /dev/null
33 +++ b/profiles/arch/ppc64/package.use.mask
34 @@ -0,0 +1,6 @@
35 +# Copyright 1999-2022 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +# Andrey Grozin <grozin@g.o> (2022-09-02)
39 +# dev-libs/capstone not keyworded
40 +dev-lisp/sbcl capstone