diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-02 19:13:14 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 14:12:47 +0300 |
commit | 2e5cf4059662fc26b1a45fd04b81bf5f021ced51 (patch) | |
tree | 7046651ee5b09d2c8b93113a9ab021fc4c12a843 /sci-mathematics/glpk/glpk-5.0-r1.ebuild | |
parent | sci-libs/umfpack: destabilize for ~ppc (diff) | |
download | gentoo-2e5cf4059662fc26b1a45fd04b81bf5f021ced51.tar.gz gentoo-2e5cf4059662fc26b1a45fd04b81bf5f021ced51.tar.bz2 gentoo-2e5cf4059662fc26b1a45fd04b81bf5f021ced51.zip |
sci-mathematics/glpk: destabilize for ~ppc
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-mathematics/glpk/glpk-5.0-r1.ebuild')
-rw-r--r-- | sci-mathematics/glpk/glpk-5.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/glpk/glpk-5.0-r1.ebuild b/sci-mathematics/glpk/glpk-5.0-r1.ebuild index b02c398a95be..4035b2d2c2a9 100644 --- a/sci-mathematics/glpk/glpk-5.0-r1.ebuild +++ b/sci-mathematics/glpk/glpk-5.0-r1.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 @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0/40" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" IUSE="doc examples gmp odbc mysql" BDEPEND="virtual/pkgconfig" |