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

Collapse All | Expand All

(-)a/net-dns/bind-tools/bind-tools-9.16.4.ebuild (-2 / +3 lines)
Lines 36-44 DEPEND="${COMMON_DEPEND}" Link Here
36
36
37
RDEPEND="${COMMON_DEPEND}"
37
RDEPEND="${COMMON_DEPEND}"
38
38
39
# sphinx required for man-page and html creation
40
BDEPEND="${PYTHON_DEPS}
39
BDEPEND="${PYTHON_DEPS}
41
	dev-python/sphinx
42
	virtual/pkgconfig"
40
	virtual/pkgconfig"
43
41
44
S="${WORKDIR}/${MY_P}"
42
S="${WORKDIR}/${MY_P}"
Lines 58-63 src_prepare() { Link Here
58
	rm aclocal.m4 || die
56
	rm aclocal.m4 || die
59
	rm -rf libtool.m4/ || die
57
	rm -rf libtool.m4/ || die
60
58
59
	# ensure prebuilt has a higher timestamp than source
60
	touch doc/man/*.?in
61
61
	eautoreconf
62
	eautoreconf
62
}
63
}
63
64

Return to bug 730270