summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/tea/ChangeLog7
-rw-r--r--app-editors/tea/tea-26.0.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/app-editors/tea/ChangeLog b/app-editors/tea/ChangeLog
index 0b6d2436faac..ca909da41a1b 100644
--- a/app-editors/tea/ChangeLog
+++ b/app-editors/tea/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/tea
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/ChangeLog,v 1.46 2009/11/07 22:45:40 billie Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/ChangeLog,v 1.47 2010/01/07 09:37:08 hwoarang Exp $
+
+ 07 Jan 2010; <hwoarang@gentoo.org> tea-26.0.1.ebuild:
+ replace qt4 eclass with qt4-r2
*tea-26.0.1 (07 Nov 2009)
diff --git a/app-editors/tea/tea-26.0.1.ebuild b/app-editors/tea/tea-26.0.1.ebuild
index a562c8da8343..b1f0195e1f6d 100644
--- a/app-editors/tea/tea-26.0.1.ebuild
+++ b/app-editors/tea/tea-26.0.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-26.0.1.ebuild,v 1.1 2009/11/07 22:45:40 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-26.0.1.ebuild,v 1.2 2010/01/07 09:37:08 hwoarang Exp $
EAPI="2"
-inherit eutils qt4
+inherit eutils qt4-r2
DESCRIPTION="Small, lightweight Qt text editor"
HOMEPAGE="http://tea-editor.sourceforge.net"