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 ED545138359 for ; Fri, 18 Sep 2020 22:58:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40920E0835; Fri, 18 Sep 2020 22:58:21 +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 26BA1E0835 for ; Fri, 18 Sep 2020 22:58:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 12A94341019 for ; Fri, 18 Sep 2020 22:58:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEB51366 for ; Fri, 18 Sep 2020 22:58:18 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1600469879.adb509b7a5dd54a5d3a25b7ae0ae0a484905f6bb.slyfox@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.1.ebuild X-VCS-Directories: net-analyzer/ettercap/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: adb509b7a5dd54a5d3a25b7ae0ae0a484905f6bb X-VCS-Branch: master Date: Fri, 18 Sep 2020 22:58:18 +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: 0531bc93-eda6-4289-a9a8-8f19e0347863 X-Archives-Hash: 7e56878f1b70af0b53139dc3cb8802da commit: adb509b7a5dd54a5d3a25b7ae0ae0a484905f6bb Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Sep 18 22:57:59 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Sep 18 22:57:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb509b7 net-analyzer/ettercap: stable 0.8.3.1 for sparc stable wrt bug #743136 Package-Manager: Portage-3.0.7, Repoman-3.0.1 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich gentoo.org> net-analyzer/ettercap/ettercap-0.8.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/ettercap/ettercap-0.8.3.1.ebuild b/net-analyzer/ettercap/ettercap-0.8.3.1.ebuild index b11f28fe861..aa5cb4b852f 100644 --- a/net-analyzer/ettercap/ettercap-0.8.3.1.ebuild +++ b/net-analyzer/ettercap/ettercap-0.8.3.1.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" + KEYWORDS="~alpha ~amd64 arm ppc ppc64 sparc x86" fi IUSE="doc geoip gtk ipv6 libressl ncurses +plugins test"