From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1058918-garchives=archives.gentoo.org@lists.gentoo.org> 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 92D5C138334 for <garchives@archives.gentoo.org>; Sun, 25 Nov 2018 20:23:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52E23E08DB; Sun, 25 Nov 2018 20:23:57 +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 2AD64E08DB for <gentoo-commits@lists.gentoo.org>; Sun, 25 Nov 2018 20:23:56 +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 91D13335D62 for <gentoo-commits@lists.gentoo.org>; Sun, 25 Nov 2018 20:23:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCDDB442 for <gentoo-commits@lists.gentoo.org>; Sun, 25 Nov 2018 20:23:53 +0000 (UTC) From: "Jeroen Roovers" <jer@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" <jer@gentoo.org> Message-ID: <1543177428.039a3327ff0fa6c5d893539965fdef57bac7980f.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/sngrep/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/sngrep/sngrep-1.4.5.ebuild X-VCS-Directories: net-analyzer/sngrep/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 039a3327ff0fa6c5d893539965fdef57bac7980f X-VCS-Branch: master Date: Sun, 25 Nov 2018 20:23:53 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1ffd6493-5506-4806-9c2e-a949f08c6de9 X-Archives-Hash: dc45b93f13587c6550e43191b427f481 commit: 039a3327ff0fa6c5d893539965fdef57bac7980f Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Sun Nov 25 20:23:13 2018 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Sun Nov 25 20:23:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=039a3327 net-analyzer/sngrep: Mark ~x86 (bug #671884). Package-Manager: Portage-2.3.52, Repoman-2.3.12 RepoMan-Options: --ignore-arches Fixes: https://bugs.gentoo.org/671884 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org> net-analyzer/sngrep/sngrep-1.4.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/sngrep/sngrep-1.4.5.ebuild b/net-analyzer/sngrep/sngrep-1.4.5.ebuild index f9c686aba4d..a6ad92921fd 100644 --- a/net-analyzer/sngrep/sngrep-1.4.5.ebuild +++ b/net-analyzer/sngrep/sngrep-1.4.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}/releases/download/v${PV}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="eep gnutls ipv6 openssl pcre unicode" REQUIRED_USE=" gnutls? ( !openssl )