mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 14:11:07 +02:00
check_root: silence the incorrect libperl warnings
This commit is contained in:
parent
3dec02768d
commit
fdbb2d1bd6
@ -28,6 +28,11 @@ IGNORE_MISSING = {
|
|||||||
"dev-lang/go-bootstrap": [SonameAtom("x86_32", "libc.so.6"),
|
"dev-lang/go-bootstrap": [SonameAtom("x86_32", "libc.so.6"),
|
||||||
SonameAtom("x86_64", "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")],
|
||||||
|
|
||||||
# https://bugs.gentoo.org/show_bug.cgi?id=554582
|
# https://bugs.gentoo.org/show_bug.cgi?id=554582
|
||||||
"net-firewall/ebtables": [SonameAtom("arm_64", "libebt_802_3.so"),
|
"net-firewall/ebtables": [SonameAtom("arm_64", "libebt_802_3.so"),
|
||||||
SonameAtom("arm_64", "libebt_among.so"),
|
SonameAtom("arm_64", "libebt_among.so"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user