dev-libs/elfutils: Fix compile error with stable

The update of the elfutils package for arm64 bumped the amd64 stable to
elfutils-0.158 which unfortunatly, has a cross compile bug.  Specify the
unstable ~amd64 (elfutils-0.161) to work around the problem.

Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
Geoff Levand 2015-06-25 15:23:38 -07:00
parent 00c75ee887
commit ea93fa6b69

View File

@ -113,3 +113,6 @@ dev-util/checkbashisms
# https://bugs.gentoo.org/show_bug.cgi?id=548158 # https://bugs.gentoo.org/show_bug.cgi?id=548158
=sys-apps/gentoo-functions-0.10 =sys-apps/gentoo-functions-0.10
# Avoid cross compile error with amd64 stable (elfutils-0.158).
=dev-libs/elfutils-0.161 ~amd64