diff options
author | PPed72 <paolo.pedroni@iol.it> | 2022-01-11 10:36:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-13 01:02:46 +0000 |
commit | 1d443df41addfdaf3ec29240d79f630a5be7edec (patch) | |
tree | 010c63380c5d75e51ad536f7512e007650760741 | |
parent | sys-apps/iproute2: tidy up a bit (diff) | |
download | gentoo-1d443df41addfdaf3ec29240d79f630a5be7edec.tar.gz gentoo-1d443df41addfdaf3ec29240d79f630a5be7edec.tar.bz2 gentoo-1d443df41addfdaf3ec29240d79f630a5be7edec.zip |
sci-mathematics/gimps: add 32 bit binary
Signed-off-by: Paolo Pedroni <paolo.pedroni@iol.it>
Closes: https://bugs.gentoo.org/830996
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Closes: https://github.com/gentoo/gentoo/pull/23738
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sci-mathematics/gimps/Manifest | 1 | ||||
-rw-r--r-- | sci-mathematics/gimps/gimps-30.7.9.ebuild | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sci-mathematics/gimps/Manifest b/sci-mathematics/gimps/Manifest index c2cb5e746786..a90c60e47b57 100644 --- a/sci-mathematics/gimps/Manifest +++ b/sci-mathematics/gimps/Manifest @@ -1,3 +1,4 @@ +DIST gimps-30.7.9.linux32.tar.gz 5966449 BLAKE2B b31b93417857d338e5e7454e1466bd881422fef51ce0cecb9f7991f7dd19526fcfc01283e0ed871859e32aa4672492fe222bdacd2e06b55ef8401a2169c1846a SHA512 0491f7ec80953b8a86c75b6cc58532130dd51c6abd28617c87208da22a1fb4a1d2f4bea15bf6bd5de3a6706f5b8dcaa5a4cf7bcd39a47f5db0ee4ec74c41cfbd DIST gimps-30.7.9.linux64.tar.gz 7100830 BLAKE2B 8ebae083d26309f7c624e38c943e3bb0c7fe40a538840970dc222ed33ba5eaa9a5c0767b822682921eaae27f839c1eca5c0204b2c135748002e5d072744afe25 SHA512 5e6f3fbcc50b9b91fda7b286392bb17e58fd8d55a8386f27e206c63c560993da9713513d5eb4355e8e934f2e8703b39fc96f3c6f01058b729330f3526d37479b DIST p95v303b6.linux32.tar.gz 5702312 BLAKE2B 728c8b8e7e2b5187dc8126bccc5e2c165fbfbc0900d6c35517cd21b78e5292df143641e3766cc0146918062039b1eecab568f9b278f64b1b9197ee2f775603b9 SHA512 3e06fb77be07334949ece3ae152bdf5491f0b7f8e33e0e8ed2af3c34332841975a9514d1993ed2355abfa4e09f93e42093d02f96dc30c3471ae9f974cc2de11a DIST p95v303b6.linux64.tar.gz 7046127 BLAKE2B 9cde9c2670203071cfc463434a47c8123064cb232bfeb25d8767cad2c25ea75b395e2ec135b7b4a6dc9616e9d6b05ead371e1083274a82468f62a0e1de93c98f SHA512 6d6ded9a1724993d42adee28d400b0337835c52a4ce42271e62efb37134adfc6f017f55475860fbc1224e377a227ef8547b8852a35c082c37e996f4a1c1b570c diff --git a/sci-mathematics/gimps/gimps-30.7.9.ebuild b/sci-mathematics/gimps/gimps-30.7.9.ebuild index f1cf70e083a8..33b432fb3b2f 100644 --- a/sci-mathematics/gimps/gimps-30.7.9.ebuild +++ b/sci-mathematics/gimps/gimps-30.7.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,12 +16,13 @@ MY_PV=$(ver_rs 2 'b' ) SRC_URI=" amd64? ( https://www.mersenne.org/ftp_root/gimps/p95v${MY_PV/./}.linux64.tar.gz -> ${P}.linux64.tar.gz ) + x86? ( https://www.mersenne.org/ftp_root/gimps/p95v${MY_PV/./}.linux32.tar.gz -> ${P}.linux32.tar.gz ) " SLOT="0" LICENSE="GIMPS" RESTRICT="mirror bindist" -KEYWORDS="-* ~amd64" +KEYWORDS="-* ~amd64 ~x86" # Since there are no statically linked binaries for this version of mprime, # and no static binaries for amd64 in general, we use the dynamically linked |