diff options
author | Christoph Mende <angelos@gentoo.org> | 2008-12-30 19:33:14 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2008-12-30 19:33:14 +0000 |
commit | a5757e1f98c562dc85bdcd58bf62c04edff570c8 (patch) | |
tree | 8681f746654f8e246707e0e8146452a0530daa44 /app-misc/btail | |
parent | Added missing inherit toolchain-funcs (diff) | |
download | gentoo-2-a5757e1f98c562dc85bdcd58bf62c04edff570c8.tar.gz gentoo-2-a5757e1f98c562dc85bdcd58bf62c04edff570c8.tar.bz2 gentoo-2-a5757e1f98c562dc85bdcd58bf62c04edff570c8.zip |
Added missing inherit toolchain-funcs
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'app-misc/btail')
-rw-r--r-- | app-misc/btail/btail-0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/btail/btail-0.2.ebuild b/app-misc/btail/btail-0.2.ebuild index 5ae7ee83f2d3..425d0e53ac0d 100644 --- a/app-misc/btail/btail-0.2.ebuild +++ b/app-misc/btail/btail-0.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/btail/btail-0.2.ebuild,v 1.4 2008/12/30 19:27:36 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/btail/btail-0.2.ebuild,v 1.5 2008/12/30 19:33:14 angelos Exp $ -inherit eutils +inherit eutils toolchain-funcs DESCRIPTION="Bayesian logfile filter" HOMEPAGE="http://www.vanheusden.com/btail/" |