diff options
author | 2023-07-21 11:31:27 -0600 | |
---|---|---|
committer | 2024-10-04 10:53:59 +0100 | |
commit | 79777740a1c77768feae79251dc8d82433132a24 (patch) | |
tree | 7acc9c5fe472636ed589d434ad9e3e7fd6e4baa8 /profiles/arch/sparc | |
parent | dev-db/redis: Stabilize 7.2.6 amd64, #940738 (diff) | |
download | gentoo-79777740a1c77768feae79251dc8d82433132a24.tar.gz gentoo-79777740a1c77768feae79251dc8d82433132a24.tar.bz2 gentoo-79777740a1c77768feae79251dc8d82433132a24.zip |
media-libs/libass: fix implicit dep on dev-libs/libunibreak
Since version 0.17.0, ```media-libs/libass``` searches for ```dev-libs/libunibreak```
to optionally use the Unicode line breaking algorithm instead of ASS' much stricter rules.
Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx>
Signed-off-by: David Roman <davidroman96@gmail.com>
Closes: https://bugs.gentoo.org/911414
Closes: https://github.com/gentoo/gentoo/pull/38871
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/arch/sparc')
-rw-r--r-- | profiles/arch/sparc/package.use.mask | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 55d49431d68f..be94807c3f69 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# David Roman <davidroman96@gmail.com> (2024-10-04) +# dev-libs/libunibreak not keyworded here +media-libs/libass libunibreak + # Sam James <sam@gentoo.org> (2024-08-23) # dev-util/bpftool and/or sys-devel/bpf-toolchain not keyworded here sys-apps/systemd bpf |