diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2015-06-22 11:33:03 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2015-06-22 11:33:03 +0000 |
commit | fedeba2badd0dc021375613bba8c41740f87a1d4 (patch) | |
tree | f92f3c5d801c048b4a16dae6dcccccc5e0bd8edc /net-analyzer | |
parent | Bump to latest 4.86 RC3 (diff) | |
download | gentoo-2-fedeba2badd0dc021375613bba8c41740f87a1d4.tar.gz gentoo-2-fedeba2badd0dc021375613bba8c41740f87a1d4.tar.bz2 gentoo-2-fedeba2badd0dc021375613bba8c41740f87a1d4.zip |
x86 stable wrt bug #552632
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/tcpdump/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/tcpdump/tcpdump-4.7.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/tcpdump/ChangeLog b/net-analyzer/tcpdump/ChangeLog index 5117956f2932..4d45eff6369e 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.214 2015/06/22 04:53:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v 1.215 2015/06/22 11:33:03 zlogene Exp $ + + 22 Jun 2015; Mikle Kolyada <zlogene@gentoo.org> tcpdump-4.7.4.ebuild: + x86 stable wrt bug #552632 22 Jun 2015; Jeroen Roovers <jer@gentoo.org> tcpdump-4.7.4.ebuild: Stable for PPC64 (bug #552632). diff --git a/net-analyzer/tcpdump/tcpdump-4.7.4.ebuild b/net-analyzer/tcpdump/tcpdump-4.7.4.ebuild index 305d4ab21e20..5b8f95bdfb60 100644 --- a/net-analyzer/tcpdump/tcpdump-4.7.4.ebuild +++ b/net-analyzer/tcpdump/tcpdump-4.7.4.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.7.4.ebuild,v 1.3 2015/06/22 04:53:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.7.4.ebuild,v 1.4 2015/06/22 11:33:03 zlogene Exp $ EAPI=5 inherit 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=" |