commit: 1e6ce04126be718cd8b7ac686eab4e9d938668cd Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Mar 4 19:56:04 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Mar 4 19:56:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e6ce041
app-office/libreoffice-bin: depend on (looser) libreoffice-l10n I'd got confused by the tight dep in old lo-bin and assumed that was to do with how we were building it, but that wasn't right in the end. Bug: https://bugs.gentoo.org/950497 Signed-off-by: Sam James <sam <AT> gentoo.org> app-office/libreoffice-bin/libreoffice-bin-24.8.4-r1.ebuild | 3 +++ app-office/libreoffice-bin/libreoffice-bin-25.2.0-r1.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/app-office/libreoffice-bin/libreoffice-bin-24.8.4-r1.ebuild b/app-office/libreoffice-bin/libreoffice-bin-24.8.4-r1.ebuild index 181eb17076b0..0aeeff6455c0 100644 --- a/app-office/libreoffice-bin/libreoffice-bin-24.8.4-r1.ebuild +++ b/app-office/libreoffice-bin/libreoffice-bin-24.8.4-r1.ebuild @@ -65,6 +65,9 @@ RDEPEND=" || ( x11-misc/xdg-utils kde-plasma/kde-cli-tools ) java? ( virtual/jre:11 ) " +PDEPEND=" + =app-office/libreoffice-l10n-$(ver_cut 1-2)* +" RESTRICT="test strip" QA_PREBUILT="opt/* usr/*" diff --git a/app-office/libreoffice-bin/libreoffice-bin-25.2.0-r1.ebuild b/app-office/libreoffice-bin/libreoffice-bin-25.2.0-r1.ebuild index 4386adf62c12..3c8e4713c727 100644 --- a/app-office/libreoffice-bin/libreoffice-bin-25.2.0-r1.ebuild +++ b/app-office/libreoffice-bin/libreoffice-bin-25.2.0-r1.ebuild @@ -65,6 +65,9 @@ RDEPEND=" || ( x11-misc/xdg-utils kde-plasma/kde-cli-tools ) java? ( virtual/jre:11 ) " +PDEPEND=" + =app-office/libreoffice-l10n-$(ver_cut 1-2)* +" RESTRICT="test strip" QA_PREBUILT="opt/* usr/*"
