diff options
author | 2015-01-08 10:02:17 +0000 | |
---|---|---|
committer | 2015-01-08 10:02:17 +0000 | |
commit | 4bb408935e508dfdc4c0dc492aba2fb9154bc0a3 (patch) | |
tree | af47781724c5b8e76326c508f2674306199720d1 /net-analyzer/tcpdump | |
parent | reintroduce proper revision (#535994 by monogolid and Duncan) (diff) | |
download | gentoo-2-4bb408935e508dfdc4c0dc492aba2fb9154bc0a3.tar.gz gentoo-2-4bb408935e508dfdc4c0dc492aba2fb9154bc0a3.tar.bz2 gentoo-2-4bb408935e508dfdc4c0dc492aba2fb9154bc0a3.zip |
x86 stable, see bug 534660
(Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key C1DE54B2)
Diffstat (limited to 'net-analyzer/tcpdump')
-rw-r--r-- | net-analyzer/tcpdump/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/tcpdump/tcpdump-4.6.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/tcpdump/ChangeLog b/net-analyzer/tcpdump/ChangeLog index dd8ece116ffa..26b5501af561 100644 --- a/net-analyzer/tcpdump/ChangeLog +++ b/net-analyzer/tcpdump/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/tcpdump # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v 1.201 2015/01/07 16:53:22 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v 1.202 2015/01/08 10:02:17 nativemad Exp $ + + 08 Jan 2015; Andreas Schuerch <nativemad@gentoo.org> tcpdump-4.6.2-r1.ebuild: + x86 stable, see bug 534660 07 Jan 2015; Mikle Kolyada <zlogene@gentoo.org> tcpdump-4.6.2-r1.ebuild: amd64 stable wrt bug #534660 diff --git a/net-analyzer/tcpdump/tcpdump-4.6.2-r1.ebuild b/net-analyzer/tcpdump/tcpdump-4.6.2-r1.ebuild index ed872fa47ad7..06333ee2cabe 100644 --- a/net-analyzer/tcpdump/tcpdump-4.6.2-r1.ebuild +++ b/net-analyzer/tcpdump/tcpdump-4.6.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.6.2-r1.ebuild,v 1.2 2015/01/07 16:53:22 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.6.2-r1.ebuild,v 1.3 2015/01/08 10:02:17 nativemad Exp $ EAPI=5 inherit eutils flag-o-matic toolchain-funcs user @@ -12,7 +12,7 @@ SRC_URI="http://www.tcpdump.org/release/${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux" IUSE="+drop-root smi ssl ipv6 samba suid test" RDEPEND=" |