diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-04-08 13:36:23 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-04-08 13:36:23 +0000 |
commit | a7c5f76d3e805e2a9aae63778b8d82fc05f907cf (patch) | |
tree | bf1999bb5b9e04cfec5c580511f5a076555e0898 /sci-biology | |
parent | Stable for amd64, wrt bug #544948 (diff) | |
download | gentoo-2-a7c5f76d3e805e2a9aae63778b8d82fc05f907cf.tar.gz gentoo-2-a7c5f76d3e805e2a9aae63778b8d82fc05f907cf.tar.bz2 gentoo-2-a7c5f76d3e805e2a9aae63778b8d82fc05f907cf.zip |
Stable for amd64, wrt bug #544956
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sci-biology')
-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 9639278b960b..d4f30eae2f0e 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.17 2015/04/07 14:33:46 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/muscle/ChangeLog,v 1.18 2015/04/08 13:36:23 ago Exp $ + + 08 Apr 2015; Agostino Sarubbo <ago@gentoo.org> muscle-3.8.31.ebuild: + Stable for amd64, wrt bug #544956 29 Mar 2015; Justin Lecher <jlec@gentoo.org> -muscle-3.6.ebuild, -muscle-3.7.ebuild, metadata.xml, muscle-3.8.31.ebuild: diff --git a/sci-biology/muscle/muscle-3.8.31.ebuild b/sci-biology/muscle/muscle-3.8.31.ebuild index e38f475716b9..752893e3c8f3 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.2 2015/03/29 14:51:05 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/muscle/muscle-3.8.31.ebuild,v 1.3 2015/04/08 13:36:23 ago 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" |