From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DC184138334 for ; Fri, 13 Dec 2019 15:11:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DB53E086C; Fri, 13 Dec 2019 15:11:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 136C1E086C for ; Fri, 13 Dec 2019 15:11:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D9E734D7E7 for ; Fri, 13 Dec 2019 15:11:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADE318A7 for ; Fri, 13 Dec 2019 15:11:29 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1576249879.6209ff94fa9f8cae55a8274fc34320d10a808f76.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/metasploit/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/metasploit/metasploit-4.17.21-r6.ebuild net-analyzer/metasploit/metasploit-9999.ebuild X-VCS-Directories: net-analyzer/metasploit/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 6209ff94fa9f8cae55a8274fc34320d10a808f76 X-VCS-Branch: master Date: Fri, 13 Dec 2019 15:11:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 905f3388-1601-468e-bb77-fc9722ad7358 X-Archives-Hash: 2f60186cce4294264f0152cfafd1aa40 commit: 6209ff94fa9f8cae55a8274fc34320d10a808f76 Author: Ulrich Müller gentoo org> AuthorDate: Fri Dec 13 15:11:01 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Dec 13 15:11:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6209ff94 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 gentoo.org> net-analyzer/metasploit/metasploit-4.17.21-r6.ebuild | 4 +--- 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 7b2bcb7d0de..f06d33d3ee2 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 6a64282832d..54db9b0d61c 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