Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 343085 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/app-admin/rsyslog/rsyslog-5.4.0.ebuild (-1 / +7 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2010 Gentoo Foundation
1
# Copyright 1999-2010 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-admin/rsyslog/rsyslog-5.4.0.ebuild,v 1.2 2010/10/29 13:44:46 maekke Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-admin/rsyslog/rsyslog-5.4.0.ebuild,v 1.1 2010/10/21 07:38:29 dev-zero Exp $
4
4
5
EAPI=3
5
EAPI=3
6
6
Lines 43-55 Link Here
43
		--disable-gui \
43
		--disable-gui \
44
		--disable-rfc3195 \
44
		--disable-rfc3195 \
45
		--enable-largefile \
45
		--enable-largefile \
46
		--enable-unlimited-select \
46
		--enable-imdiag \
47
		--enable-imdiag \
47
		--enable-imfile \
48
		--enable-imfile \
48
		--enable-imtemplate \
49
		--enable-imtemplate \
50
		--enable-imptcp \
49
		--enable-mail \
51
		--enable-mail \
50
		--enable-omprog \
52
		--enable-omprog \
51
		--enable-omstdout \
53
		--enable-omstdout \
52
		--enable-omtemplate \
54
		--enable-omtemplate \
55
		--enable-omdbalerting \
56
		--enable-omuxsock \
57
		--enable-pmlastmsg \
58
		--enable-pmrfc3164sd \
53
		$(use_enable extras omudpspoof) \
59
		$(use_enable extras omudpspoof) \
54
		$(use_enable zlib) \
60
		$(use_enable zlib) \
55
		$(use_enable mysql) \
61
		$(use_enable mysql) \

Return to bug 343085