summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/389-ds-base/389-ds-base-1.3.6.8-r1.ebuild4
-rw-r--r--net-nds/389-ds-base/389-ds-base-9999.ebuild6
-rw-r--r--net-nds/jxplorer/jxplorer-3.3.1.1.ebuild4
-rw-r--r--net-nds/jxplorer/jxplorer-3.3.1.ebuild4
-rw-r--r--net-nds/yp-tools/yp-tools-4.2.3.ebuild2
5 files changed, 10 insertions, 10 deletions
diff --git a/net-nds/389-ds-base/389-ds-base-1.3.6.8-r1.ebuild b/net-nds/389-ds-base/389-ds-base-1.3.6.8-r1.ebuild
index 0232cdec1d43..1d33087c4d28 100644
--- a/net-nds/389-ds-base/389-ds-base-1.3.6.8-r1.ebuild
+++ b/net-nds/389-ds-base/389-ds-base-1.3.6.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -88,7 +88,7 @@ src_compile() {
fi
}
-src_install () {
+src_install() {
# -j1 is a temporary workaround for bug #605432
emake -j1 DESTDIR="${D}" install
diff --git a/net-nds/389-ds-base/389-ds-base-9999.ebuild b/net-nds/389-ds-base/389-ds-base-9999.ebuild
index aeacfb8063aa..6e1b2eec30fc 100644
--- a/net-nds/389-ds-base/389-ds-base-9999.ebuild
+++ b/net-nds/389-ds-base/389-ds-base-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -90,12 +90,12 @@ src_compile() {
fi
}
-src_test () {
+src_test() {
# -j1 is a temporary workaround for bug #605432
emake -j1 check
}
-src_install () {
+src_install() {
# -j1 is a temporary workaround for bug #605432
emake -j1 DESTDIR="${D}" install
diff --git a/net-nds/jxplorer/jxplorer-3.3.1.1.ebuild b/net-nds/jxplorer/jxplorer-3.3.1.1.ebuild
index 1e9182ed85aa..c780b19b163a 100644
--- a/net-nds/jxplorer/jxplorer-3.3.1.1.ebuild
+++ b/net-nds/jxplorer/jxplorer-3.3.1.1.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
@@ -41,7 +41,7 @@ src_prepare() {
fi
}
-src_test(){
+src_test() {
VIRTUALX_COMMAND="java-pkg-2_src_test" virtualmake
}
diff --git a/net-nds/jxplorer/jxplorer-3.3.1.ebuild b/net-nds/jxplorer/jxplorer-3.3.1.ebuild
index 0ee4964b2fe2..8c647ff0f984 100644
--- a/net-nds/jxplorer/jxplorer-3.3.1.ebuild
+++ b/net-nds/jxplorer/jxplorer-3.3.1.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
@@ -41,7 +41,7 @@ src_prepare() {
fi
}
-src_test(){
+src_test() {
VIRTUALX_COMMAND="java-pkg-2_src_test" virtualmake
}
diff --git a/net-nds/yp-tools/yp-tools-4.2.3.ebuild b/net-nds/yp-tools/yp-tools-4.2.3.ebuild
index 6cf95d8faff7..54d21e6409d1 100644
--- a/net-nds/yp-tools/yp-tools-4.2.3.ebuild
+++ b/net-nds/yp-tools/yp-tools-4.2.3.ebuild
@@ -25,7 +25,7 @@ src_prepare() {
eautoreconf
}
-src_configure () {
+src_configure() {
econf \
--disable-static \
--sysconfdir="${EPREFIX}"/etc/yp \