diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-04-08 13:36:43 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-04-08 13:36:43 +0000 |
commit | 516354eb0d2ca790e726aefcda1a25963aa97321 (patch) | |
tree | 4d9d8535e66cc7a34c0e27cc096990dee3ac6376 /net-analyzer | |
parent | Stable for amd64, wrt bug #544952 (diff) | |
download | gentoo-2-516354eb0d2ca790e726aefcda1a25963aa97321.tar.gz gentoo-2-516354eb0d2ca790e726aefcda1a25963aa97321.tar.bz2 gentoo-2-516354eb0d2ca790e726aefcda1a25963aa97321.zip |
Stable for amd64, wrt bug #545118
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/tcpreplay/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/tcpreplay/tcpreplay-4.0.5.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-analyzer/tcpreplay/ChangeLog b/net-analyzer/tcpreplay/ChangeLog index c73de8bbfb4c..c3bc79ecd308 100644 --- a/net-analyzer/tcpreplay/ChangeLog +++ b/net-analyzer/tcpreplay/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/tcpreplay # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpreplay/ChangeLog,v 1.58 2015/03/31 05:21:19 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpreplay/ChangeLog,v 1.59 2015/04/08 13:36:43 ago Exp $ + + 08 Apr 2015; Agostino Sarubbo <ago@gentoo.org> tcpreplay-4.0.5.ebuild: + Stable for amd64, wrt bug #545118 *tcpreplay-4.1.0 (31 Mar 2015) diff --git a/net-analyzer/tcpreplay/tcpreplay-4.0.5.ebuild b/net-analyzer/tcpreplay/tcpreplay-4.0.5.ebuild index 2345b1536c5c..694d5ffa6ad0 100644 --- a/net-analyzer/tcpreplay/tcpreplay-4.0.5.ebuild +++ b/net-analyzer/tcpreplay/tcpreplay-4.0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpreplay/tcpreplay-4.0.5.ebuild,v 1.1 2014/09/17 23:40:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpreplay/tcpreplay-4.0.5.ebuild,v 1.2 2015/04/08 13:36:43 ago Exp $ EAPI=5 inherit autotools eutils flag-o-matic @@ -11,7 +11,7 @@ LICENSE="BSD GPL-3" SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz" SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="amd64 ~sparc ~x86" IUSE="debug pcapnav +tcpdump" DEPEND=" |