diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-06-06 10:51:53 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-06-06 10:53:36 -0400 |
commit | 8f8db447103bf5c56c02b626d58b45af5dd18564 (patch) | |
tree | 589305ccc0960cb8c6b686166871af02cd7bdf59 /sci-mathematics | |
parent | package.mask: Mask dev-lang/python-3.13.0_beta2 due to crashes (diff) | |
download | gentoo-8f8db447103bf5c56c02b626d58b45af5dd18564.tar.gz gentoo-8f8db447103bf5c56c02b626d58b45af5dd18564.tar.bz2 gentoo-8f8db447103bf5c56c02b626d58b45af5dd18564.zip |
sci-mathematics/palp: stabilize 2.21 for amd64
Closes: https://bugs.gentoo.org/929009
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/palp/palp-2.21.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/palp/palp-2.21.ebuild b/sci-mathematics/palp/palp-2.21.ebuild index 92c0a3cb307c..043002341a01 100644 --- a/sci-mathematics/palp/palp-2.21.ebuild +++ b/sci-mathematics/palp/palp-2.21.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://gitlab.com/stringstuwien/PALP/-/archive/v${PV}/PALP-v${PV}.tar. S="${WORKDIR}/PALP-v${PV}" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" # The "mori.x" program pipes input to "Singular". RDEPEND="sci-mathematics/singular" |