diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-02 14:41:06 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-02 14:41:06 +0200 |
commit | 39000bba0e56ed425585f2d899a0d7306f888638 (patch) | |
tree | 3698fe9a9a140560408d5ffde63142b4b6a760c2 /sci-mathematics/lpsolve | |
parent | media-libs/zxing-cpp: Stabilize 2.2.1 ppc64, #921319 (diff) | |
download | gentoo-39000bba0e56ed425585f2d899a0d7306f888638.tar.gz gentoo-39000bba0e56ed425585f2d899a0d7306f888638.tar.bz2 gentoo-39000bba0e56ed425585f2d899a0d7306f888638.zip |
sci-mathematics/lpsolve: Stabilize 5.5.2.11-r2 ppc64, #921319
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-mathematics/lpsolve')
-rw-r--r-- | sci-mathematics/lpsolve/lpsolve-5.5.2.11-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/lpsolve/lpsolve-5.5.2.11-r2.ebuild b/sci-mathematics/lpsolve/lpsolve-5.5.2.11-r2.ebuild index 63989ca46f5f..e8ca9e1d3a41 100644 --- a/sci-mathematics/lpsolve/lpsolve-5.5.2.11-r2.ebuild +++ b/sci-mathematics/lpsolve/lpsolve-5.5.2.11-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 @@ -12,7 +12,7 @@ S="${WORKDIR}"/lp_solve_$(ver_cut 1-2) LICENSE="LGPL-2.1" SLOT="0/55" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux" DEPEND="sci-libs/colamd" RDEPEND="${DEPEND}" |