Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libpcapnav/
Date: Wed, 30 May 2018 04:46:01
Message-Id: 1527655152.392c174455fb0ab476af7fdbb14700b2a24fa551.maekke@gentoo
1 commit: 392c174455fb0ab476af7fdbb14700b2a24fa551
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 30 04:39:12 2018 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Wed May 30 04:39:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=392c1744
7
8 net-libs/libpcapnav: add ~arm, bug #621438
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11 RepoMan-Options: --include-arches="arm"
12
13 net-libs/libpcapnav/libpcapnav-0.8.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-libs/libpcapnav/libpcapnav-0.8.ebuild b/net-libs/libpcapnav/libpcapnav-0.8.ebuild
17 index e489ebd83f2..ff67813df5a 100644
18 --- a/net-libs/libpcapnav/libpcapnav-0.8.ebuild
19 +++ b/net-libs/libpcapnav/libpcapnav-0.8.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/netdude/${P}.tar.gz"
27
28 LICENSE="BSD"
29 SLOT="0"
30 -KEYWORDS="amd64 ~sparc x86"
31 +KEYWORDS="amd64 ~arm ~sparc x86"
32 IUSE="doc static-libs"
33
34 DEPEND="net-libs/libpcap"