diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:55:22 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:49:59 +0300 |
commit | f296ee75bb4d83616eba51970a69c78507211d6e (patch) | |
tree | 6e59693a3804ac4369d0221ba225efa8cbb9be1b /sci-mathematics/planarity | |
parent | sci-mathematics/pari-data: destabilize for ~x86 (diff) | |
download | gentoo-f296ee75bb4d83616eba51970a69c78507211d6e.tar.gz gentoo-f296ee75bb4d83616eba51970a69c78507211d6e.tar.bz2 gentoo-f296ee75bb4d83616eba51970a69c78507211d6e.zip |
sci-mathematics/planarity: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-mathematics/planarity')
-rw-r--r-- | sci-mathematics/planarity/planarity-3.0.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/planarity/planarity-3.0.2.0.ebuild b/sci-mathematics/planarity/planarity-3.0.2.0.ebuild index 1c8db97eb865..11e65b5d56d1 100644 --- a/sci-mathematics/planarity/planarity-3.0.2.0.ebuild +++ b/sci-mathematics/planarity/planarity-3.0.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/graph-algorithms/edge-addition-planarity-suite/relea LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~x86" src_install() { default |