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 3ECB9138334 for ; Mon, 14 Oct 2019 01:09:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25820E0867; Mon, 14 Oct 2019 01:09:02 +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 DCDF1E0867 for ; Mon, 14 Oct 2019 01:09:01 +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 B7E1A34B906 for ; Mon, 14 Oct 2019 01:09:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CEB77F5 for ; Mon, 14 Oct 2019 01:08:58 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1571015302.9a7c0d29842b13249dedfc7b2a3a849cb3b17cb7.mattst88@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.2-r2.ebuild X-VCS-Directories: net-analyzer/ettercap/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9a7c0d29842b13249dedfc7b2a3a849cb3b17cb7 X-VCS-Branch: master Date: Mon, 14 Oct 2019 01:08:58 +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: cf72f055-1c01-4a80-89db-726d3ece48f3 X-Archives-Hash: a4e051769fb9d5669ed3b876c7951540 commit: 9a7c0d29842b13249dedfc7b2a3a849cb3b17cb7 Author: Matt Turner gentoo org> AuthorDate: Mon Oct 14 01:08:22 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Oct 14 01:08:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7c0d29 net-analyzer/ettercap: Drop to ~alpha, bug 618018 Signed-off-by: Matt Turner gentoo.org> net-analyzer/ettercap/ettercap-0.8.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/ettercap/ettercap-0.8.2-r2.ebuild b/net-analyzer/ettercap/ettercap-0.8.2-r2.ebuild index 40b3700c376..ae48afb1a7e 100644 --- a/net-analyzer/ettercap/ettercap-0.8.2-r2.ebuild +++ b/net-analyzer/ettercap/ettercap-0.8.2-r2.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" #mirror does not work - KEYWORDS="alpha amd64 arm ppc ppc64 sparc x86" + KEYWORDS="~alpha amd64 arm ppc ppc64 sparc x86" fi IUSE="doc gtk ipv6 libressl ncurses +plugins test"