commit:     6afb91b375211aad29916d091ac962d272fe6e48
Author:     Bob Dröge <b.e.droge <AT> rug <DOT> nl>
AuthorDate: Wed Apr 12 07:42:44 2023 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Wed Apr 12 14:05:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6afb91b3

profiles/prefix/linux: add arm64 profile

Closes: https://bugs.gentoo.org/892876
Closes: https://github.com/gentoo/gentoo/pull/30568

Signed-off-by: Bob Dröge <b.e.droge <AT> rug.nl>
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>

 profiles/prefix/linux/arm64/eapi          | 1 +
 profiles/prefix/linux/arm64/make.defaults | 7 +++++++
 profiles/prefix/linux/arm64/parent        | 2 ++
 3 files changed, 10 insertions(+)

diff --git a/profiles/prefix/linux/arm64/eapi b/profiles/prefix/linux/arm64/eapi
new file mode 100644
index 000000000000..7ed6ff82de6b
--- /dev/null
+++ b/profiles/prefix/linux/arm64/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/prefix/linux/arm64/make.defaults 
b/profiles/prefix/linux/arm64/make.defaults
new file mode 100644
index 000000000000..dbdb99b26ae0
--- /dev/null
+++ b/profiles/prefix/linux/arm64/make.defaults
@@ -0,0 +1,7 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+ARCH="arm64"
+
+# The base profile sets ACCEPT_KEYWORDS=arm64, add unstable on top of that
+ACCEPT_KEYWORDS="~arm64"

diff --git a/profiles/prefix/linux/arm64/parent 
b/profiles/prefix/linux/arm64/parent
new file mode 100644
index 000000000000..41057b56ddf9
--- /dev/null
+++ b/profiles/prefix/linux/arm64/parent
@@ -0,0 +1,2 @@
+../../../default/linux/arm64/17.0
+..

Reply via email to