diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-11-18 15:44:42 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-11-18 15:50:15 -0800 |
commit | 201007b49509a4cfe0a7c0905939a22743bdba52 (patch) | |
tree | 179aad69d0569b2e91b4835fa27bc626a17c1983 /sci-mathematics/lpsolve | |
parent | sci-mathematics/ginac: de-stabilize for ~ppc, bug #823768 (diff) | |
download | gentoo-201007b49509a4cfe0a7c0905939a22743bdba52.tar.gz gentoo-201007b49509a4cfe0a7c0905939a22743bdba52.tar.bz2 gentoo-201007b49509a4cfe0a7c0905939a22743bdba52.zip |
sci-mathematics/lpsolve: de-stabilize for ~ppc, bug #823768
Bug: https://bugs.gentoo.org/823768
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sci-mathematics/lpsolve')
-rw-r--r-- | sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild b/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild index 6ea531bf763f..3a153685d29b 100644 --- a/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild +++ b/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="static-libs" DEPEND="sci-libs/colamd" |