diff options
Diffstat (limited to 'media-libs/libavif/libavif-9999.ebuild')
-rw-r--r-- | media-libs/libavif/libavif-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/libavif/libavif-9999.ebuild b/media-libs/libavif/libavif-9999.ebuild index 511e58cb03d9..1cb15d73dc44 100644 --- a/media-libs/libavif/libavif-9999.ebuild +++ b/media-libs/libavif/libavif-9999.ebuild @@ -63,9 +63,9 @@ multilib_src_configure() { if ! use aom ; then if use rav1e || use svt-av1 ; then - ewarn "libavif on $MULTILIB_ABI_FLAG will work in read-only mode." - ewarn "Support for rav1e and/or svt-av1 is is not available on $MULTILIB_ABI_FLAG" - ewarn "Enable aom flag for full support on $MULTILIB_ABI_FLAG" + ewarn "libavif on ${MULTILIB_ABI_FLAG} will work in read-only mode." + ewarn "Support for rav1e and/or svt-av1 is is not available on ${MULTILIB_ABI_FLAG}" + ewarn "Enable aom flag for full support on ${MULTILIB_ABI_FLAG}" fi fi fi |