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

(-)inform-6.31.1.ebuild~ (-1 / +3 lines)
Lines 9-15 Link Here
9
LICENSE="Inform"
9
LICENSE="Inform"
10
SLOT="0"
10
SLOT="0"
11
KEYWORDS="~amd64 ~ppc ~ppc-macos ~sparc ~x86"
11
KEYWORDS="~amd64 ~ppc ~ppc-macos ~sparc ~x86"
12
IUSE=""
12
IUSE="emacs"
13
14
PDEPEND="emacs? ( app-emacs/inform-mode )"
13
15
14
src_install() {
16
src_install() {
15
	emake DESTDIR="${D}" install || die "emake install failed"
17
	emake DESTDIR="${D}" install || die "emake install failed"

Return to bug 202232