diff options
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/tea/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/tea/tea-17.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/tea/ChangeLog b/app-editors/tea/ChangeLog index 6766472890b6..fb89bce0f109 100644 --- a/app-editors/tea/ChangeLog +++ b/app-editors/tea/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/tea # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/ChangeLog,v 1.33 2008/03/17 07:30:05 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/ChangeLog,v 1.34 2008/03/17 12:20:44 armin76 Exp $ + + 17 Mar 2008; Raúl Porcel <armin76@gentoo.org> tea-17.6.0.ebuild: + Fix patch, welp fails *tea-17.6.0 (17 Mar 2008) 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 } |