--- zile-1.7_beta3-r1.ebuild.orig 2005-07-25 15:43:31.000000000 -0500 +++ zile-1.7_beta3-r1.ebuild 2005-07-25 15:52:26.000000000 -0500 @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 alpha ppc amd64" -IUSE="doc" +IUSE="doc livecd" RDEPEND=">=sys-libs/ncurses-5.2" DEPEND=">=dev-util/gperf-2.7.2 @@ -47,4 +47,7 @@ install || die dodoc AUTHORS HISTORY KNOWNBUGS NEWS README* TODO + if use livecd; then + dosym /usr/bin/zile /usr/bin/emacs + fi }