@@ -, +, @@ --- x11-libs/pixman/pixman-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/x11-libs/pixman/pixman-9999.ebuild +++ a/x11-libs/pixman/pixman-9999.ebuild @@ -34,7 +34,7 @@ pkg_setup() { } multilib_src_configure() { - if use arm && tc-is-clang ; then + if ( use arm || use arm64 ) && tc-is-clang ; then # See bug #768138 and https://gitlab.freedesktop.org/pixman/pixman/-/issues/46 append-cflags $(test-flags-CC -fno-integrated-as) fi --