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

(-)a/dev-libs/apr-util/apr-util-1.6.1-r6.ebuild (-4 / +4 lines)
Lines 16-22 SRC_URI="mirror://apache/apr/${P}.tar.bz2" Link Here
16
LICENSE="Apache-2.0"
16
LICENSE="Apache-2.0"
17
SLOT="1"
17
SLOT="1"
18
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
18
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
19
IUSE="berkdb doc gdbm ldap libressl mysql nss odbc openssl postgres sqlite static-libs"
19
IUSE="berkdb doc gdbm ldap libressl mysql nss odbc ssl postgres sqlite static-libs"
20
#RESTRICT="test"
20
#RESTRICT="test"
21
21
22
RDEPEND="
22
RDEPEND="
Lines 31-37 RDEPEND=" Link Here
31
	) )
31
	) )
32
	nss? ( dev-libs/nss )
32
	nss? ( dev-libs/nss )
33
	odbc? ( dev-db/unixODBC )
33
	odbc? ( dev-db/unixODBC )
34
	openssl? (
34
	ssl? (
35
		!libressl? ( dev-libs/openssl:0= )
35
		!libressl? ( dev-libs/openssl:0= )
36
		libressl? ( dev-libs/libressl )
36
		libressl? ( dev-libs/libressl )
37
	)
37
	)
Lines 78-84 src_configure() { Link Here
78
		$(use_with mysql)
78
		$(use_with mysql)
79
		$(use_with nss)
79
		$(use_with nss)
80
		$(use_with odbc)
80
		$(use_with odbc)
81
		$(use_with openssl)
81
		$(use_with ssl)
82
		$(use_with postgres pgsql)
82
		$(use_with postgres pgsql)
83
		$(use_with sqlite sqlite3)
83
		$(use_with sqlite sqlite3)
84
	)
84
	)
Lines 101-107 src_configure() { Link Here
101
		myconf+=( --without-berkeley-db )
101
		myconf+=( --without-berkeley-db )
102
	fi
102
	fi
103
103
104
	if use nss || use openssl ; then
104
	if use nss || use ssl ; then
105
		myconf+=( --with-crypto ) # 518708
105
		myconf+=( --with-crypto ) # 518708
106
	fi
106
	fi
107
107
(-)a/dev-libs/hiredis/hiredis-1.0.0.ebuild (-1 / +4 lines)
Lines 16-22 IUSE="examples ssl static-libs test" Link Here
16
RESTRICT="!test? ( test )"
16
RESTRICT="!test? ( test )"
17
17
18
DEPEND="
18
DEPEND="
19
	ssl? ( dev-libs/openssl )
19
	ssl? ( 
20
			!libressl? ( dev-libs/openssl:0= )
21
			libressl? ( dev-libs/libressl:0= )
22
		)
20
	test? ( dev-db/redis )"
23
	test? ( dev-db/redis )"
21
24
22
src_prepare() {
25
src_prepare() {
(-)a/www-apache/mod_security/mod_security-2.9.1-r1.ebuild (-1 / +2 lines)
Lines 18-24 KEYWORDS="amd64 x86" Link Here
18
IUSE="doc fuzzyhash geoip jit json lua mlogc"
18
IUSE="doc fuzzyhash geoip jit json lua mlogc"
19
19
20
COMMON_DEPEND="dev-libs/apr
20
COMMON_DEPEND="dev-libs/apr
21
	dev-libs/apr-util[openssl]
21
	!libressl? ( dev-libs/openssl:0= )
22
	libressl? ( dev-libs/libressl:0= )
22
	dev-libs/libxml2
23
	dev-libs/libxml2
23
	dev-libs/libpcre[jit?]
24
	dev-libs/libpcre[jit?]
24
	fuzzyhash? ( app-crypt/ssdeep )
25
	fuzzyhash? ( app-crypt/ssdeep )
(-)a/www-apache/mod_security/mod_security-2.9.3.ebuild (-1 / +2 lines)
Lines 18-24 KEYWORDS="amd64 x86" Link Here
18
IUSE="doc fuzzyhash geoip jit json lua mlogc"
18
IUSE="doc fuzzyhash geoip jit json lua mlogc"
19
19
20
COMMON_DEPEND="dev-libs/apr
20
COMMON_DEPEND="dev-libs/apr
21
	dev-libs/apr-util[openssl]
21
	!libressl? ( dev-libs/openssl:0= )
22
	libressl? ( dev-libs/libressl:0= )
22
	dev-libs/libxml2
23
	dev-libs/libxml2
23
	dev-libs/libpcre[jit?]
24
	dev-libs/libpcre[jit?]
24
	fuzzyhash? ( app-crypt/ssdeep )
25
	fuzzyhash? ( app-crypt/ssdeep )

Return to bug 750413