commit: 8f1090e880e1ae850f538ec388d08c352e5e5354 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Wed Feb 20 22:32:19 2019 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Wed Feb 20 22:32:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f1090e8
profiles/hardened/linux/arm: deprecate in favour of 17.0 profiles Use default/linux/arm/17.0/armv6j default/linux/arm/17.0/armv7a instead. Note: these are vanilla profiles and thus have a few hardened-specific USE-flags disabled. Bug: https://bugs.gentoo.org/673276 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> profiles/hardened/linux/arm/armv6j/deprecated | 1 + profiles/hardened/linux/arm/armv7a/deprecated | 1 + 2 files changed, 2 insertions(+) diff --git a/profiles/hardened/linux/arm/armv6j/deprecated b/profiles/hardened/linux/arm/armv6j/deprecated new file mode 100644 index 00000000000..21a020f5259 --- /dev/null +++ b/profiles/hardened/linux/arm/armv6j/deprecated @@ -0,0 +1 @@ +default/linux/arm/17.0/armv6j diff --git a/profiles/hardened/linux/arm/armv7a/deprecated b/profiles/hardened/linux/arm/armv7a/deprecated new file mode 100644 index 00000000000..2063c2646bd --- /dev/null +++ b/profiles/hardened/linux/arm/armv7a/deprecated @@ -0,0 +1 @@ +default/linux/arm/17.0/armv7a
