summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-03-02 19:22:18 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2013-03-02 19:22:18 +0000
commit13ea75edd07ad7d2e7648a31ce57edeb48d7c809 (patch)
tree23b99a1f5bdc74b1db6e53f2fd15267a63ca7383 /app-editors/tea
parentMove Qt dependencies to the new category (diff)
downloadgentoo-2-13ea75edd07ad7d2e7648a31ce57edeb48d7c809.tar.gz
gentoo-2-13ea75edd07ad7d2e7648a31ce57edeb48d7c809.tar.bz2
gentoo-2-13ea75edd07ad7d2e7648a31ce57edeb48d7c809.zip
Move Qt dependencies to the new category
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'app-editors/tea')
-rw-r--r--app-editors/tea/ChangeLog5
-rw-r--r--app-editors/tea/tea-33.3.0.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/app-editors/tea/ChangeLog b/app-editors/tea/ChangeLog
index 21036e82b26c..5e8b20719bf0 100644
--- a/app-editors/tea/ChangeLog
+++ b/app-editors/tea/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/tea
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/ChangeLog,v 1.61 2013/01/04 10:35:22 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/ChangeLog,v 1.62 2013/03/02 19:22:18 hwoarang Exp $
+
+ 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> tea-33.3.0.ebuild:
+ Move Qt dependencies to the new category
04 Jan 2013; Davide Pesavento <pesa@gentoo.org> -tea-33.2.0.ebuild,
tea-33.3.0.ebuild:
diff --git a/app-editors/tea/tea-33.3.0.ebuild b/app-editors/tea/tea-33.3.0.ebuild
index 9e2406c9ee3d..d3a96da28193 100644
--- a/app-editors/tea/tea-33.3.0.ebuild
+++ b/app-editors/tea/tea-33.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-33.3.0.ebuild,v 1.2 2013/01/04 10:35:22 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-33.3.0.ebuild,v 1.3 2013/03/02 19:22:18 hwoarang Exp $
EAPI=5
PLOCALES="de fr ru"
@@ -18,8 +18,8 @@ IUSE="aspell hunspell"
RDEPEND="
sys-libs/zlib
- x11-libs/qt-core:4
- x11-libs/qt-gui:4
+ dev-qt/qtcore:4
+ dev-qt/qtgui:4
aspell? ( app-text/aspell )
hunspell? ( app-text/hunspell )
"