diff options
author | 2010-02-06 13:06:31 +0000 | |
---|---|---|
committer | 2010-02-06 13:06:31 +0000 | |
commit | 567c14d3ac278fe82e73d901ecc54e81c8ed69b6 (patch) | |
tree | a8f6644cd33d72459fb534091300934d4ed0790b /sci-biology/mothur | |
parent | Fix LICENSE (#301969). Maintenance (diff) | |
download | gentoo-2-567c14d3ac278fe82e73d901ecc54e81c8ed69b6.tar.gz gentoo-2-567c14d3ac278fe82e73d901ecc54e81c8ed69b6.tar.bz2 gentoo-2-567c14d3ac278fe82e73d901ecc54e81c8ed69b6.zip |
Stable on amd64 wrt bug #298777
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/mothur')
-rw-r--r-- | sci-biology/mothur/ChangeLog | 7 | ||||
-rw-r--r-- | sci-biology/mothur/mothur-1.6.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-biology/mothur/ChangeLog b/sci-biology/mothur/ChangeLog index 4065e453f773..f221850c13f8 100644 --- a/sci-biology/mothur/ChangeLog +++ b/sci-biology/mothur/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/mothur -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/mothur/ChangeLog,v 1.4 2009/12/30 03:20:16 weaver Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/mothur/ChangeLog,v 1.5 2010/02/06 13:06:31 hwoarang Exp $ + + 06 Feb 2010; Markos Chandras <hwoarang@gentoo.org> mothur-1.6.0.ebuild: + Stable on amd64 wrt bug #298777 *mothur-1.7.2 (29 Dec 2009) diff --git a/sci-biology/mothur/mothur-1.6.0.ebuild b/sci-biology/mothur/mothur-1.6.0.ebuild index 7b4b9d1972e5..9773880ce6fc 100644 --- a/sci-biology/mothur/mothur-1.6.0.ebuild +++ b/sci-biology/mothur/mothur-1.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/mothur/mothur-1.6.0.ebuild,v 1.2 2009/12/29 21:14:45 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/mothur/mothur-1.6.0.ebuild,v 1.3 2010/02/06 13:06:31 hwoarang Exp $ EAPI="2" @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.zip" LICENSE="GPL-3" SLOT="0" IUSE="" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" DEPEND="app-arch/unzip" RDEPEND="" |