diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-06-22 04:53:27 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-06-22 04:53:27 +0000 |
commit | 1e2e332670c246285e484a9d1fc062bb08b035ee (patch) | |
tree | 049d0d8750e87502e8d74249812544e5d728f366 /net-analyzer | |
parent | Stable for PPC64 (bug #552632). (diff) | |
download | gentoo-2-1e2e332670c246285e484a9d1fc062bb08b035ee.tar.gz gentoo-2-1e2e332670c246285e484a9d1fc062bb08b035ee.tar.bz2 gentoo-2-1e2e332670c246285e484a9d1fc062bb08b035ee.zip |
Stable for PPC64 (bug #552632).
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
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 dc1863728e85..5117956f2932 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.213 2015/06/21 13:21:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v 1.214 2015/06/22 04:53:27 jer Exp $ + + 22 Jun 2015; Jeroen Roovers <jer@gentoo.org> tcpdump-4.7.4.ebuild: + Stable for PPC64 (bug #552632). 21 Jun 2015; Agostino Sarubbo <ago@gentoo.org> tcpdump-4.7.4.ebuild: Stable for amd64, wrt bug #552632 diff --git a/net-analyzer/tcpdump/tcpdump-4.7.4.ebuild b/net-analyzer/tcpdump/tcpdump-4.7.4.ebuild index bcf17d5ed23c..305d4ab21e20 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.2 2015/06/21 13:21:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.7.4.ebuild,v 1.3 2015/06/22 04:53:27 jer 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=" |