summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/netty-tcnative/netty-tcnative-1.1.33.15.ebuild')
-rw-r--r--dev-java/netty-tcnative/netty-tcnative-1.1.33.15.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/netty-tcnative/netty-tcnative-1.1.33.15.ebuild b/dev-java/netty-tcnative/netty-tcnative-1.1.33.15.ebuild
index 395e9a7a95df..a8a2536e6871 100644
--- a/dev-java/netty-tcnative/netty-tcnative-1.1.33.15.ebuild
+++ b/dev-java/netty-tcnative/netty-tcnative-1.1.33.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -51,7 +51,7 @@ java_prepare() {
eautoreconf
}
-src_configure(){
+src_configure() {
cd "${NATIVE_DIR}" || die
econf --with-apr=/usr/bin/apr-1-config --with-ssl=/usr
}