diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-04-21 18:54:50 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-04-21 18:54:50 +0000 |
commit | 585827c4783ef180d3ad2a996f6921a2e122f018 (patch) | |
tree | 6e69050686f36bce3a60dba03fb6588d605dce49 /sci-biology/muscle | |
parent | ppc stable wrt bug #546022 (diff) | |
download | gentoo-2-585827c4783ef180d3ad2a996f6921a2e122f018.tar.gz gentoo-2-585827c4783ef180d3ad2a996f6921a2e122f018.tar.bz2 gentoo-2-585827c4783ef180d3ad2a996f6921a2e122f018.zip |
ppc stable wrt bug #544956
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sci-biology/muscle')
-rw-r--r-- | sci-biology/muscle/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/muscle/muscle-3.8.31.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-biology/muscle/ChangeLog b/sci-biology/muscle/ChangeLog index 6e24f4139ad9..b3fb62c74eb2 100644 --- a/sci-biology/muscle/ChangeLog +++ b/sci-biology/muscle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/muscle # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/muscle/ChangeLog,v 1.19 2015/04/19 10:01:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/muscle/ChangeLog,v 1.20 2015/04/21 18:54:50 pacho Exp $ + + 21 Apr 2015; Pacho Ramos <pacho@gentoo.org> muscle-3.8.31.ebuild: + ppc stable wrt bug #544956 19 Apr 2015; Agostino Sarubbo <ago@gentoo.org> muscle-3.8.31.ebuild: Stable for x86, wrt bug #544956 diff --git a/sci-biology/muscle/muscle-3.8.31.ebuild b/sci-biology/muscle/muscle-3.8.31.ebuild index d69c098ca002..bbecd1391bd9 100644 --- a/sci-biology/muscle/muscle-3.8.31.ebuild +++ b/sci-biology/muscle/muscle-3.8.31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/muscle/muscle-3.8.31.ebuild,v 1.4 2015/04/19 10:01:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/muscle/muscle-3.8.31.ebuild,v 1.5 2015/04/21 18:54:50 pacho Exp $ EAPI=5 @@ -14,7 +14,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" IUSE="" RDEPEND="!sci-libs/libmuscle" |