Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 516704
Collapse All | Expand All

(-)a/syslog-ng-3.4.8.ebuild (-1 / +3 lines)
Lines 13-19 Link Here
13
LICENSE="GPL-2+ LGPL-2.1+"
13
LICENSE="GPL-2+ LGPL-2.1+"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
15
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
16
IUSE="caps dbi geoip ipv6 json mongodb +pcre smtp spoof-source ssl systemd tcpd"
16
IUSE="amqp caps dbi geoip ipv6 json mongodb +pcre smtp spoof-source ssl systemd tcpd"
17
RESTRICT="test"
17
RESTRICT="test"
18
18
19
RDEPEND="
19
RDEPEND="
Lines 70-75 Link Here
70
		$(use_enable mongodb) \
70
		$(use_enable mongodb) \
71
		$(use_enable pcre) \
71
		$(use_enable pcre) \
72
		$(use_enable smtp) \
72
		$(use_enable smtp) \
73
		$(use_enable amqp) \
74
		$(usex amqp --with-librabbitmq-client=internal --without-librabbitmq-client) \
73
		$(use_enable spoof-source) \
75
		$(use_enable spoof-source) \
74
		$(use_enable dbi sql) \
76
		$(use_enable dbi sql) \
75
		$(use_enable ssl) \
77
		$(use_enable ssl) \

Return to bug 516704