diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:46:04 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:45:07 +0300 |
commit | c46cba74e364b78501ad5ba34fb2a851e48c56d8 (patch) | |
tree | fa28854acff9314971db320226fd9ae53e49a6c9 /sci-biology/infernal | |
parent | sci-biology/glimmerhmm: destabilize for ~x86 (diff) | |
download | gentoo-c46cba74e364b78501ad5ba34fb2a851e48c56d8.tar.gz gentoo-c46cba74e364b78501ad5ba34fb2a851e48c56d8.tar.bz2 gentoo-c46cba74e364b78501ad5ba34fb2a851e48c56d8.zip |
sci-biology/infernal: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-biology/infernal')
-rw-r--r-- | sci-biology/infernal/infernal-1.0.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/infernal/infernal-1.0.2-r1.ebuild b/sci-biology/infernal/infernal-1.0.2-r1.ebuild index 2e96418b6bb9..9aa5fd13f4db 100644 --- a/sci-biology/infernal/infernal-1.0.2-r1.ebuild +++ b/sci-biology/infernal/infernal-1.0.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 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="ftp://selab.janelia.org/pub/software/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~x86" IUSE="mpi" RDEPEND="mpi? ( virtual/mpi )" |