diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-12-26 10:25:01 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-12-26 10:25:01 +0000 |
commit | 206f8b4237d18436018f480227c3b34c91ac2a94 (patch) | |
tree | 00bf898c22a2b15f657d4132d0810d42da0389b7 /sci-biology | |
parent | quotes and x86 stable, security bug #203328 (diff) | |
download | gentoo-2-206f8b4237d18436018f480227c3b34c91ac2a94.tar.gz gentoo-2-206f8b4237d18436018f480227c3b34c91ac2a94.tar.bz2 gentoo-2-206f8b4237d18436018f480227c3b34c91ac2a94.zip |
amd64 stable wrt #203185
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/muscle/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/muscle/muscle-3.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-biology/muscle/ChangeLog b/sci-biology/muscle/ChangeLog index 5aa2156df22d..8634c3fa5bd5 100644 --- a/sci-biology/muscle/ChangeLog +++ b/sci-biology/muscle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/muscle # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/muscle/ChangeLog,v 1.6 2007/12/25 12:55:41 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/muscle/ChangeLog,v 1.7 2007/12/26 10:25:01 drac Exp $ + + 26 Dec 2007; Samuli Suominen <drac@gentoo.org> muscle-3.6.ebuild: + amd64 stable wrt #203185 25 Dec 2007; nixnut <nixnut@gentoo.org> muscle-3.6.ebuild: Stable on ppc wrt bug 203185 diff --git a/sci-biology/muscle/muscle-3.6.ebuild b/sci-biology/muscle/muscle-3.6.ebuild index c0be6afa038b..e181a618246b 100644 --- a/sci-biology/muscle/muscle-3.6.ebuild +++ b/sci-biology/muscle/muscle-3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/muscle/muscle-3.6.ebuild,v 1.4 2007/12/25 12:55:41 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/muscle/muscle-3.6.ebuild,v 1.5 2007/12/26 10:25:01 drac Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ HOMEPAGE="http://www.drive5.com/muscle/" 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="" DEPEND="${RDEPEND}" |