profiles: Add arches.desc per GLEP 72
authorMichał Górny <mgorny@gentoo.org>
Fri, 24 Apr 2020 06:35:02 +0000 (08:35 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 29 Apr 2020 07:42:44 +0000 (09:42 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/arches.desc [new file with mode: 0644]

diff --git a/profiles/arches.desc b/profiles/arches.desc
new file mode 100644 (file)
index 0000000..cb185e0
--- /dev/null
@@ -0,0 +1,46 @@
+# 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           stable
+sparc          stable
+x86            stable
+
+# Prefix keywords
+ppc-aix                testing
+amd64-linux    testing
+arm-linux      testing
+arm64-linux    testing
+ppc64-linux    testing
+x86-linux      testing
+ppc-macos      testing
+x86-macos      testing
+x64-macos      testing
+m68k-mint      testing
+sparc-solaris  testing
+sparc64-solaris        testing
+x64-solaris    testing
+x86-solaris    testing
+x64-winnt      testing
+x86-winnt      testing
+x64-cygwin     testing
+x86-cygwin     testing
+
+# vim: set ts=8 noet ft=conf: