diff options
author | 2012-11-08 09:47:46 +0000 | |
---|---|---|
committer | 2012-11-08 09:47:46 +0000 | |
commit | 1c011429f1d917516221a72b5a6760f6a15a84d7 (patch) | |
tree | 8df3f344b8e0174d5c50e5595538d936a5f0073f /net-analyzer | |
parent | Partial sync with qt overlay. Apart from cosmetic changes, we now explicitly ... (diff) | |
download | gentoo-2-1c011429f1d917516221a72b5a6760f6a15a84d7.tar.gz gentoo-2-1c011429f1d917516221a72b5a6760f6a15a84d7.tar.bz2 gentoo-2-1c011429f1d917516221a72b5a6760f6a15a84d7.zip |
Stable on amd64, bug #441434
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/tcpflow/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/tcpflow/tcpflow-1.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/tcpflow/ChangeLog b/net-analyzer/tcpflow/ChangeLog index 96838bee6adc..c9cef196f19f 100644 --- a/net-analyzer/tcpflow/ChangeLog +++ b/net-analyzer/tcpflow/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/tcpflow # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpflow/ChangeLog,v 1.44 2012/08/21 20:48:06 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpflow/ChangeLog,v 1.45 2012/11/08 09:47:46 pinkbyte Exp $ + + 08 Nov 2012; Sergey Popov <pinkbyte@gentoo.org> tcpflow-1.3.0.ebuild: + Stable on amd64, bug #441434 *tcpflow-1.3.0 (21 Aug 2012) diff --git a/net-analyzer/tcpflow/tcpflow-1.3.0.ebuild b/net-analyzer/tcpflow/tcpflow-1.3.0.ebuild index f42dc39e7dd5..bd17a131b32d 100644 --- a/net-analyzer/tcpflow/tcpflow-1.3.0.ebuild +++ b/net-analyzer/tcpflow/tcpflow-1.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpflow/tcpflow-1.3.0.ebuild,v 1.1 2012/08/21 20:48:06 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpflow/tcpflow-1.3.0.ebuild,v 1.2 2012/11/08 09:47:46 pinkbyte Exp $ EAPI="4" @@ -9,7 +9,7 @@ HOMEPAGE="https://github.com/simsong/tcpflow" SRC_URI="mirror://github/simsong/${PN}/${P}.tar.gz" LICENSE="GPL-3" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos" SLOT="0" IUSE="test" |