commit: cb39bd5a42d7ec60c07cda5a79023a774713e9f9 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Wed Feb 20 22:45:21 2019 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Wed Feb 20 22:45:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb39bd5a
profiles/hardened/linux/powerpc: deprecate in favour of 17.0 profiles Use default/linux/powerpc/ppc32/17.0 default/linux/powerpc/ppc64/17.0/32bit-userland default/linux/powerpc/ppc64/17.0/64bit-userland 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/powerpc/ppc32/deprecated | 1 + profiles/hardened/linux/powerpc/ppc64/32bit-userland/deprecated | 1 + profiles/hardened/linux/powerpc/ppc64/64bit-userland/deprecated | 1 + 3 files changed, 3 insertions(+) diff --git a/profiles/hardened/linux/powerpc/ppc32/deprecated b/profiles/hardened/linux/powerpc/ppc32/deprecated new file mode 100644 index 00000000000..92936545194 --- /dev/null +++ b/profiles/hardened/linux/powerpc/ppc32/deprecated @@ -0,0 +1 @@ +default/linux/powerpc/ppc32/17.0 diff --git a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/deprecated b/profiles/hardened/linux/powerpc/ppc64/32bit-userland/deprecated new file mode 100644 index 00000000000..af483b2343a --- /dev/null +++ b/profiles/hardened/linux/powerpc/ppc64/32bit-userland/deprecated @@ -0,0 +1 @@ +default/linux/powerpc/ppc64/17.0/32bit-userland diff --git a/profiles/hardened/linux/powerpc/ppc64/64bit-userland/deprecated b/profiles/hardened/linux/powerpc/ppc64/64bit-userland/deprecated new file mode 100644 index 00000000000..828f4a3d5bf --- /dev/null +++ b/profiles/hardened/linux/powerpc/ppc64/64bit-userland/deprecated @@ -0,0 +1 @@ +default/linux/powerpc/ppc64/17.0/64bit-userland
