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

(-)a/eclass/toolchain.eclass (-2 / +1 lines)
Lines 184-190 fi Link Here
184
184
185
if in_iuse graphite ; then
185
if in_iuse graphite ; then
186
	if tc_version_is_at_least 5.0 ; then
186
	if tc_version_is_at_least 5.0 ; then
187
		RDEPEND+=" graphite? ( >=dev-libs/isl-0.14 )"
187
		RDEPEND+=" graphite? ( >=dev-libs/isl-0.14:0= )"
188
	elif tc_version_is_at_least 4.8 ; then
188
	elif tc_version_is_at_least 4.8 ; then
189
		RDEPEND+="
189
		RDEPEND+="
190
			graphite? (
190
			graphite? (
191
- 

Return to bug 650170