summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-03-17 12:20:44 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-03-17 12:20:44 +0000
commit7025de42be810b288ce96136aada6259b5fb20b2 (patch)
tree8ab139fd942db0c3eca888bc9017a8f18ec3e06c /app-editors/tea
parentFix LICENSE, thanks to zlin (diff)
downloadgentoo-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')
-rw-r--r--app-editors/tea/ChangeLog5
-rw-r--r--app-editors/tea/tea-17.6.0.ebuild4
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
}