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

(-)alpine-2.00-r7.ebuild (-2 / +5 lines)
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 +chappa"
17
IUSE="doc ipv6 kerberos ldap libressl nls onlyalpine pam passfile smime spell ssl threads +chappa"
18
18
19
DEPEND="virtual/pam
19
DEPEND="pam? ( virtual/pam )
20
	>=net-libs/c-client-2007f-r4[chappa=]
20
	>=net-libs/c-client-2007f-r4[chappa=]
21
	>=sys-libs/ncurses-5.1:0=
21
	>=sys-libs/ncurses-5.1:0=
22
	ssl? (
22
	ssl? (
Lines 47-52 Link Here
47
	done < <(find "${S}" -name "*.c" -o -name "*.h")
47
	done < <(find "${S}" -name "*.c" -o -name "*.h")
48
	eend $?
48
	eend $?
49
49
50
	use pam && eapply "${FILESDIR}"/2.00-lpam.patch
51
	sed -ie 's/AC_CHECK_LIB[^(]*([^,]*pam[^,]*,[^,]*,/AS_IF(['$(
52
		usex pam true false)'],/' -- "${S}"/configure.ac
50
	epatch "${FILESDIR}"/2.00-lpam.patch
53
	epatch "${FILESDIR}"/2.00-lpam.patch
51
	epatch "${FILESDIR}"/2.00-lcrypto.patch
54
	epatch "${FILESDIR}"/2.00-lcrypto.patch
52
	epatch "${FILESDIR}"/2.00-c-client.patch
55
	epatch "${FILESDIR}"/2.00-c-client.patch

Return to bug 617924