diff options
-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 fb89bce0f109..70957e6a86be 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.34 2008/03/17 12:20:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/ChangeLog,v 1.35 2008/03/21 11:14:26 welp Exp $ + + 21 Mar 2008; Peter Weller <welp@gentoo.org> tea-17.6.0.ebuild: + Fix patch; bug 213903 17 Mar 2008; Raúl Porcel <armin76@gentoo.org> tea-17.6.0.ebuild: Fix patch, welp fails diff --git a/app-editors/tea/tea-17.6.0.ebuild b/app-editors/tea/tea-17.6.0.ebuild index c896fe752dc1..c23c48b50b41 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.2 2008/03/17 12:20:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-17.6.0.ebuild,v 1.3 2008/03/21 11:14:26 welp Exp $ inherit autotools eutils @@ -26,7 +26,7 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/${P}-17.5.4-forced-cflags-and-compiler-warnings.patch + epatch "${FILESDIR}"/${PN}-17.5.4-forced-cflags-and-compiler-warnings.patch eautoconf } |