diff options
Diffstat (limited to 'app-editors/tea/tea-17.6.0.ebuild')
-rw-r--r-- | app-editors/tea/tea-17.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/tea/tea-17.6.0.ebuild b/app-editors/tea/tea-17.6.0.ebuild index 83634a840638..c896fe752dc1 100644 --- a/app-editors/tea/tea-17.6.0.ebuild +++ b/app-editors/tea/tea-17.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-17.6.0.ebuild,v 1.1 2008/03/17 07:30:05 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-17.6.0.ebuild,v 1.2 2008/03/17 12:20:44 armin76 Exp $ inherit autotools eutils @@ -26,7 +26,7 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/${P}-forced-cflags-and-compiler-warnings.patch + epatch "${FILESDIR}"/${P}-17.5.4-forced-cflags-and-compiler-warnings.patch eautoconf } |