summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-03-02 23:52:36 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2013-03-02 23:52:36 +0000
commit8f53ab19071a3ee0ff53356dc59103afbe8801c9 (patch)
tree3d8b977e6828e89c9425ee814d97d2fbc37b791f /x11-misc/qtnotifydaemon
parentMove Qt dependencies to the new category (diff)
downloadgentoo-2-8f53ab19071a3ee0ff53356dc59103afbe8801c9.tar.gz
gentoo-2-8f53ab19071a3ee0ff53356dc59103afbe8801c9.tar.bz2
gentoo-2-8f53ab19071a3ee0ff53356dc59103afbe8801c9.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 'x11-misc/qtnotifydaemon')
-rw-r--r--x11-misc/qtnotifydaemon/ChangeLog8
-rw-r--r--x11-misc/qtnotifydaemon/qtnotifydaemon-1.0.14.ebuild10
2 files changed, 11 insertions, 7 deletions
diff --git a/x11-misc/qtnotifydaemon/ChangeLog b/x11-misc/qtnotifydaemon/ChangeLog
index ae11c5fb3ce4..b74922423fbb 100644
--- a/x11-misc/qtnotifydaemon/ChangeLog
+++ b/x11-misc/qtnotifydaemon/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/qtnotifydaemon
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/qtnotifydaemon/ChangeLog,v 1.4 2012/08/06 15:23:23 kensington Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/qtnotifydaemon/ChangeLog,v 1.5 2013/03/02 23:52:36 hwoarang Exp $
+
+ 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org>
+ qtnotifydaemon-1.0.14.ebuild:
+ Move Qt dependencies to the new category
06 Aug 2012; Michael Palimaka <kensington@gentoo.org>
+files/qtnotifydaemon-1.0.14-build.patch, metadata.xml,
diff --git a/x11-misc/qtnotifydaemon/qtnotifydaemon-1.0.14.ebuild b/x11-misc/qtnotifydaemon/qtnotifydaemon-1.0.14.ebuild
index 32ff8dc4780e..644bc892b712 100644
--- a/x11-misc/qtnotifydaemon/qtnotifydaemon-1.0.14.ebuild
+++ b/x11-misc/qtnotifydaemon/qtnotifydaemon-1.0.14.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/qtnotifydaemon/qtnotifydaemon-1.0.14.ebuild,v 1.4 2012/08/06 15:23:23 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/qtnotifydaemon/qtnotifydaemon-1.0.14.ebuild,v 1.5 2013/03/02 23:52:36 hwoarang Exp $
EAPI=4
inherit qt4-r2
@@ -15,9 +15,9 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="x11-libs/libX11
- x11-libs/qt-dbus:4
- x11-libs/qt-gui:4
- x11-libs/qt-qt3support:4
+ dev-qt/qtdbus:4
+ dev-qt/qtgui:4
+ dev-qt/qt3support:4
!x11-misc/notification-daemon
!x11-misc/notify-osd"
DEPEND="${RDEPEND}"