diff options
author | Zero_Chaos <zerochaos@gentoo.org> | 2017-05-11 16:57:54 -0400 |
---|---|---|
committer | Zero_Chaos <zerochaos@gentoo.org> | 2017-05-11 16:59:12 -0400 |
commit | e744797de46ab370aa992d46625dd11b8fe1ec82 (patch) | |
tree | 68ee19e2a96e0d862cc667030eab1a4c1dc8d7ee /profiles | |
parent | dev-lang/spidermonkey: fix pointer dereference causing c++11 compile error (diff) | |
download | gentoo-e744797de46ab370aa992d46625dd11b8fe1ec82.tar.gz gentoo-e744797de46ab370aa992d46625dd11b8fe1ec82.tar.bz2 gentoo-e744797de46ab370aa992d46625dd11b8fe1ec82.zip |
profile: set use mask for some metasploit flags which are arch specific
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/base/package.use.mask | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 45483927bbc4..372ea9c3dfa0 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Rick Farina <zerochaos@gentoo.org> (11 May 2017) +# nexpose and openvas work on amd64 +net-analyzer/metasploit nexpose openvas + # Thomas Deutschmann <whissi@gentoo.org> (01 Mar 2017) # dev-libs/libmaxminddb is keyworded on amd64 app-admin/rsyslog -mdblookup diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index f2d3a9b49165..5adfb6a09716 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Rick Farina <zerochaos@gentoo.org> (11 May 2017) +# the needed deps are amd64/x86 only +net-analyzer/metasploit nexpose openvas + # Thomas Deutschmann <whissi@gentoo.org> (01 Mar 2017) # dev-libs/libmaxminddb is only keyworded on amd64 and x86 at the moment app-admin/rsyslog mdblookup |