diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-12-31 21:31:07 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-12-31 21:31:07 +0000 |
commit | 5455a5ebfa626f7b50e10e387375eee46fe2c85c (patch) | |
tree | e41e69c4f10849dc7b0d7a688f1d153a102ff798 /profiles | |
parent | vanilla-3.12.6 + genpatches-3.12-7 + grsecurity-3.0-3.12.6-201312301223 (diff) | |
download | historical-5455a5ebfa626f7b50e10e387375eee46fe2c85c.tar.gz historical-5455a5ebfa626f7b50e10e387375eee46fe2c85c.tar.bz2 historical-5455a5ebfa626f7b50e10e387375eee46fe2c85c.zip |
Disable stable-mask for python3.3 flags on arm
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/hardened/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/hardened/linux/arm/use.stable.mask | 8 |
2 files changed, 13 insertions, 1 deletions
diff --git a/profiles/hardened/ChangeLog b/profiles/hardened/ChangeLog index e0df0ac24e05..793d54d9642f 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.26 2013/12/30 16:26:08 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.27 2013/12/31 21:31:06 blueness Exp $ + + 31 Dec 2013; Anthony G. Basile <blueness@gentoo.org> + +linux/arm/use.stable.mask: + Disable stable-mask for python3.3 flags on arm 30 Dec 2013; Anthony G. Basile <blueness@gentoo.org> linux/uclibc/package.mask: diff --git a/profiles/hardened/linux/arm/use.stable.mask b/profiles/hardened/linux/arm/use.stable.mask new file mode 100644 index 000000000000..865a7ca7387b --- /dev/null +++ b/profiles/hardened/linux/arm/use.stable.mask @@ -0,0 +1,8 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/arm/use.stable.mask,v 1.1 2013/12/31 21:31:07 blueness Exp $ + +# Mike Gilbert <floppym@gentoo.org> (01 Dec 2013) +# Python 3.3 is going to stable, bug #474128 +-python_targets_python3_3 +-python_single_target_python3_3 |