From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AB13259CA5 for ; Sun, 20 Mar 2016 14:44:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E296E0855; Sun, 20 Mar 2016 14:44:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 716C5E0855 for ; Sun, 20 Mar 2016 14:44:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88753340B3A for ; Sun, 20 Mar 2016 14:44:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DD67861 for ; Sun, 20 Mar 2016 14:44:33 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1458485058.1d21f6a6f9e8cfa0f613daf2dd15536b5672b8ad.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ipsumdump/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/ipsumdump/ipsumdump-1.85.ebuild X-VCS-Directories: net-analyzer/ipsumdump/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 1d21f6a6f9e8cfa0f613daf2dd15536b5672b8ad X-VCS-Branch: master Date: Sun, 20 Mar 2016 14:44:33 +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-Archives-Salt: d9cc73b7-c71d-4236-9cab-d7ce4c3d6358 X-Archives-Hash: 8608bf1d9a980c6b814be91161eddcd6 commit: 1d21f6a6f9e8cfa0f613daf2dd15536b5672b8ad Author: Matthew Brewer sina cn> AuthorDate: Sun Mar 20 09:00:27 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Sun Mar 20 14:44:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d21f6a6 net-analyzer/ipsumdump: keyworded ipsumdump with ~x86 Package-Manager: portage-2.2.28 RepoMan-Options: --ignore-arches Closes: https://github.com/gentoo/gentoo/pull/1093 net-analyzer/ipsumdump/ipsumdump-1.85.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/ipsumdump/ipsumdump-1.85.ebuild b/net-analyzer/ipsumdump/ipsumdump-1.85.ebuild index 6155368..0136631 100644 --- a/net-analyzer/ipsumdump/ipsumdump-1.85.ebuild +++ b/net-analyzer/ipsumdump/ipsumdump-1.85.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://read.seas.harvard.edu/~kohler/ipsumdump/${P}.tar.gz" LICENSE="the-Click-license" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="+ipv6 +nanotimestamp" RDEPEND="net-libs/libpcap"