diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-13 16:11:01 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-13 16:11:19 +0100 |
commit | 6209ff94fa9f8cae55a8274fc34320d10a808f76 (patch) | |
tree | 25c7baaa82be99babea8f7f2aaae5afc3e9183f8 /net-analyzer | |
parent | media-gfx/hp2xx: Port to EAPI 7 (diff) | |
download | gentoo-6209ff94fa9f8cae55a8274fc34320d10a808f76.tar.gz gentoo-6209ff94fa9f8cae55a8274fc34320d10a808f76.tar.bz2 gentoo-6209ff94fa9f8cae55a8274fc34320d10a808f76.zip |
net-analyzer/metasploit: Assign RESTRICT only once.
Closes: https://bugs.gentoo.org/699202
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/metasploit/metasploit-4.17.21-r6.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/metasploit/metasploit-9999.ebuild | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/net-analyzer/metasploit/metasploit-4.17.21-r6.ebuild b/net-analyzer/metasploit/metasploit-4.17.21-r6.ebuild index 7b2bcb7d0de2..f06d33d3ee27 100644 --- a/net-analyzer/metasploit/metasploit-4.17.21-r6.ebuild +++ b/net-analyzer/metasploit/metasploit-4.17.21-r6.ebuild @@ -31,7 +31,7 @@ IUSE="development +java nexpose oracle +pcap test" #multiple known bugs with tests reported upstream and ignored #http://dev.metasploit.com/redmine/issues/8418 - worked around (fix user creation when possible) -RESTRICT="test" +RESTRICT="strip test" #grep spec.add_runtime_dependency metasploit-framework.gemspec | sort RUBY_COMMON_DEPEND="virtual/ruby-ssl @@ -128,8 +128,6 @@ COMMON_DEPEND="dev-db/postgresql[server] RDEPEND+=" ${COMMON_DEPEND} >=app-eselect/eselect-metasploit-0.16" -RESTRICT+=" strip" - QA_PREBUILT=" usr/lib*/${PN}${SLOT}/data/templates/template_x86_linux.bin usr/lib*/${PN}${SLOT}/data/templates/template_armle_linux.bin diff --git a/net-analyzer/metasploit/metasploit-9999.ebuild b/net-analyzer/metasploit/metasploit-9999.ebuild index 6a64282832d5..54db9b0d61c9 100644 --- a/net-analyzer/metasploit/metasploit-9999.ebuild +++ b/net-analyzer/metasploit/metasploit-9999.ebuild @@ -31,7 +31,7 @@ IUSE="development +java nexpose oracle +pcap test" #multiple known bugs with tests reported upstream and ignored #http://dev.metasploit.com/redmine/issues/8418 - worked around (fix user creation when possible) -RESTRICT="test" +RESTRICT="strip test" #grep spec.add_runtime_dependency metasploit-framework.gemspec | sort RUBY_COMMON_DEPEND="virtual/ruby-ssl @@ -127,8 +127,6 @@ COMMON_DEPEND="dev-db/postgresql[server] RDEPEND+=" ${COMMON_DEPEND} >=app-eselect/eselect-metasploit-0.16" -RESTRICT+=" strip" - QA_PREBUILT=" usr/lib*/${PN}${SLOT}/data/templates/template_x86_linux.bin usr/lib*/${PN}${SLOT}/data/templates/template_armle_linux.bin |