View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/dev-tcltk/snack/snack-2.2.10.ebuild (-2 / +8 lines)
 Lines 11-17    Link Here 
LICENSE="BSD"
LICENSE="BSD"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
SLOT="0"
SLOT="0"
IUSE="alsa python threads vorbis"
IUSE="alsa python threads vorbis examples"
RESTRICT="test" # Bug 78354
RESTRICT="test" # Bug 78354
 Lines 45-51    Link Here 
		cd "${S}"/../python
		cd "${S}"/../python
		python setup.py install --root="${D}" || die
		python setup.py install --root="${D}" || die
	fi
	fi
	if use examples ; then
		cd "${S}"/..
		sed -i s/wish8.3/wish/g demos/tcl/*tcl
		dodir /usr/share/${PN}
		insinto /usr/share/${PN}
		doins -r demos
	fi
	cd "${S}"/..
	cd "${S}"/..
	dodoc README changes
	dodoc README changes