summaryrefslogtreecommitdiff
path: root/packages/sys-devel/distcc
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-10-14 09:26:05 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-10-14 09:26:05 +0300
commitf60a140d04cbd8cd6296cd06f7a49fdc59959686 (patch)
tree7b1d95bddca6a966bd0cce3984db2905ffdec04a /packages/sys-devel/distcc
parentebc42ed875fb5228fad75e354cda11cf8a4151e4 (diff)
tab to space conversion
Diffstat (limited to 'packages/sys-devel/distcc')
-rw-r--r--packages/sys-devel/distcc/distcc-scm.exheres-050
1 files changed, 25 insertions, 25 deletions
diff --git a/packages/sys-devel/distcc/distcc-scm.exheres-0 b/packages/sys-devel/distcc/distcc-scm.exheres-0
index 55d6b69..b0a56ec 100644
--- a/packages/sys-devel/distcc/distcc-scm.exheres-0
+++ b/packages/sys-devel/distcc/distcc-scm.exheres-0
@@ -16,24 +16,24 @@ HOMEPAGE="http://distcc.org/"
PLATFORMS="~amd64 ~x86"
MYOPTIONS="
- gnome [[ description = [ Add GNOME 2 support ] ]]
- gtk
- hardened [[ description = [ Activate default security enhancements for toolchain (gcc, glibc, binutils) ] ]]
- ipv6 [[ description = [ Not recommended, great security risk ] ]]
- xinetd [[ description = [ Add support for the xinetd super-server ] ]]
- zeroconf [[ description = [ Support for DNS Service Discovery (DNS-SD) via net-dns/avahi ] ]]
+ gnome [[ description = [ Add GNOME 2 support ] ]]
+ gtk
+ hardened [[ description = [ Activate default security enhancements for toolchain (gcc, glibc, binutils) ] ]]
+ ipv6 [[ description = [ Not recommended, great security risk ] ]]
+ xinetd [[ description = [ Add support for the xinetd super-server ] ]]
+ zeroconf [[ description = [ Support for DNS Service Discovery (DNS-SD) via net-dns/avahi ] ]]
"
DEPENDENCIES="
build:
dev-lang/python[>=3.1]
- build+run:
- dev-libs/popt
- gnome? (
- gnome-platform/libgnome:2
- gnome-platform/libgnomeui:2
- x11-libs/pango
- )
+ build+run:
+ dev-libs/popt
+ gnome? (
+ gnome-platform/libgnome:2
+ gnome-platform/libgnomeui:2
+ x11-libs/pango
+ )
gtk? ( x11-libs/gtk+:2 )
xinetd? ( sys-apps/xinetd )
zeroconf? ( net-dns/avahi )
@@ -44,20 +44,20 @@ DEPENDENCIES="
src_prepare() {
- expatch "${FILES}/${PN}-3.0-xinetd.patch"
- expatch "${FILES}/${PN}-3.2_rc1-socks5.patch"
- option hardened && expatch "${FILES}/distcc-hardened.patch"
- autotools_src_prepare
+ expatch "${FILES}/${PN}-3.0-xinetd.patch"
+ expatch "${FILES}/${PN}-3.2_rc1-socks5.patch"
+ option hardened && expatch "${FILES}/distcc-hardened.patch"
+ autotools_src_prepare
}
src_configure() {
- local myconf="--disable-Werror"
- option ipv6 && myconf="${myconf} --enable-rfc2553"
- econf \
- --disable-auth \
- $(option_with gtk) \
- $(option_with gnome) \
- $(option_with zeroconf avahi) \
- ${myconf}
+ local myconf="--disable-Werror"
+ option ipv6 && myconf="${myconf} --enable-rfc2553"
+ econf \
+ --disable-auth \
+ $(option_with gtk) \
+ $(option_with gnome) \
+ $(option_with zeroconf avahi) \
+ ${myconf}
}