From 89c6c06b8c42107dd231687a1012354e7d3039fc Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 26 Nov 2017 11:42:28 +0000 Subject: gentoo resync : 26.11.2017 --- net-analyzer/tcpreen/tcpreen-1.4.4.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net-analyzer/tcpreen/tcpreen-1.4.4.ebuild') 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