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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +5 lines)
Line  Link Here
0
-- 1/alpine-2.21.1-r1.ebuild
0
++ 1/alpine-2.21.1-r1.ebuild
Lines 14-22 Link Here
14
LICENSE="Apache-2.0"
14
LICENSE="Apache-2.0"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="alpha amd64 ia64 ppc sparc x86"
16
KEYWORDS="alpha amd64 ia64 ppc sparc x86"
17
IUSE="doc ipv6 kerberos ldap libressl nls onlyalpine passfile smime spell ssl threads"
17
IUSE="doc ipv6 kerberos ldap libressl nls onlyalpine pam passfile smime spell ssl threads"
18
18
19
DEPEND="virtual/pam
19
DEPEND="pam? ( virtual/pam )
20
	>=sys-libs/ncurses-5.1:0=
20
	>=sys-libs/ncurses-5.1:0=
21
	ssl? (
21
	ssl? (
22
		!libressl? ( dev-libs/openssl:0= )
22
		!libressl? ( dev-libs/openssl:0= )
Lines 33-38 Link Here
33
"
33
"
34
34
35
src_prepare() {
35
src_prepare() {
36
	sed -ie 's/AC_CHECK_LIB[^(]*([^,]*pam[^,]*,[^,]*,/AS_IF(['$(
37
		usex pam true false)'],/' -- "${S}"/configure.ac
36
	default
38
	default
37
	eautoreconf
39
	eautoreconf
38
}
40
}

Return to bug 617924