Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH] profiles: Add arches.desc per GLEP 72
Date: Fri, 24 Apr 2020 06:35:49
Message-Id: 20200424063517.138334-1-mgorny@gentoo.org
1 Signed-off-by: Michał Górny <mgorny@g.o>
2 ---
3 profiles/arches.desc | 46 ++++++++++++++++++++++++++++++++++++++++++++
4 1 file changed, 46 insertions(+)
5 create mode 100644 profiles/arches.desc
6
7 diff --git a/profiles/arches.desc b/profiles/arches.desc
8 new file mode 100644
9 index 000000000000..cb185e0c9e5b
10 --- /dev/null
11 +++ b/profiles/arches.desc
12 @@ -0,0 +1,46 @@
13 +# This file specifies keyword level for profiles
14 +# https://www.gentoo.org/glep/glep-0072.html
15 +#
16 +# arch stability
17 +#
18 +# stability is one of:
19 +# - stable: uses stable keywords and has consistent stable tree
20 +# - transitional: uses stable keywords but only ~arch is consistent
21 +# - testing: uses only ~arch keywords
22 +
23 +alpha testing
24 +amd64 stable
25 +arm stable
26 +arm64 stable
27 +hppa stable
28 +ia64 testing
29 +m68k testing
30 +mips testing
31 +ppc stable
32 +ppc64 stable
33 +riscv testing
34 +s390 stable
35 +sparc stable
36 +x86 stable
37 +
38 +# Prefix keywords
39 +ppc-aix testing
40 +amd64-linux testing
41 +arm-linux testing
42 +arm64-linux testing
43 +ppc64-linux testing
44 +x86-linux testing
45 +ppc-macos testing
46 +x86-macos testing
47 +x64-macos testing
48 +m68k-mint testing
49 +sparc-solaris testing
50 +sparc64-solaris testing
51 +x64-solaris testing
52 +x86-solaris testing
53 +x64-winnt testing
54 +x86-winnt testing
55 +x64-cygwin testing
56 +x86-cygwin testing
57 +
58 +# vim: set ts=8 noet ft=conf:
59 --
60 2.26.2