diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:55:29 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:49:59 +0300 |
commit | 4633c475ce547cc6afbf5e9cea2699565c2b9934 (patch) | |
tree | 6e7e1e9e4f396dc8320e2fd22b487f705e8092e7 /sci-mathematics/prng | |
parent | sci-mathematics/polymake: destabilize for ~x86 (diff) | |
download | gentoo-4633c475ce547cc6afbf5e9cea2699565c2b9934.tar.gz gentoo-4633c475ce547cc6afbf5e9cea2699565c2b9934.tar.bz2 gentoo-4633c475ce547cc6afbf5e9cea2699565c2b9934.zip |
sci-mathematics/prng: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-mathematics/prng')
-rw-r--r-- | sci-mathematics/prng/prng-3.0.2-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/prng/prng-3.0.2-r3.ebuild b/sci-mathematics/prng/prng-3.0.2-r3.ebuild index 676b10eb389a..e25b96a897a2 100644 --- a/sci-mathematics/prng/prng-3.0.2-r3.ebuild +++ b/sci-mathematics/prng/prng-3.0.2-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 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="http://statmath.wu.ac.at/prng/${P}.tar.gz" LICENSE="GPL-2" SLOT=0 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc examples static-libs" PATCHES=( |