summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Rune Jensen <arj@gentoo.org>2005-11-14 21:01:46 +0000
committerAnders Rune Jensen <arj@gentoo.org>2005-11-14 21:01:46 +0000
commit8885630d49b948b08590e4c59a793e9413edbaf3 (patch)
treee19b6ed07473b7a2cdad7082c8e0e20ef5e72ee8 /app-text/aspell/aspell-0.60.4.ebuild
parentAdded dependency on the latest sys-devel/patch because the dssi patch fails w... (diff)
downloadgentoo-2-8885630d49b948b08590e4c59a793e9413edbaf3.tar.gz
gentoo-2-8885630d49b948b08590e4c59a793e9413edbaf3.tar.bz2
gentoo-2-8885630d49b948b08590e4c59a793e9413edbaf3.zip
fix bug
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'app-text/aspell/aspell-0.60.4.ebuild')
-rw-r--r--app-text/aspell/aspell-0.60.4.ebuild3
1 files changed, 2 insertions, 1 deletions
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() {