diff options
author | Magnus Granberg <zorry@gentoo.org> | 2013-09-23 18:44:19 +0000 |
---|---|---|
committer | Magnus Granberg <zorry@gentoo.org> | 2013-09-23 18:44:19 +0000 |
commit | e34eeb1ec30e564b2e37b96f657094adab9850e7 (patch) | |
tree | 1dd7063c056e162b2605a054e5512f90a7478bf8 /profiles/hardened | |
parent | Version bump. (diff) | |
download | gentoo-2-e34eeb1ec30e564b2e37b96f657094adab9850e7.tar.gz gentoo-2-e34eeb1ec30e564b2e37b96f657094adab9850e7.tar.bz2 gentoo-2-e34eeb1ec30e564b2e37b96f657094adab9850e7.zip |
Update hardened amd64 and x86 to eapi 5
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/hardened/linux/amd64/eapi | 1 | ||||
-rw-r--r-- | profiles/hardened/linux/x86/eapi | 1 |
3 files changed, 7 insertions, 1 deletions
diff --git a/profiles/hardened/ChangeLog b/profiles/hardened/ChangeLog index cb0065371de8..a68d62bc978c 100644 --- a/profiles/hardened/ChangeLog +++ b/profiles/hardened/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.9 2013/09/22 18:05:41 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.10 2013/09/23 18:44:19 zorry Exp $ + + 23 Sep 2013; Magnus Granberg <zorry@gentoo.org> + +linux/amd64/eapi +/linux/x86/eapi + update amd64 and x86 to eapi 5 22 Sep 2013; Michał Górny <mgorny@gentoo.org> linux/amd64/package.use.mask: Mask abi_x86_32 on hardened as well, to make the way for stablereq. diff --git a/profiles/hardened/linux/amd64/eapi b/profiles/hardened/linux/amd64/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/hardened/linux/amd64/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/hardened/linux/x86/eapi b/profiles/hardened/linux/x86/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/hardened/linux/x86/eapi @@ -0,0 +1 @@ +5 |