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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 98630158021 for ; Fri, 16 Dec 2022 22:57:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 421A0E08EF; Fri, 16 Dec 2022 22:57:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04ABDE08EF for ; Fri, 16 Dec 2022 22:57:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9BE7D341052 for ; Fri, 16 Dec 2022 22:57:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 009267C6 for ; Fri, 16 Dec 2022 22:57:16 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1671231430.dd2fcdf700541ae5d4b9af5845375b4e0fc7cc2c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/volatility3/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-forensics/volatility3/volatility3-2.4.0-r1.ebuild X-VCS-Directories: app-forensics/volatility3/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dd2fcdf700541ae5d4b9af5845375b4e0fc7cc2c X-VCS-Branch: master Date: Fri, 16 Dec 2022 22:57:16 +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: da62790f-a6a5-4c2c-9d33-007deedbc25c X-Archives-Hash: c7e8fa34e40991fd8380ecb907cb345b commit: dd2fcdf700541ae5d4b9af5845375b4e0fc7cc2c Author: Sam James gentoo org> AuthorDate: Fri Dec 16 22:52:02 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 16 22:57:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd2fcdf7 app-forensics/volatility3: use canonical function definition style Signed-off-by: Sam James gentoo.org> app-forensics/volatility3/volatility3-2.4.0-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-forensics/volatility3/volatility3-2.4.0-r1.ebuild b/app-forensics/volatility3/volatility3-2.4.0-r1.ebuild index 042b1f014ec5..fada677d29a6 100644 --- a/app-forensics/volatility3/volatility3-2.4.0-r1.ebuild +++ b/app-forensics/volatility3/volatility3-2.4.0-r1.ebuild @@ -46,8 +46,7 @@ REQUIRED_USE="test? ( yara )" RESTRICT="!test? ( test )" -python_test() -{ +python_test() { # see .github/workflows/test.yaml "${EPYTHON}" "${S}/test/test_volatility.py" --volatility=vol.py \ --image "${WORKDIR}/${PN}-win-xp-laptop-2005-06-25.img" -k test_windows -v || \