diff options
author | Christoph Mende <angelos@gentoo.org> | 2008-12-30 20:57:48 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2008-12-30 20:57:48 +0000 |
commit | e364adbc1351254ec80645c3a5ac4e19d0f64824 (patch) | |
tree | 7ccae9ac9deea4bc5918412e7a2778cfc887a1ec /app-text/antiword | |
parent | QA: Respect CC (bug 243708), respect LDFLAGS (diff) | |
download | gentoo-2-e364adbc1351254ec80645c3a5ac4e19d0f64824.tar.gz gentoo-2-e364adbc1351254ec80645c3a5ac4e19d0f64824.tar.bz2 gentoo-2-e364adbc1351254ec80645c3a5ac4e19d0f64824.zip |
Added missing inherit toolchain-funcs
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'app-text/antiword')
-rw-r--r-- | app-text/antiword/antiword-0.37.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/antiword/antiword-0.37.ebuild b/app-text/antiword/antiword-0.37.ebuild index 163c28508204..938e390700ce 100644 --- a/app-text/antiword/antiword-0.37.ebuild +++ b/app-text/antiword/antiword-0.37.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-text/antiword/antiword-0.37.ebuild,v 1.10 2008/12/30 20:56:25 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.37.ebuild,v 1.11 2008/12/30 20:57:48 angelos Exp $ -inherit eutils +inherit eutils toolchain-funcs IUSE="kde" PATCHVER=0.1 |