commit:     a36fb9a8ef56bef389e9fd2934bfc56d8a30d142
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 14 00:19:57 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 14 00:19:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a36fb9a8

media-libs/libass: only enable libunibreak for native ABI

libunibreak isn't multilib and I don't see much value in adding it there.

Closes: https://bugs.gentoo.org/940756
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../libass/{libass-0.17.1-r1.ebuild => libass-0.17.1-r2.ebuild}       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libass/libass-0.17.1-r1.ebuild 
b/media-libs/libass/libass-0.17.1-r2.ebuild
similarity index 94%
rename from media-libs/libass/libass-0.17.1-r1.ebuild
rename to media-libs/libass/libass-0.17.1-r2.ebuild
index ea718aecd975..eac26bff0857 100644
--- a/media-libs/libass/libass-0.17.1-r1.ebuild
+++ b/media-libs/libass/libass-0.17.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -39,7 +39,7 @@ DOCS=( Changelog )
 multilib_src_configure() {
        ECONF_SOURCE="${S}" econf \
                $(use_enable fontconfig) \
-               $(use_enable libunibreak) \
+               $(multilib_native_use_enable libunibreak) \
                $(use_enable test) \
                --disable-require-system-font-provider
 }

Reply via email to