diff options
author | Anders Rune Jensen <arj@gentoo.org> | 2005-11-14 21:01:46 +0000 |
---|---|---|
committer | Anders Rune Jensen <arj@gentoo.org> | 2005-11-14 21:01:46 +0000 |
commit | 8885630d49b948b08590e4c59a793e9413edbaf3 (patch) | |
tree | e19b6ed07473b7a2cdad7082c8e0e20ef5e72ee8 /app-text/aspell/aspell-0.60.4.ebuild | |
parent | Added dependency on the latest sys-devel/patch because the dssi patch fails w... (diff) | |
download | gentoo-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.ebuild | 3 |
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() { |