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

Collapse All | Expand All

(-)/usr/portage/dev-lang/polyml/polyml-5.2.1.ebuild (-3 / +3 lines)
Lines 13-25 Link Here
13
KEYWORDS="~amd64 ~x86"
13
KEYWORDS="~amd64 ~x86"
14
IUSE="X"
14
IUSE="X"
15
15
16
DEPEND=""
16
RDEPEND="X? ( x11-libs/openmotif )"
17
RDEPEND=""
17
DEPEND="${RDEPEND}"
18
18
19
S=${WORKDIR}/${MY_P}
19
S=${WORKDIR}/${MY_P}
20
20
21
src_compile() {
21
src_compile() {
22
	econf $(use_with X)
22
	econf $(use_with X x)
23
23
24
	emake || die
24
	emake || die
25
}
25
}

Return to bug 296797