commit: 29a02800c5157d1ac88b3f7f6cd824a557a101e0 Author: Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com> AuthorDate: Mon Oct 27 16:18:44 2014 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Mon Oct 27 16:18:44 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=29a02800
inherit eutils also --- sci-misc/irstlm/irstlm-5.80.06.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-misc/irstlm/irstlm-5.80.06.ebuild b/sci-misc/irstlm/irstlm-5.80.06.ebuild index df62932..98bc748 100644 --- a/sci-misc/irstlm/irstlm-5.80.06.ebuild +++ b/sci-misc/irstlm/irstlm-5.80.06.ebuild @@ -4,7 +4,7 @@ EAPI="5" -inherit autotools +inherit autotools eutils DESCRIPTION="A tool for the estimation, representation, and computation of statistical language models" HOMEPAGE="https://hlt.fbk.eu/technologies/irstlm"
