diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-05-03 19:58:44 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-05-03 19:59:40 +0200 |
commit | 65bb0a915925e56dce4e0e1d640d7c492b856136 (patch) | |
tree | 49c844bdb17c1388ccd59302c0071eecf173c1ac | |
parent | dev-libs/liborcus: drop 0.17.2 (diff) | |
download | gentoo-65bb0a915925e56dce4e0e1d640d7c492b856136.tar.gz gentoo-65bb0a915925e56dce4e0e1d640d7c492b856136.tar.bz2 gentoo-65bb0a915925e56dce4e0e1d640d7c492b856136.zip |
app-office/libreoffice-bin: Fix lpsolve subslot
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | app-office/libreoffice-bin/libreoffice-bin-7.4.6.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/libreoffice-bin/libreoffice-bin-7.4.6.2.ebuild b/app-office/libreoffice-bin/libreoffice-bin-7.4.6.2.ebuild index 0d8f85e1dc8b..2f743558424d 100644 --- a/app-office/libreoffice-bin/libreoffice-bin-7.4.6.2.ebuild +++ b/app-office/libreoffice-bin/libreoffice-bin-7.4.6.2.ebuild @@ -62,7 +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 + sci-mathematics/lpsolve:0/55 >=sys-devel/gcc-12.2.1 >=sys-libs/glibc-2.36 " |