From 8885630d49b948b08590e4c59a793e9413edbaf3 Mon Sep 17 00:00:00 2001 From: Anders Rune Jensen Date: Mon, 14 Nov 2005 21:01:46 +0000 Subject: fix bug (Portage version: 2.0.53_rc7) --- app-text/aspell/aspell-0.60.4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app-text/aspell/aspell-0.60.4.ebuild') diff --git a/app-text/aspell/aspell-0.60.4.ebuild b/app-text/aspell/aspell-0.60.4.ebuild index 4d6a4b786b0a..7c7cae218d7b 100644 --- a/app-text/aspell/aspell-0.60.4.ebuild +++ b/app-text/aspell/aspell-0.60.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.4.ebuild,v 1.1 2005/11/09 21:31:36 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.4.ebuild,v 1.2 2005/11/14 21:01:46 arj Exp $ inherit libtool eutils flag-o-matic @@ -19,6 +19,7 @@ DEPEND=">=sys-libs/ncurses-5.2 src_unpack() { unpack ${A}; cd ${S} epatch ${FILESDIR}/aspell-0.60.3-templateinstantiations.patch + epatch ${FILESDIR}/aspell-0.60.4-gcc-4.1-fix.patch } src_compile() { -- cgit v1.2.3-65-gdbad