summaryrefslogtreecommitdiff
path: root/net-analyzer/tcpreen/tcpreen-1.4.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/tcpreen/tcpreen-1.4.4.ebuild')
-rw-r--r--net-analyzer/tcpreen/tcpreen-1.4.4.ebuild8
1 files changed, 4 insertions, 4 deletions
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 )