commit: a1e7db7deebb59305d38af91b051d66a0cb5c9eb Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Feb 4 17:24:05 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Feb 4 17:24:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e7db7d
app-office/libreoffice-bin: depend on right lpsolve Can't easily revbump because of SRC_URI... Closes: https://bugs.gentoo.org/893202 Signed-off-by: Sam James <sam <AT> gentoo.org> app-office/libreoffice-bin/libreoffice-bin-7.3.7.2.ebuild | 3 ++- app-office/libreoffice-bin/libreoffice-bin-7.4.4.2.ebuild | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app-office/libreoffice-bin/libreoffice-bin-7.3.7.2.ebuild b/app-office/libreoffice-bin/libreoffice-bin-7.3.7.2.ebuild index 00bc9c0b3e35..a028d0491854 100644 --- a/app-office/libreoffice-bin/libreoffice-bin-7.3.7.2.ebuild +++ b/app-office/libreoffice-bin/libreoffice-bin-7.3.7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -62,6 +62,7 @@ BIN_COMMON_DEPEND=" media-libs/libpng:0/16 media-libs/openjpeg:2/7 media-libs/zxing-cpp:0/1.4 + sci-mathematics/lpsolve:0/0 >=sys-devel/gcc-11.3.0 >=sys-libs/glibc-2.35 " diff --git a/app-office/libreoffice-bin/libreoffice-bin-7.4.4.2.ebuild b/app-office/libreoffice-bin/libreoffice-bin-7.4.4.2.ebuild index 33f63ae8237a..43150fdbf3cb 100644 --- a/app-office/libreoffice-bin/libreoffice-bin-7.4.4.2.ebuild +++ b/app-office/libreoffice-bin/libreoffice-bin-7.4.4.2.ebuild @@ -62,6 +62,7 @@ BIN_COMMON_DEPEND=" media-libs/libpng:0/16 media-libs/openjpeg:2/7 media-libs/zxing-cpp:0/3 + sci-mathematics/lpsolve:0/0 >=sys-devel/gcc-11.3.0 >=sys-libs/glibc-2.36 "
