diff options
author | Sam James <sam@gentoo.org> | 2024-07-14 23:44:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-14 23:44:52 +0100 |
commit | dfd388d146765f35c8c316067faa06a404c57756 (patch) | |
tree | 03a885be76c57868f727858a3503b0d536ea3f15 /sci-mathematics | |
parent | sys-devel/gcc: add 15.0.0_pre20240714 (diff) | |
download | gentoo-dfd388d146765f35c8c316067faa06a404c57756.tar.gz gentoo-dfd388d146765f35c8c316067faa06a404c57756.tar.bz2 gentoo-dfd388d146765f35c8c316067faa06a404c57756.zip |
sci-mathematics/gap: Stabilize 4.13.1 amd64, #936054
Signed-off-by: Sam James <sam@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 9bc9e6442c42..7927d5feec2a 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" IUSE="cpu_flags_x86_popcnt debug memcheck minimal readline test valgrind" REQUIRED_USE="?? ( memcheck valgrind )" |