From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qa9yN-0003je-2h for garchives@archives.gentoo.org; Fri, 24 Jun 2011 17:15:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D80151C226; Fri, 24 Jun 2011 17:09:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8F00B1C222 for ; Fri, 24 Jun 2011 17:09:16 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3635B2AC00B for ; Fri, 24 Jun 2011 17:09:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 8A5C58004A for ; Fri, 24 Jun 2011 17:09:15 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <05abe2253162a6c232112729cca4c64da4dc5470.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/wcd/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/wcd/wcd-0.6.0_beta.ebuild X-VCS-Directories: sci-biology/wcd/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 05abe2253162a6c232112729cca4c64da4dc5470 Date: Fri, 24 Jun 2011 17:09:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 65cf83737bc91072bde8a570b6c3e5ad commit: 05abe2253162a6c232112729cca4c64da4dc5470 Author: Justin Lecher gentoo org> AuthorDate: Fri Jun 24 12:55:21 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Jun 24 12:55:21 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D05abe225 Sort inherit and/or USE (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sci-biology/wcd/wcd-0.6.0_beta.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sci-biology/wcd/wcd-0.6.0_beta.ebuild b/sci-biology/wcd/wcd-= 0.6.0_beta.ebuild index f7fbd75..c51852e 100644 --- a/sci-biology/wcd/wcd-0.6.0_beta.ebuild +++ b/sci-biology/wcd/wcd-0.6.0_beta.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -inherit flag-o-matic eutils +inherit eutils flag-o-matic =20 DESCRIPTION=3D"wcd clusters sequences (typically ESTs) by either of: d2 = function, edit distance, common word heuristics." HOMEPAGE=3D"http://code.google.com/p/wcdest"