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

Collapse All | Expand All

(-)/usr/portage/dev-games/ogre/ogre-1.6.5.ebuild (-3 / +6 lines)
Lines 12-18 Link Here
12
LICENSE="LGPL-2.1"
12
LICENSE="LGPL-2.1"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~amd64 ~x86"
14
KEYWORDS="~amd64 ~x86"
15
IUSE="doc cg devil double-precision examples gtk threads"
15
IUSE="doc cg devil double-precision examples gtk threads cegui"
16
RESTRICT="test" #139905
16
RESTRICT="test" #139905
17
17
18
RDEPEND="dev-libs/zziplib
18
RDEPEND="dev-libs/zziplib
Lines 26-31 Link Here
26
	cg? ( media-gfx/nvidia-cg-toolkit )
26
	cg? ( media-gfx/nvidia-cg-toolkit )
27
	devil? ( media-libs/devil )
27
	devil? ( media-libs/devil )
28
	gtk? ( x11-libs/gtk+:2 )
28
	gtk? ( x11-libs/gtk+:2 )
29
	cegui? ( >=dev-games/cegui-0.5 )
29
	threads? ( || ( >=dev-libs/boost-1.34.1 dev-libs/boost[threads] ) )"
30
	threads? ( || ( >=dev-libs/boost-1.34.1 dev-libs/boost[threads] ) )"
30
DEPEND="${RDEPEND}
31
DEPEND="${RDEPEND}
31
	x11-proto/xf86vidmodeproto
32
	x11-proto/xf86vidmodeproto
Lines 48-54 Link Here
48
	fi
49
	fi
49
	sed -i -e '/CPPUNIT/d' configure.in || die "sed failed"
50
	sed -i -e '/CPPUNIT/d' configure.in || die "sed failed"
50
	epatch "${FILESDIR}"/${P}-boost.patch \
51
	epatch "${FILESDIR}"/${P}-boost.patch \
51
		"${FILESDIR}"/${P}-automake.patch
52
		"${FILESDIR}"/${P}-automake.patch \
53
		"${FILESDIR}"/${P}-explicit-cegui.patch
52
	eautoreconf
54
	eautoreconf
53
}
55
}
54
56
Lines 68-74 Link Here
68
		$(use_enable cg) \
70
		$(use_enable cg) \
69
		$(use_enable devil) \
71
		$(use_enable devil) \
70
		$(use_enable double-precision double) \
72
		$(use_enable double-precision double) \
71
		$(use_enable threads threading)
73
		$(use_enable threads threading) \
74
		$(use_enable cegui)
72
}
75
}
73
76
74
src_install() {
77
src_install() {

Return to bug 298736