summaryrefslogtreecommitdiff
blob: 3159347e91f0605c0fe61797fe4f1374e2c6c62d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# This file specifies keyword level for profiles
# https://www.gentoo.org/glep/glep-0072.html
#
# arch		stability
#
# stability is one of:
# - stable: uses stable keywords and has consistent stable tree
# - transitional: uses stable keywords but only ~arch is consistent
# - testing: uses only ~arch keywords

alpha		testing
amd64		stable
arm		stable
arm64		stable
hppa		stable
ia64		testing
m68k		testing
mips		testing
ppc		stable
ppc64		stable
riscv		testing
s390		testing
sparc		stable
x86		stable

# Prefix keywords
arm-linux	testing
arm64-linux	testing
ppc64-linux	testing
x86-linux	testing
arm64-macos	testing
ppc-macos	testing
x64-macos	testing
sparc-solaris	testing
sparc64-solaris	testing
x64-solaris	testing
x86-solaris	testing
x64-winnt	testing
x86-winnt	testing
x64-cygwin	testing

# vim: set ts=8 noet ft=conf:

# Local Variables:
# mode: conf-space
# tab-width: 8
# indent-tabs-mode: t
# End: