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

Collapse All | Expand All

(-)bind-9.9.3_p2.ebuild (-1 / +2 lines)
Lines 53-59 Link Here
53
LICENSE="ISC BSD BSD-2 HPND JNIC openssl"
53
LICENSE="ISC BSD BSD-2 HPND JNIC openssl"
54
SLOT="0"
54
SLOT="0"
55
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
55
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
56
IUSE="berkdb caps dlz doc filter-aaaa geoip gost gssapi idn ipv6 ldap mysql odbc
56
IUSE="berkdb caps dlz doc filter-aaaa fixed-rrset geoip gost gssapi idn ipv6 ldap mysql odbc
57
postgres python rpz rrl sdb-ldap selinux ssl static-libs threads urandom xml"
57
postgres python rpz rrl sdb-ldap selinux ssl static-libs threads urandom xml"
58
# no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
58
# no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
59
59
Lines 204-209 Link Here
204
		$(use_with gost) \
204
		$(use_with gost) \
205
		$(use_enable filter-aaaa) \
205
		$(use_enable filter-aaaa) \
206
		$(use_with python) \
206
		$(use_with python) \
207
		$(use_enable fixed-rrset) \
207
		--without-readline \
208
		--without-readline \
208
		${myconf}
209
		${myconf}
209
210

Return to bug 485802