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

Collapse All | Expand All

(-)a/openssh-6.0_p1.ebuild (-2 / +4 lines)
Lines 24-30 SRC_URI="mirror://openbsd/OpenSSH/portab Link Here
24
LICENSE="as-is"
24
LICENSE="as-is"
25
SLOT="0"
25
SLOT="0"
26
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
26
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
27
IUSE="${HPN_PATCH:++}hpn kerberos ldap libedit pam selinux skey static tcpd X X509"
27
IUSE="elibc_FreeBSD ${HPN_PATCH:++}hpn kerberos ldap libedit pam selinux skey static tcpd X X509"
28
28
29
RDEPEND="pam? ( virtual/pam )
29
RDEPEND="pam? ( virtual/pam )
30
	kerberos? ( virtual/krb5 )
30
	kerberos? ( virtual/krb5 )
Lines 172-178 src_configure() { Link Here
172
		$(use_with libedit) \
172
		$(use_with libedit) \
173
		$(use_with selinux) \
173
		$(use_with selinux) \
174
		$(use_with skey) \
174
		$(use_with skey) \
175
		$(use_with tcpd tcp-wrappers)
175
		$(use_with tcpd tcp-wrappers) \
176
		$(use_enable !elibc_FreeBSD utmp) \
177
		$(use_enable !elibc_FreeBSD wtmp)
176
}
178
}
177
179
178
src_install() {
180
src_install() {

Return to bug 391011