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

Collapse All | Expand All

(-)a/net-dns/bind/bind-9.12.3_p4.ebuild (+5 lines)
Lines 61-66 DEPEND=" Link Here
61
		!libressl? ( dev-libs/openssl:0[-bindist] )
61
		!libressl? ( dev-libs/openssl:0[-bindist] )
62
		libressl? ( dev-libs/libressl )
62
		libressl? ( dev-libs/libressl )
63
	)
63
	)
64
	berkdb? ( sys-libs/db )
64
	mysql? ( dev-db/mysql-connector-c:0= )
65
	mysql? ( dev-db/mysql-connector-c:0= )
65
	odbc? ( >=dev-db/unixODBC-2.2.6 )
66
	odbc? ( >=dev-db/unixODBC-2.2.6 )
66
	ldap? ( net-nds/openldap )
67
	ldap? ( net-nds/openldap )
Lines 108-113 pkg_setup() { Link Here
108
src_prepare() {
109
src_prepare() {
109
	default
110
	default
110
111
112
	if [[ "$SYMLINK_LIB" == 'no' ]] ; then
113
		eapply "${FILESDIR}/${PN}-9.12.3-symlink-lib-no-lib64-multilib.patch"
114
	fi
115
111
	# Adjusting PATHs in manpages
116
	# Adjusting PATHs in manpages
112
	for i in bin/{named/named.8,check/named-checkconf.8,rndc/rndc.8} ; do
117
	for i in bin/{named/named.8,check/named-checkconf.8,rndc/rndc.8} ; do
113
		sed -i \
118
		sed -i \

Return to bug 646380