diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:45:29 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:45:04 +0300 |
commit | 0dda7c0b92c818b53c2ebbd76fa1bd986cdc0749 (patch) | |
tree | d2e57fb566b7c175c59959c338f41ce324d663b8 /sci-biology | |
parent | sci-biology/augustus: destabilize for ~x86 (diff) | |
download | gentoo-0dda7c0b92c818b53c2ebbd76fa1bd986cdc0749.tar.gz gentoo-0dda7c0b92c818b53c2ebbd76fa1bd986cdc0749.tar.bz2 gentoo-0dda7c0b92c818b53c2ebbd76fa1bd986cdc0749.zip |
sci-biology/bioperl: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/bioperl/bioperl-1.6.9-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/bioperl/bioperl-1.6.9-r1.ebuild b/sci-biology/bioperl/bioperl-1.6.9-r1.ebuild index 2896271e137a..a692fe812401 100644 --- a/sci-biology/bioperl/bioperl-1.6.9-r1.ebuild +++ b/sci-biology/bioperl/bioperl-1.6.9-r1.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 @@ -15,7 +15,7 @@ DESCRIPTION="Perl tools for bioinformatics - Core modules" HOMEPAGE="http://www.bioperl.org/" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~x86" IUSE="minimal graphviz sqlite ${SUBPROJECTS}" REQUIRED_USE="minimal? ( !graphviz )" |