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 D71541580BA for ; Tue, 24 Aug 2021 11:40:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 119E5E0A80; Tue, 24 Aug 2021 11:40:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 EBFD1E0A80 for ; Tue, 24 Aug 2021 11:40:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C836333FE7D for ; Tue, 24 Aug 2021 11:40:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A1228D4 for ; Tue, 24 Aug 2021 11:40:16 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1629805212.6af380b2187355a1991d0b37067c46ec31d1324a.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/aflplusplus/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-forensics/aflplusplus/aflplusplus-3.14c-r1.ebuild X-VCS-Directories: app-forensics/aflplusplus/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 6af380b2187355a1991d0b37067c46ec31d1324a X-VCS-Branch: master Date: Tue, 24 Aug 2021 11:40: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: cf4461e6-d52d-4f62-a5e4-dc52df303c38 X-Archives-Hash: 65c10f61284d93c2090f6e1ab8f92c5c commit: 6af380b2187355a1991d0b37067c46ec31d1324a Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Aug 24 11:40:12 2021 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Aug 24 11:40:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af380b2 app-forensics/aflplusplus: amd64 stable wrt bug #809743 Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> app-forensics/aflplusplus/aflplusplus-3.14c-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-forensics/aflplusplus/aflplusplus-3.14c-r1.ebuild b/app-forensics/aflplusplus/aflplusplus-3.14c-r1.ebuild index 066cbd062f6..4e5ee050900 100644 --- a/app-forensics/aflplusplus/aflplusplus-3.14c-r1.ebuild +++ b/app-forensics/aflplusplus/aflplusplus-3.14c-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}"