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 9C1B41387B1 for ; Wed, 4 Dec 2013 15:02:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDE02E0B66; Wed, 4 Dec 2013 15:02:50 +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 3D3B1E0B5C 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 4E37633F3CD for ; Wed, 4 Dec 2013 15:02:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0204B110006 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: <1386169356.27f047aeb9eaebd7c13b368d36735420f4c1ed6a.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-misc/irstlm/ X-VCS-Repository: proj/sci X-VCS-Files: sci-misc/irstlm/irstlm-5.80.03.ebuild X-VCS-Directories: sci-misc/irstlm/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 27f047aeb9eaebd7c13b368d36735420f4c1ed6a 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: 96cbf640-c3e0-44cf-8c1d-9516623a1339 X-Archives-Hash: 0562717abaf00a701a83fa9bb8044448 commit: 27f047aeb9eaebd7c13b368d36735420f4c1ed6a Author: Pavel Denisov gmail com> AuthorDate: Mon Dec 2 13:31:40 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Dec 4 15:02:36 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=27f047ae drop unneeded eclasses Package-Manager: portage-2.2.7 --- sci-misc/irstlm/irstlm-5.80.03.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-misc/irstlm/irstlm-5.80.03.ebuild b/sci-misc/irstlm/irstlm-5.80.03.ebuild index 05b05b5..f184e4a 100644 --- a/sci-misc/irstlm/irstlm-5.80.03.ebuild +++ b/sci-misc/irstlm/irstlm-5.80.03.ebuild @@ -4,7 +4,7 @@ EAPI="5" -inherit autotools eutils flag-o-matic multilib +inherit autotools DESCRIPTION="A tool for the estimation, representation, and computation of statistical language models" HOMEPAGE="http://hlt.fbk.eu/en/irstlm"