check_root: silence the incorrect libperl warnings

This commit is contained in:
David Michael 2017-06-14 16:29:14 -07:00
parent 6508cf3faa
commit 5a50abc4ac

View File

@ -28,10 +28,9 @@ IGNORE_MISSING = {
"dev-lang/go-bootstrap": [SonameAtom("x86_32", "libc.so.6"),
SonameAtom("x86_64", "libc.so.6")],
# RPATHs and symlinks apparently confuse the perl-5.22 package
"dev-lang/perl": [SonameAtom("arm_64", "libperl.so.5.22.3"),
SonameAtom("x86_32", "libperl.so.5.22.3"),
SonameAtom("x86_64", "libperl.so.5.22.3")],
# RPATHs and symlinks apparently confuse the perl-5.24 package
"dev-lang/perl": [SonameAtom("arm_64", "libperl.so.5.24.1"),
SonameAtom("x86_64", "libperl.so.5.24.1")],
# https://bugs.gentoo.org/show_bug.cgi?id=554582
"net-firewall/ebtables": [SonameAtom("arm_64", "libebt_802_3.so"),