Skip to content

Commit

Permalink
toolchain.eclass: add DEPEND to dev-libs/boehm-gc, bug #617788
Browse files Browse the repository at this point in the history
sys-devel/gcc-7.1.0 requires external dev-libs/boehm-gc, the internal
copy got removed [1].

[1] https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=242985
  • Loading branch information
tamiko committed May 10, 2017
1 parent 673f0e2 commit 6f040a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions eclass/toolchain.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,12 @@ fi

tc_version_is_at_least 4.5 && RDEPEND+=" >=dev-libs/mpc-0.8.1:0"

if in_iuse objc-gc ; then
if tc_version_is_at_least 7 ; then
RDEPEND+=" objc-gc? ( >=dev-libs/boehm-gc-7.4.2 )"
fi
fi

if in_iuse graphite ; then
if tc_version_is_at_least 5.0 ; then
RDEPEND+=" graphite? ( >=dev-libs/isl-0.14 )"
Expand Down

0 comments on commit 6f040a4

Please sign in to comment.