diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:45:42 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:45:06 +0300 |
commit | 5085417aea04a5ebcf26c9ff459ae6aba5236694 (patch) | |
tree | 850981a7542014a7d6ec28070eefbf3325bce638 /sci-biology/biosql/biosql-1.0.1-r2.ebuild | |
parent | sci-biology/bioperl-run: destabilize for ~x86 (diff) | |
download | gentoo-5085417aea04a5ebcf26c9ff459ae6aba5236694.tar.gz gentoo-5085417aea04a5ebcf26c9ff459ae6aba5236694.tar.bz2 gentoo-5085417aea04a5ebcf26c9ff459ae6aba5236694.zip |
sci-biology/biosql: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-biology/biosql/biosql-1.0.1-r2.ebuild')
-rw-r--r-- | sci-biology/biosql/biosql-1.0.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/biosql/biosql-1.0.1-r2.ebuild b/sci-biology/biosql/biosql-1.0.1-r2.ebuild index fd42d5e58a9a..838f3b443ed8 100644 --- a/sci-biology/biosql/biosql-1.0.1-r2.ebuild +++ b/sci-biology/biosql/biosql-1.0.1-r2.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 @@ -9,7 +9,7 @@ SRC_URI="https://biosql.org/DIST/${P}.tar.bz2" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~x86" IUSE="mysql postgres" # WARNING: bioperl-db is claimed to be incompatible with >=postgresql-8.3 (see INSTALL) |