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 8180E158094 for ; Tue, 19 Jul 2022 20:26:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A86C7E0BA3; Tue, 19 Jul 2022 20:26:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83F37E0BA2 for ; Tue, 19 Jul 2022 20:26:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B6831340D77 for ; Tue, 19 Jul 2022 20:26:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72D0C55B for ; Tue, 19 Jul 2022 20:26:23 +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: <1658262370.8a2cce194051d5899f8419c9c5e7cd134d011e7b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/aflplusplus/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-forensics/aflplusplus/aflplusplus-4.01c-r1.ebuild X-VCS-Directories: app-forensics/aflplusplus/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8a2cce194051d5899f8419c9c5e7cd134d011e7b X-VCS-Branch: master Date: Tue, 19 Jul 2022 20:26:23 +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: b5186b4d-72ad-47bf-9560-91082a97b0a9 X-Archives-Hash: 7db6cfee0eb33bcf409cca2a5f4ddf8a commit: 8a2cce194051d5899f8419c9c5e7cd134d011e7b Author: Sam James gentoo org> AuthorDate: Tue Jul 19 20:25:08 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jul 19 20:26:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a2cce19 app-forensics/aflplusplus: Stabilize 4.01c-r1 amd64, #859364 Signed-off-by: Sam James gentoo.org> app-forensics/aflplusplus/aflplusplus-4.01c-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-forensics/aflplusplus/aflplusplus-4.01c-r1.ebuild b/app-forensics/aflplusplus/aflplusplus-4.01c-r1.ebuild index 5ff60c119327..ec7bf2cc000b 100644 --- a/app-forensics/aflplusplus/aflplusplus-4.01c-r1.ebuild +++ b/app-forensics/aflplusplus/aflplusplus-4.01c-r1.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/AFLplusplus-${PV}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="amd64 ~arm64" IUSE="test" REQUIRED_USE="${PYTHON_REQUIRED_USE}"