diff options
author | Magnus Granberg <zorry@gentoo.org> | 2018-01-30 02:07:57 +0100 |
---|---|---|
committer | Magnus Granberg <zorry@gentoo.org> | 2018-01-30 02:09:17 +0100 |
commit | c9483bd9f5942f09961575193fcd121e594372d6 (patch) | |
tree | bcff53a50d7ce565478fbf221457fca5ac6815ea /profiles | |
parent | Revert "sys-libs/timezone-data: fix install on prefix systems #645634" (diff) | |
download | gentoo-c9483bd9f5942f09961575193fcd121e594372d6.tar.gz gentoo-c9483bd9f5942f09961575193fcd121e594372d6.tar.bz2 gentoo-c9483bd9f5942f09961575193fcd121e594372d6.zip |
profiles: add hardened x86 on 17.0
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default/linux/x86/17.0/hardened/eapi | 1 | ||||
-rw-r--r-- | profiles/default/linux/x86/17.0/hardened/parent | 2 | ||||
-rw-r--r-- | profiles/features/hardened/package.use | 2 | ||||
-rw-r--r-- | profiles/features/hardened/x86/eapi | 1 | ||||
-rw-r--r-- | profiles/features/hardened/x86/make.defaults | 4 | ||||
-rw-r--r-- | profiles/features/hardened/x86/parent | 1 | ||||
-rw-r--r-- | profiles/profiles.desc | 1 |
7 files changed, 11 insertions, 1 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 000000000000..7ed6ff82de6b --- /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 000000000000..40a1173682f5 --- /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 97fd35ef32aa..7068f81e3053 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 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/features/hardened/x86/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/features/hardened/x86/make.defaults b/profiles/features/hardened/x86/make.defaults new file mode 100644 index 000000000000..bc6776d156e2 --- /dev/null +++ b/profiles/features/hardened/x86/make.defaults @@ -0,0 +1,4 @@ +# Copyright 1999-2018 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 + +USE="pic" diff --git a/profiles/features/hardened/x86/parent b/profiles/features/hardened/x86/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/features/hardened/x86/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/profiles.desc b/profiles/profiles.desc index e6fe238b8a6b..8bdfb1d1dd93 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 |