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 E7E78139335 for ; Wed, 30 Jun 2021 04:27:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1DD6E0828; Wed, 30 Jun 2021 04:27:31 +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 78E8CE0828 for ; Wed, 30 Jun 2021 04:27:31 +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 6678D335D29 for ; Wed, 30 Jun 2021 04:27:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A93234C3 for ; Wed, 30 Jun 2021 04:27:27 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1625027242.7e6ab2a5aeb6ec0e8305e0e5171e8a9b4fbb5031.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/fprobe/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/fprobe/fprobe-1.1-r4.ebuild X-VCS-Directories: net-analyzer/fprobe/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 7e6ab2a5aeb6ec0e8305e0e5171e8a9b4fbb5031 X-VCS-Branch: master Date: Wed, 30 Jun 2021 04:27:27 +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: 7412518c-7a01-4b04-a7ad-49d487e5a468 X-Archives-Hash: e3583d6ef88b449af956dba826503d9a commit: 7e6ab2a5aeb6ec0e8305e0e5171e8a9b4fbb5031 Author: Robin H. Johnson gentoo org> AuthorDate: Wed Jun 30 04:26:47 2021 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Wed Jun 30 04:27:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e6ab2a5 net-analyzer/fprobe: amd64 stable Closes: https://bugs.gentoo.org/798738 Signed-off-by: Robin H. Johnson gentoo.org> net-analyzer/fprobe/fprobe-1.1-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/fprobe/fprobe-1.1-r4.ebuild b/net-analyzer/fprobe/fprobe-1.1-r4.ebuild index e9447cb4ac4..76646bcf6a1 100644 --- a/net-analyzer/fprobe/fprobe-1.1-r4.ebuild +++ b/net-analyzer/fprobe/fprobe-1.1-r4.ebuild @@ -9,7 +9,7 @@ LICENSE="GPL-2" SRC_URI="mirror://sourceforge/fprobe/${P}.tar.bz2" SLOT="0" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="debug messages"