diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:46:10 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:45:08 +0300 |
commit | 9d8c251c36e5d6a8364a9fa8082cbfdbc2a8f067 (patch) | |
tree | 8e04f51408a44b449b436783c2adc4bf7c9127c9 /sci-biology/muscle | |
parent | sci-biology/mothur: destabilize for ~x86 (diff) | |
download | gentoo-9d8c251c36e5d6a8364a9fa8082cbfdbc2a8f067.tar.gz gentoo-9d8c251c36e5d6a8364a9fa8082cbfdbc2a8f067.tar.bz2 gentoo-9d8c251c36e5d6a8364a9fa8082cbfdbc2a8f067.zip |
sci-biology/muscle: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-biology/muscle')
-rw-r--r-- | sci-biology/muscle/muscle-3.8.31.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/muscle/muscle-3.8.31.ebuild b/sci-biology/muscle/muscle-3.8.31.ebuild index 1638c655be32..e47f5f66cf46 100644 --- a/sci-biology/muscle/muscle-3.8.31.ebuild +++ b/sci-biology/muscle/muscle-3.8.31.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=7 @@ -13,7 +13,7 @@ SRC_URI="https://www.drive5.com/muscle/downloads${PV}/${MY_P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ~ppc ~x86" RDEPEND="!sci-libs/libmuscle" |