Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/
Date: Wed, 30 Dec 2015 19:23:31
Message-Id: 1451503379.1445a48f003dee88ebdc23cdc362c745cd327330.zerochaos@gentoo
1 commit: 1445a48f003dee88ebdc23cdc362c745cd327330
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 30 19:22:43 2015 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 19:22:59 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1445a48f
7
8 base/package.use.mask: mask development flag for metasploit
9
10 profiles/base/package.use.mask | 7 ++++---
11 1 file changed, 4 insertions(+), 3 deletions(-)
12
13 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
14 index fddb132..edc3540 100644
15 --- a/profiles/base/package.use.mask
16 +++ b/profiles/base/package.use.mask
17 @@ -345,9 +345,10 @@ net-im/climm otr
18 # Needs hardmasked lua-5.2
19 >=media-plugins/grilo-plugins-0.2.12 lua
20
21 -# Rick Farina <zerochaos@g.o> (22 May 2014)
22 -# mask test use flag for metasploit since tests do not pass
23 -net-analyzer/metasploit test
24 +# Rick Farina <zerochaos@g.o> (30 Dec 2015)
25 +# mask test use flag since tests do not pass
26 +# mask development use flag since most of it isn't packaged (or useful)
27 +net-analyzer/metasploit development test
28
29 # Tom Wijsman <TomWij@g.o> (14 May 2014)
30 # Documentation generation needs APIviz which is not in the Portage tree yet.