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 8908E138334 for ; Wed, 28 Aug 2019 09:51:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6FF2E0849; Wed, 28 Aug 2019 09:51:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 CA08DE0849 for ; Wed, 28 Aug 2019 09:51:46 +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 4A11C34A4C0 for ; Wed, 28 Aug 2019 09:51:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE6AD622 for ; Wed, 28 Aug 2019 09:51:42 +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: <1566985864.1df1a010d57a3f2c761b276fb073ce2586dcfa70.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ettercap/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/ettercap/ettercap-0.8.3.ebuild X-VCS-Directories: net-analyzer/ettercap/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 1df1a010d57a3f2c761b276fb073ce2586dcfa70 X-VCS-Branch: master Date: Wed, 28 Aug 2019 09:51:42 +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: 543e846a-4257-45de-9ac0-462c3d6175d6 X-Archives-Hash: d35805dcfcf72eb66c6c4afce037c047 commit: 1df1a010d57a3f2c761b276fb073ce2586dcfa70 Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Aug 28 09:51:04 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Aug 28 09:51:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1df1a010 net-analyzer/ettercap: x86 stable wrt bug #618018 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> net-analyzer/ettercap/ettercap-0.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/ettercap/ettercap-0.8.3.ebuild b/net-analyzer/ettercap/ettercap-0.8.3.ebuild index e98c715f2f9..3821abeb73d 100644 --- a/net-analyzer/ettercap/ettercap-0.8.3.ebuild +++ b/net-analyzer/ettercap/ettercap-0.8.3.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/Ettercap/${PN}.git" else SRC_URI="https://github.com/Ettercap/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ppc ppc64 sparc ~x86 ~x86-fbsd" + KEYWORDS="~alpha ~amd64 ~arm ppc ppc64 sparc x86 ~x86-fbsd" fi IUSE="doc geoip gtk ipv6 libressl ncurses +plugins test"