Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcpdump/
Date: Tue, 21 Sep 2021 12:31:29
Message-Id: 1632227457.e447e7a8595b2124541ea54ff92f1be5d3077849.chewi@gentoo
1 commit: e447e7a8595b2124541ea54ff92f1be5d3077849
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 21 12:29:41 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 21 12:30:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e447e7a8
7
8 net-analyzer/tcpdump: Keyword 4.99.1 for ~m68k
9
10 The tests pass (with samba USE flag unmasked).
11
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 net-analyzer/tcpdump/tcpdump-4.99.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-analyzer/tcpdump/tcpdump-4.99.1.ebuild b/net-analyzer/tcpdump/tcpdump-4.99.1.ebuild
18 index 80191305e0e..2d4cb074386 100644
19 --- a/net-analyzer/tcpdump/tcpdump-4.99.1.ebuild
20 +++ b/net-analyzer/tcpdump/tcpdump-4.99.1.ebuild
21 @@ -21,7 +21,7 @@ else
22 SRC_URI="https://www.tcpdump.org/release/${P}.tar.gz -> ${P}-upstream.tar.gz"
23 SRC_URI+=" verify-sig? ( https://www.tcpdump.org/release/${P}.tar.gz.sig -> ${P}-upstream.tar.gz.sig )"
24
25 - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
26 + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
27 fi
28
29 LICENSE="BSD"