summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-08-27 09:44:57 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-08-27 09:44:57 +0000
commit3a14fdb59caa3fd4e9a8c4727fd2616ec972c3f6 (patch)
tree3bd335da45e84bd07d9e6479d46ff4ff4eb5f661 /net-irc
parentRespect LDFLAGS wrt bug #333855. Thanks for reporting Diego. (diff)
downloadgentoo-2-3a14fdb59caa3fd4e9a8c4727fd2616ec972c3f6.tar.gz
gentoo-2-3a14fdb59caa3fd4e9a8c4727fd2616ec972c3f6.tar.bz2
gentoo-2-3a14fdb59caa3fd4e9a8c4727fd2616ec972c3f6.zip
Move dbus deps to proper section, add missing dep.
(Portage version: 2.2_rc68/cvs/Linux x86_64)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/quassel/ChangeLog5
-rw-r--r--net-irc/quassel/quassel-9999.ebuild7
2 files changed, 9 insertions, 3 deletions
diff --git a/net-irc/quassel/ChangeLog b/net-irc/quassel/ChangeLog
index ada7b1fd30e3..3d8cfdbbb214 100644
--- a/net-irc/quassel/ChangeLog
+++ b/net-irc/quassel/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/quassel
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.97 2010/08/13 09:35:39 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.98 2010/08/27 09:44:57 scarabeus Exp $
+
+ 27 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> quassel-9999.ebuild:
+ Move dbus deps to proper section, add missing dep.
13 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> quassel-9999.ebuild:
Fix typo.
diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild
index 0bbda4b4437a..81054d4d128a 100644
--- a/net-irc/quassel/quassel-9999.ebuild
+++ b/net-irc/quassel/quassel-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-9999.ebuild,v 1.44 2010/08/13 09:35:39 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-9999.ebuild,v 1.45 2010/08/27 09:44:57 scarabeus Exp $
EAPI="2"
@@ -30,6 +30,10 @@ SERVER_RDEPEND="
GUI_RDEPEND="
>=x11-libs/qt-gui-${QT_MINIMAL}:4
ayatana? ( dev-libs/libindicate-qt )
+ dbus? (
+ >=x11-libs/qt-dbus-${QT_MINIMAL}:4
+ dev-libs/libdbusmenu-qt
+ )
kde? (
>=kde-base/kdelibs-${KDE_MINIMAL}
>=kde-base/oxygen-icons-${KDE_MINIMAL}
@@ -40,7 +44,6 @@ GUI_RDEPEND="
"
RDEPEND="
- dbus? ( >=x11-libs/qt-dbus-${QT_MINIMAL}:4 )
monolithic? (
${SERVER_RDEPEND}
${GUI_RDEPEND}