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 124A7138331 for ; Wed, 30 May 2018 04:46:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10B96E087D; Wed, 30 May 2018 04:46:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D869EE087D for ; Wed, 30 May 2018 04:45:59 +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 ED164335C78 for ; Wed, 30 May 2018 04:45:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83FD72AB for ; Wed, 30 May 2018 04:45:56 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1527655152.392c174455fb0ab476af7fdbb14700b2a24fa551.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libpcapnav/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libpcapnav/libpcapnav-0.8.ebuild X-VCS-Directories: net-libs/libpcapnav/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 392c174455fb0ab476af7fdbb14700b2a24fa551 X-VCS-Branch: master Date: Wed, 30 May 2018 04:45:56 +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: 2be0213d-1aac-4d9e-a105-6fee0346d600 X-Archives-Hash: 46d6482dcba1fc1cabdbd22648d6e2c1 commit: 392c174455fb0ab476af7fdbb14700b2a24fa551 Author: Markus Meier gentoo org> AuthorDate: Wed May 30 04:39:12 2018 +0000 Commit: Markus Meier gentoo org> CommitDate: Wed May 30 04:39:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=392c1744 net-libs/libpcapnav: add ~arm, bug #621438 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm" net-libs/libpcapnav/libpcapnav-0.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libpcapnav/libpcapnav-0.8.ebuild b/net-libs/libpcapnav/libpcapnav-0.8.ebuild index e489ebd83f2..ff67813df5a 100644 --- a/net-libs/libpcapnav/libpcapnav-0.8.ebuild +++ b/net-libs/libpcapnav/libpcapnav-0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/netdude/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~sparc x86" +KEYWORDS="amd64 ~arm ~sparc x86" IUSE="doc static-libs" DEPEND="net-libs/libpcap"