mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
toolchain.eclass: Use :0= for dependency on >=dev-libs/isl-0.14.
Closes: https://bugs.gentoo.org/650170 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
This commit is contained in:
committed by
Anthony G. Basile
parent
4e23342877
commit
93baf8bdf1
@@ -184,7 +184,7 @@ fi
|
||||
|
||||
if in_iuse graphite ; then
|
||||
if tc_version_is_at_least 5.0 ; then
|
||||
RDEPEND+=" graphite? ( >=dev-libs/isl-0.14 )"
|
||||
RDEPEND+=" graphite? ( >=dev-libs/isl-0.14:0= )"
|
||||
elif tc_version_is_at_least 4.8 ; then
|
||||
RDEPEND+="
|
||||
graphite? (
|
||||
|
||||
Reference in New Issue
Block a user