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

Collapse All | Expand All

(-)zile-1.7_beta3-r1.ebuild.orig (-1 / +4 lines)
Lines 12-18 Link Here
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="x86 alpha ppc amd64"
14
KEYWORDS="x86 alpha ppc amd64"
15
IUSE="doc"
15
IUSE="doc livecd"
16
16
17
RDEPEND=">=sys-libs/ncurses-5.2"
17
RDEPEND=">=sys-libs/ncurses-5.2"
18
DEPEND=">=dev-util/gperf-2.7.2
18
DEPEND=">=dev-util/gperf-2.7.2
Lines 47-50 Link Here
47
		install || die
47
		install || die
48
48
49
	dodoc AUTHORS HISTORY KNOWNBUGS NEWS README* TODO
49
	dodoc AUTHORS HISTORY KNOWNBUGS NEWS README* TODO
50
	if use livecd; then
51
		dosym /usr/bin/zile /usr/bin/emacs
52
	fi
50
}
53
}

Return to bug 100286