Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/
Date: Sun, 31 Jan 2021 22:33:01
Message-Id: 1612132371.fe71f903d5afafcaa77619a96a550f3f817cdede.mgorny@gentoo
1 commit: fe71f903d5afafcaa77619a96a550f3f817cdede
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 31 21:42:06 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 31 22:32:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe71f903
7
8 profiles.desc: Mark prefix profiles exp due to broken $ARCH
9
10 The problem with inconsistent ${ARCH} value has not been resolved
11 since 2020-05-01 and is resulting in a large number of false positives
12 with pkgcheck. Switch the two Linux Standalone dev profiles
13 (kernel-3.2+) to exp to hide them from normal output.
14
15 Bug: https://bugs.gentoo.org/720224
16 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
17
18 profiles/profiles.desc | 4 ++--
19 1 file changed, 2 insertions(+), 2 deletions(-)
20
21 diff --git a/profiles/profiles.desc b/profiles/profiles.desc
22 index 56440e0a965..5e82725b083 100644
23 --- a/profiles/profiles.desc
24 +++ b/profiles/profiles.desc
25 @@ -279,10 +279,10 @@ ppc64-linux prefix/linux/ppc64le exp
26 x86-linux prefix/linux/x86 exp
27
28 # Linux Standalone Profiles
29 -amd64-linux default/linux/amd64/17.0/no-multilib/prefix/kernel-3.2+ dev
30 +amd64-linux default/linux/amd64/17.0/no-multilib/prefix/kernel-3.2+ exp
31 amd64-linux default/linux/amd64/17.0/no-multilib/prefix/kernel-2.6.32+ exp
32 amd64-linux default/linux/amd64/17.0/no-multilib/prefix/kernel-2.6.16+ exp
33 -amd64-linux default/linux/amd64/17.1/no-multilib/prefix/kernel-3.2+ dev
34 +amd64-linux default/linux/amd64/17.1/no-multilib/prefix/kernel-3.2+ exp
35 amd64-linux default/linux/amd64/17.1/no-multilib/prefix/kernel-2.6.32+ exp
36 amd64-linux default/linux/amd64/17.1/no-multilib/prefix/kernel-2.6.16+ exp
37 x86-linux default/linux/x86/17.0/prefix/kernel-3.2+ exp