summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-03-02 21:41:16 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2013-03-02 21:41:16 +0000
commitb09584c43785a1e3dc403a45d02417015d95f182 (patch)
treedfe89e3e2c8eb2aa6cf365d60684717d0154a2dc /media-gfx/wally
parentRevbump to use proper config file. (diff)
downloadgentoo-2-b09584c43785a1e3dc403a45d02417015d95f182.tar.gz
gentoo-2-b09584c43785a1e3dc403a45d02417015d95f182.tar.bz2
gentoo-2-b09584c43785a1e3dc403a45d02417015d95f182.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 'media-gfx/wally')
-rw-r--r--media-gfx/wally/ChangeLog5
-rw-r--r--media-gfx/wally/wally-2.4.4.ebuild12
2 files changed, 10 insertions, 7 deletions
diff --git a/media-gfx/wally/ChangeLog b/media-gfx/wally/ChangeLog
index 1322526d9690..7b4f81a690d0 100644
--- a/media-gfx/wally/ChangeLog
+++ b/media-gfx/wally/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/wally
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/wally/ChangeLog,v 1.44 2013/02/16 07:39:56 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/wally/ChangeLog,v 1.45 2013/03/02 21:41:16 hwoarang Exp $
+
+ 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> wally-2.4.4.ebuild:
+ Move Qt dependencies to the new category
16 Feb 2013; Pacho Ramos <pacho@gentoo.org> wally-2.4.4.ebuild:
Don't show elog messages always (#457596)
diff --git a/media-gfx/wally/wally-2.4.4.ebuild b/media-gfx/wally/wally-2.4.4.ebuild
index 46c01b83487a..bb6709b54670 100644
--- a/media-gfx/wally/wally-2.4.4.ebuild
+++ b/media-gfx/wally/wally-2.4.4.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/media-gfx/wally/wally-2.4.4.ebuild,v 1.4 2013/02/16 07:39:56 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/wally/wally-2.4.4.ebuild,v 1.5 2013/03/02 21:41:16 hwoarang Exp $
EAPI=4
KDE_REQUIRED="optional"
@@ -19,11 +19,11 @@ IUSE="debug kde"
DEPEND="
media-libs/libexif
x11-libs/libX11
- x11-libs/qt-core:4
- x11-libs/qt-dbus:4
- x11-libs/qt-gui:4
- x11-libs/qt-sql:4
- x11-libs/qt-svg:4
+ dev-qt/qtcore:4
+ dev-qt/qtdbus:4
+ dev-qt/qtgui:4
+ dev-qt/qtsql:4
+ dev-qt/qtsvg:4
kde? ( $(add_kdebase_dep kdelibs) )
"
RDEPEND="${DEPEND}"