From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A152D1387B1 for ; Wed, 4 Dec 2013 15:02:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF4DDE0B6A; Wed, 4 Dec 2013 15:02:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B41F6E0B5C for ; Wed, 4 Dec 2013 15:02:50 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD8C833F40C for ; Wed, 4 Dec 2013 15:02:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C347911000B for ; Wed, 4 Dec 2013 15:02:47 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1386169359.65bd2bf307f12332e50e417c7ff1427a06e68d65.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-misc/mitlm/ X-VCS-Repository: proj/sci X-VCS-Files: sci-misc/mitlm/mitlm-0.4.1.ebuild X-VCS-Directories: sci-misc/mitlm/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 65bd2bf307f12332e50e417c7ff1427a06e68d65 X-VCS-Branch: master Date: Wed, 4 Dec 2013 15:02:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a4b0ffab-e241-4f5c-9b7f-339402f516f6 X-Archives-Hash: 1f48d6d5c550382a73a68436aa563fdc commit: 65bd2bf307f12332e50e417c7ff1427a06e68d65 Author: Pavel Denisov gmail com> AuthorDate: Mon Dec 2 13:27:57 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Dec 4 15:02:39 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=65bd2bf3 drop unneeded eclasses Package-Manager: portage-2.2.7 --- sci-misc/mitlm/mitlm-0.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-misc/mitlm/mitlm-0.4.1.ebuild b/sci-misc/mitlm/mitlm-0.4.1.ebuild index f41760f..6be4e67 100644 --- a/sci-misc/mitlm/mitlm-0.4.1.ebuild +++ b/sci-misc/mitlm/mitlm-0.4.1.ebuild @@ -4,7 +4,7 @@ EAPI="5" -inherit autotools eutils flag-o-matic multilib +inherit autotools DESCRIPTION="A set of tools designed for the efficient estimation of statistical n-gram language models" HOMEPAGE="https://code.google.com/p/mitlm/"