diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-11-18 15:44:51 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-11-18 15:50:18 -0800 |
commit | 031cf9ad4d10c5620a9874c5dc05b9b80ab627ba (patch) | |
tree | d261aff0ad9da588b81193a3f4e5bffe433f2b00 /sci-biology/muscle | |
parent | sci-biology/phyml: de-stabilize for ~ppc, bug #823768 (diff) | |
download | gentoo-031cf9ad4d10c5620a9874c5dc05b9b80ab627ba.tar.gz gentoo-031cf9ad4d10c5620a9874c5dc05b9b80ab627ba.tar.bz2 gentoo-031cf9ad4d10c5620a9874c5dc05b9b80ab627ba.zip |
sci-biology/muscle: de-stabilize for ~ppc, bug #823768
Bug: https://bugs.gentoo.org/823768
Signed-off-by: Georgy Yakovlev <gyakovlev@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 72c9a2c7e178..14781d000e78 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-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="http://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" |