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

Collapse All | Expand All

(-)file_not_specified_in_diff (-20 / +22 lines)
Line  Link Here
0
-- rspamd-1.3.5.ebuild
0
++ rspamd-1.3.5-r1.ebuild
Lines 13-39 Link Here
13
LICENSE="Apache-2.0"
13
LICENSE="Apache-2.0"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~amd64 ~x86"
15
KEYWORDS="~amd64 ~x86"
16
IUSE="fann +jit"
16
IUSE="fann +jit libressl"
17
17
18
RDEPEND="dev-libs/openssl:0[-bindist]
18
RDEPEND="
19
		fann? ( sci-mathematics/fann )
19
	fann? ( sci-mathematics/fann )
20
		jit? (
20
	jit? (
21
			dev-libs/libpcre[jit]
21
		dev-libs/libpcre[jit]
22
			dev-lang/luajit:2
22
		dev-lang/luajit:2
23
		)
23
	)
24
		!jit? (
24
	!jit? (
25
			dev-libs/libpcre[-jit]
25
		dev-libs/libpcre[-jit]
26
			>=dev-lang/lua-5.1:0
26
		>=dev-lang/lua-5.1:0
27
		)
27
	)
28
		dev-libs/libevent
28
	!libressl? ( dev-libs/openssl:0[-bindist] )
29
		dev-db/sqlite:3
29
	libressl? ( dev-libs/libressl )
30
		dev-libs/glib:2
30
	dev-libs/libevent
31
		dev-libs/gmime
31
	dev-db/sqlite:3
32
		dev-util/ragel
32
	dev-libs/glib:2
33
		sys-apps/file
33
	dev-libs/gmime
34
		virtual/libiconv"
34
	dev-util/ragel
35
	sys-apps/file
36
	virtual/libiconv"
35
DEPEND="dev-util/ragel
37
DEPEND="dev-util/ragel
36
		${RDEPEND}"
38
	${RDEPEND}"
37
39
38
pkg_setup() {
40
pkg_setup() {
39
	enewgroup rspamd
41
	enewgroup rspamd

Return to bug 595094