commit: f321a4dde2b92df597224762e3b1ba5042090064
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 16:03:46 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 16:10:42 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f321a4dd
sys-devel/distcc: Move unnecessary vars out of global scope, #628978
sys-devel/distcc/distcc-3.2_rc1-r5.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild
b/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild
index 2107168d7ce..64e27b02616 100644
--- a/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild
+++ b/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild
@@ -44,12 +44,12 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
S="${WORKDIR}/${MY_P}"
-DCCC_PATH="/usr/$(get_libdir)/distcc/bin"
-DISTCC_VERBOSE="0"
-
pkg_setup() {
enewuser distcc 240 -1 -1 daemon
python-single-r1_pkg_setup
+
+ DCCC_PATH="/usr/$(get_libdir)/distcc/bin"
+ DISTCC_VERBOSE="0"
}
src_prepare() {