commit: c9483bd9f5942f09961575193fcd121e594372d6 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org> AuthorDate: Tue Jan 30 01:07:57 2018 +0000 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org> CommitDate: Tue Jan 30 01:09:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9483bd9
profiles: add hardened x86 on 17.0 profiles/default/linux/x86/17.0/hardened/eapi | 1 + profiles/default/linux/x86/17.0/hardened/parent | 2 ++ profiles/features/hardened/package.use | 2 +- profiles/features/hardened/x86/eapi | 1 + profiles/features/hardened/{package.use => x86/make.defaults} | 5 ++--- profiles/features/hardened/x86/parent | 1 + profiles/profiles.desc | 1 + 7 files changed, 9 insertions(+), 4 deletions(-) diff --git a/profiles/default/linux/x86/17.0/hardened/eapi b/profiles/default/linux/x86/17.0/hardened/eapi new file mode 100644 index 00000000000..7ed6ff82de6 --- /dev/null +++ b/profiles/default/linux/x86/17.0/hardened/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/x86/17.0/hardened/parent b/profiles/default/linux/x86/17.0/hardened/parent new file mode 100644 index 00000000000..40a1173682f --- /dev/null +++ b/profiles/default/linux/x86/17.0/hardened/parent @@ -0,0 +1,2 @@ +.. +../../../../../features/hardened/x86 diff --git a/profiles/features/hardened/package.use b/profiles/features/hardened/package.use index 97fd35ef32a..7068f81e305 100644 --- a/profiles/features/hardened/package.use +++ b/profiles/features/hardened/package.use @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 dev-lang/python gdbm diff --git a/profiles/features/hardened/x86/eapi b/profiles/features/hardened/x86/eapi new file mode 100644 index 00000000000..7ed6ff82de6 --- /dev/null +++ b/profiles/features/hardened/x86/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/features/hardened/package.use b/profiles/features/hardened/x86/make.defaults similarity index 52% copy from profiles/features/hardened/package.use copy to profiles/features/hardened/x86/make.defaults index 97fd35ef32a..bc6776d156e 100644 --- a/profiles/features/hardened/package.use +++ b/profiles/features/hardened/x86/make.defaults @@ -1,5 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -dev-lang/python gdbm - +USE="pic" diff --git a/profiles/features/hardened/x86/parent b/profiles/features/hardened/x86/parent new file mode 100644 index 00000000000..f3229c5b987 --- /dev/null +++ b/profiles/features/hardened/x86/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/profiles.desc b/profiles/profiles.desc index e6fe238b8a6..8bdfb1d1dd9 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -248,6 +248,7 @@ x86 default/linux/x86/13.0/developer stable x86 default/linux/x86/13.0/systemd stable x86 default/linux/x86/17.0 stable x86 default/linux/x86/17.0/selinux dev +x86 default/linux/x86/17.0/hardened dev x86 default/linux/x86/17.0/desktop stable x86 default/linux/x86/17.0/desktop/gnome stable x86 default/linux/x86/17.0/desktop/gnome/systemd stable