Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 172586
Collapse All | Expand All

(-)fish/fish-1.22.2.ebuild (-1 / +6 lines)
Lines 16-21 RDEPEND="sys-libs/ncurses Link Here
16
DEPEND="${RDEPEND}
16
DEPEND="${RDEPEND}
17
	doc? ( app-doc/doxygen )"
17
	doc? ( app-doc/doxygen )"
18
18
19
src_unpack() {
20
	unpack ${A}; cd ${S}
21
	use doc || sed -i '/^all:/s/user_doc//' Makefile.in
22
}
23
19
src_compile() {
24
src_compile() {
20
	# Set things up for fish to be a default shell.
25
	# Set things up for fish to be a default shell.
21
	# It has to be in /bin in case /usr is unavailable.
26
	# It has to be in /bin in case /usr is unavailable.
Lines 27-33 src_compile() { Link Here
27
		|| die "econf failed"
32
		|| die "econf failed"
28
	emake || die "emake failed"
33
	emake || die "emake failed"
29
	if use doc; then
34
	if use doc; then
30
		emake doc || die "emake doc failed"
35
		emake user_doc || die "emake user_doc failed"
31
	fi
36
	fi
32
}
37
}
33
38

Return to bug 172586