diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-03-17 12:20:44 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-03-17 12:20:44 +0000 |
commit | 7025de42be810b288ce96136aada6259b5fb20b2 (patch) | |
tree | 8ab139fd942db0c3eca888bc9017a8f18ec3e06c /app-editors/tea/tea-17.6.0.ebuild | |
parent | Fix LICENSE, thanks to zlin (diff) | |
download | gentoo-2-7025de42be810b288ce96136aada6259b5fb20b2.tar.gz gentoo-2-7025de42be810b288ce96136aada6259b5fb20b2.tar.bz2 gentoo-2-7025de42be810b288ce96136aada6259b5fb20b2.zip |
Fix patch, welp fails
(Portage version: 2.1.4.4)
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 } |