From 0446594f55990fcb34eef08843a55a35159a2876 Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Sat, 25 Nov 2017 11:35:31 +0100 Subject: net-analyzer/tcpreen: stable for amd64. Package-Manager: Portage-2.3.13, Repoman-2.3.3 --- net-analyzer/tcpreen/Manifest | 2 +- net-analyzer/tcpreen/tcpreen-1.4.4.ebuild | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'net-analyzer/tcpreen') diff --git a/net-analyzer/tcpreen/Manifest b/net-analyzer/tcpreen/Manifest index 32cc9dd23f28..d3ab49a82e1f 100644 --- a/net-analyzer/tcpreen/Manifest +++ b/net-analyzer/tcpreen/Manifest @@ -1 +1 @@ -DIST tcpreen-1.4.4.tar.bz2 187979 SHA256 6b2d712929184f6332d9760c943124873f8e6cb6ecdc2aca8fb793a1bc4c5cf9 SHA512 94496bbb21218b5acc9e76dd4377f92e35b17e03a2d10a7c42177ba5ccbb6aea1b0b54f49d52c5a97456f8cf77685e1c90c27773f4237c33e95f648d4258b786 WHIRLPOOL df77e4348918cedf45f3d7ecf5dd819b7a310c4dbd338fafe785c7076e7561eb98e8b8b34a849985f7ff145a3003b6a829c76824233e586e7cfd72369444a310 +DIST tcpreen-1.4.4.tar.bz2 187979 BLAKE2B ef76c7757c5e630a8b0019ede74314bdf7b0e1e48af00091c8b1a28075499b1e0411b5a7ff8bd01bd54ebb347dfc2169b5efe54d36ef12e6ce31f54c4d278d70 SHA512 94496bbb21218b5acc9e76dd4377f92e35b17e03a2d10a7c42177ba5ccbb6aea1b0b54f49d52c5a97456f8cf77685e1c90c27773f4237c33e95f648d4258b786 diff --git a/net-analyzer/tcpreen/tcpreen-1.4.4.ebuild b/net-analyzer/tcpreen/tcpreen-1.4.4.ebuild index ba523ef2cd1e..a2cc20e37a9d 100644 --- a/net-analyzer/tcpreen/tcpreen-1.4.4.ebuild +++ b/net-analyzer/tcpreen/tcpreen-1.4.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,11 +10,13 @@ SRC_URI="http://www.remlab.net/files/${PN}/stable/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="amd64 ~ppc x86" IUSE="nls" DEPEND="nls? ( sys-devel/gettext )" +DOCS=( AUTHORS NEWS README THANKS TODO ) + src_configure() { econf $(use_enable nls) } @@ -22,5 +24,3 @@ src_configure() { src_compile() { emake AR="$(tc-getAR)" } - -DOCS=( AUTHORS NEWS README THANKS TODO ) -- cgit v1.2.3-65-gdbad