summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-08-20 09:33:33 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-08-20 09:33:33 +0000
commit2b9032ca06105bee57db68432c1186072cca9371 (patch)
tree68a49591f3612c6c13562346ce2ffdd3fc54dca8 /app-office
parentSync eclasses with kde-testing ones. (diff)
downloadgentoo-2-2b9032ca06105bee57db68432c1186072cca9371.tar.gz
gentoo-2-2b9032ca06105bee57db68432c1186072cca9371.tar.bz2
gentoo-2-2b9032ca06105bee57db68432c1186072cca9371.zip
Depend on qt-gui instead of qt-core. Per bug #281912.
(Portage version: 2.2_rc38/cvs/Linux i686)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/akonadi-server/ChangeLog6
-rw-r--r--app-office/akonadi-server/akonadi-server-1.2.0.ebuild5
2 files changed, 7 insertions, 4 deletions
diff --git a/app-office/akonadi-server/ChangeLog b/app-office/akonadi-server/ChangeLog
index 22b66971a95c..6fc5b73ef695 100644
--- a/app-office/akonadi-server/ChangeLog
+++ b/app-office/akonadi-server/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/akonadi-server
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.17 2009/08/04 12:20:11 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.18 2009/08/20 09:33:33 scarabeus Exp $
+
+ 20 Aug 2009; Tomáš Chvátal <scarabeus@gentoo.org>
+ akonadi-server-1.2.0.ebuild:
+ Depend on qt-gui instead of qt-core. Per bug #281912.
04 Aug 2009; Tomáš Chvátal <scarabeus@gentoo.org>
akonadi-server-1.2.0.ebuild:
diff --git a/app-office/akonadi-server/akonadi-server-1.2.0.ebuild b/app-office/akonadi-server/akonadi-server-1.2.0.ebuild
index 49c0f94403f5..aa2cef70ecfa 100644
--- a/app-office/akonadi-server/akonadi-server-1.2.0.ebuild
+++ b/app-office/akonadi-server/akonadi-server-1.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.2.0.ebuild,v 1.2 2009/08/04 12:20:11 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.2.0.ebuild,v 1.3 2009/08/20 09:33:33 scarabeus Exp $
EAPI="2"
@@ -18,8 +18,7 @@ IUSE="+mysql sqlite"
RDEPEND="
dev-libs/boost
>=dev-libs/soprano-2.2
- >=x11-libs/qt-core-4.5.0:4
- >=x11-libs/qt-dbus-4.5.0:4
+ >=x11-libs/qt-gui-4.5.0:4[dbus]
>=x11-libs/qt-sql-4.5.0:4[mysql?,sqlite?]
x11-misc/shared-mime-info
"