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

Collapse All | Expand All

(-)/usr/portage/x11-misc/xfe/xfe-0.66.ebuild (-1 / +3 lines)
Lines 12-18 Link Here
12
IUSE="nls"
12
IUSE="nls"
13
13
14
# fox-1.1* is incompatible
14
# fox-1.1* is incompatible
15
DEPEND="=x11-libs/fox-1.0*"
15
RDEPEND="=x11-libs/fox-1.0*"
16
DEPEND="${RDEPEND}
17
	dev-util/reswrap"
16
18
17
src_compile() {
19
src_compile() {
18
	econf `use_enable nls` || die
20
	econf `use_enable nls` || die
(-)/usr/portage/x11-misc/xfe/xfe-0.72.ebuild (-1 / +3 lines)
Lines 14-20 Link Here
14
IUSE="nls"
14
IUSE="nls"
15
15
16
# fox-1.0.x, fox-1.1.x and fox-1.3.x are incompatible.
16
# fox-1.0.x, fox-1.1.x and fox-1.3.x are incompatible.
17
DEPEND="=x11-libs/fox-1.2*"
17
RDEPEND="=x11-libs/fox-1.2*"
18
DEPEND="${RDEPEND}
19
	dev-util/reswrap"
18
20
19
src_unpack()
21
src_unpack()
20
{
22
{

Return to bug 88924