diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-08-28 09:20:20 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-08-29 10:03:24 -0400 |
commit | 48c64c09523127fdf44095413e11ed5bd2e288fe (patch) | |
tree | 7323a3db2c5a25edd5497b806153a7a1fb844b74 /sci-mathematics | |
parent | sci-mathematics/polymake: add 4.12 (diff) | |
download | gentoo-48c64c09523127fdf44095413e11ed5bd2e288fe.tar.gz gentoo-48c64c09523127fdf44095413e11ed5bd2e288fe.tar.bz2 gentoo-48c64c09523127fdf44095413e11ed5bd2e288fe.zip |
sci-mathematics/gap,dev-gap/*: add ~riscv keywords
(And rearrange some variables to appease pkgcheck.)
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/gap/gap-4.13.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/gap/gap-4.13.1.ebuild b/sci-mathematics/gap/gap-4.13.1.ebuild index 7927d5feec2a..083b69e86f54 100644 --- a/sci-mathematics/gap/gap-4.13.1.ebuild +++ b/sci-mathematics/gap/gap-4.13.1.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/${P/_/-}" LICENSE="GPL-2+" SLOT="0/9" # soname -KEYWORDS="amd64" +KEYWORDS="amd64 ~riscv" IUSE="cpu_flags_x86_popcnt debug memcheck minimal readline test valgrind" REQUIRED_USE="?? ( memcheck valgrind )" |