diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:53:22 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:46:10 +0300 |
commit | 698feb8e2fbbbda0d8fc3c6865c637e5d86e122d (patch) | |
tree | 5b8af1977a253e737c84406f3d7c4f8fcd4fa00b /sci-libs | |
parent | sci-libs/primegen: destabilize for ~x86 (diff) | |
download | gentoo-698feb8e2fbbbda0d8fc3c6865c637e5d86e122d.tar.gz gentoo-698feb8e2fbbbda0d8fc3c6865c637e5d86e122d.tar.bz2 gentoo-698feb8e2fbbbda0d8fc3c6865c637e5d86e122d.zip |
sci-libs/punc: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/punc/punc-1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/punc/punc-1.5.ebuild b/sci-libs/punc/punc-1.5.ebuild index 2bb21a1e7e5a..e22230669491 100644 --- a/sci-libs/punc/punc-1.5.ebuild +++ b/sci-libs/punc/punc-1.5.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 @@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug doc mpi" RDEPEND=" |