commit: 6a11bee690bba5d3de48be84eca0d7c90508f841 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Mon Feb 6 20:48:02 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Mon Feb 6 21:26:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a11bee6
sci-biology/clustalw-mpi: Fix overlong DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3856 sci-biology/clustalw-mpi/clustalw-mpi-0.13-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/clustalw-mpi/clustalw-mpi-0.13-r1.ebuild b/sci-biology/clustalw-mpi/clustalw-mpi-0.13-r1.ebuild index 11f1e57..13b04ed 100644 --- a/sci-biology/clustalw-mpi/clustalw-mpi-0.13-r1.ebuild +++ b/sci-biology/clustalw-mpi/clustalw-mpi-0.13-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=4 inherit eutils toolchain-funcs -DESCRIPTION="A parallel (MPI) implemention of the Clustal-W general purpose multiple alignment algorithm" +DESCRIPTION="An MPI implemention of the ClustalW general purpose multiple alignment algorithm" HOMEPAGE="http://www.bii.a-star.edu.sg/achievements/applications/clustalw/index.php" SRC_URI="http://web.bii.a-star.edu.sg/~kuobin/${PN}/${P}.tar.gz"
