Gentoo Archives: gentoo-commits

From: Magnus Granberg <zorry@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/hardened/linux/amd64/, profiles/hardened/linux/arm/, ...
Date: Wed, 28 Sep 2016 19:31:32
Message-Id: 1475091071.851733e06b7240fe71c08374135c362bebed495d.zorry@gentoo
1 commit: 851733e06b7240fe71c08374135c362bebed495d
2 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 28 19:30:04 2016 +0000
4 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 28 19:31:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=851733e0
7
8 profile/hardened: add vtv support #547040
9
10 profiles/hardened/linux/amd64/package.use.mask | 6 +++++-
11 profiles/hardened/linux/arm/package.use.mask | 7 +++++++
12 profiles/hardened/linux/x86/package.use.mask | 6 +++++-
13 3 files changed, 17 insertions(+), 2 deletions(-)
14
15 diff --git a/profiles/hardened/linux/amd64/package.use.mask b/profiles/hardened/linux/amd64/package.use.mask
16 index 077c82c..75c82a8 100644
17 --- a/profiles/hardened/linux/amd64/package.use.mask
18 +++ b/profiles/hardened/linux/amd64/package.use.mask
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2013 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -15,6 +15,10 @@
26 ## =media-video/mplayer-0.90_pre5 foo
27 ## =media-video/mplayer-0.90_pre5-r1 foo
28
29 +# Magnus Granberg <zorry@g.o> (30 sep 2016)
30 +# This target support VTV #547040.
31 +>=sys-devel/gcc-4.9 -vtv
32 +
33 # Kacper Kowalik <xarthisius@g.o> (29 Jul 2011)
34 # mask assembler as it currently doesn't work
35 dev-lang/path64 assembler
36
37 diff --git a/profiles/hardened/linux/arm/package.use.mask b/profiles/hardened/linux/arm/package.use.mask
38 new file mode 100644
39 index 00000000..7a5d95c
40 --- /dev/null
41 +++ b/profiles/hardened/linux/arm/package.use.mask
42 @@ -0,0 +1,7 @@
43 +# Copyright 1999-2016 Gentoo Foundation
44 +# Distributed under the terms of the GNU General Public License v2
45 +# $Id$
46 +
47 +# Magnus Granberg <zorry@g.o> (30 Sep 2016)
48 +# This target supports VTV #547040.
49 +>=sys-devel/gcc-6 -vtv
50
51 diff --git a/profiles/hardened/linux/x86/package.use.mask b/profiles/hardened/linux/x86/package.use.mask
52 index a79d088..8e20d77 100644
53 --- a/profiles/hardened/linux/x86/package.use.mask
54 +++ b/profiles/hardened/linux/x86/package.use.mask
55 @@ -1,7 +1,11 @@
56 -# Copyright 1999-2012 Gentoo Foundation
57 +# Copyright 1999-2016 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 # $Id$
60
61 +# Magnus Granberg <zorry@g.o> (30 sep 2016)
62 +# This target supports VTV #547040.
63 +>=sys-devel/gcc-4.9 -vtv
64 +
65 # cyrus-sasl doesn't work w/ USE=berkdb (#192753)
66 dev-libs/cyrus-sasl berkdb