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

Collapse All | Expand All

(-)apache-2.4.16.ebuild (-2 / +11 lines)
Lines 126-133 Link Here
126
IUSE="alpn"
126
IUSE="alpn"
127
REQUIRED_USE="alpn? ( ssl )"
127
REQUIRED_USE="alpn? ( ssl )"
128
128
129
DEPEND+="alpn? ( >=dev-libs/openssl-1.0.2:0= )"
129
DEPEND+="
130
RDEPEND+="alpn? ( >=dev-libs/openssl-1.0.2:0= )"
130
	alpn? (
131
		!libressl? ( >=dev-libs/openssl-1.0.2:0= )
132
		libressl? ( dev-libs/libressl:= )
133
	)"
134
RDEPEND+="
135
	alpn? (
136
		!libressl? ( >=dev-libs/openssl-1.0.2:0= )
137
		libressl? ( dev-libs/libressl:= )
138
	)
139
	"
131
140
132
pkg_setup() {
141
pkg_setup() {
133
	# dependend critical modules which are not allowed in global scope due
142
	# dependend critical modules which are not allowed in global scope due

Return to bug 562324