summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-11-04 14:41:58 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-11-04 14:41:58 +0000
commitb374ce26833298551b98981e2d1d7c6c7037a207 (patch)
tree037b6c9bd96d026359d5bd6bba7145969f1a6f38 /net-irc/quassel/quassel-0.7.1.ebuild
parentIntroduce logrotate useflag. (diff)
downloadhistorical-b374ce26833298551b98981e2d1d7c6c7037a207.tar.gz
historical-b374ce26833298551b98981e2d1d7c6c7037a207.tar.bz2
historical-b374ce26833298551b98981e2d1d7c6c7037a207.zip
Adjust the deps to be more exact.
Package-Manager: portage-2.2.0_alpha3/cvs/Linux x86_64
Diffstat (limited to 'net-irc/quassel/quassel-0.7.1.ebuild')
-rw-r--r--net-irc/quassel/quassel-0.7.1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-irc/quassel/quassel-0.7.1.ebuild b/net-irc/quassel/quassel-0.7.1.ebuild
index c1d5c2f91ccb..e0690fd89c7a 100644
--- a/net-irc/quassel/quassel-0.7.1.ebuild
+++ b/net-irc/quassel/quassel-0.7.1.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-0.7.1.ebuild,v 1.4 2010/11/04 14:33:59 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-0.7.1.ebuild,v 1.5 2010/11/04 14:41:58 scarabeus Exp $
EAPI=3
@@ -25,9 +25,9 @@ IUSE="ayatana crypt dbus debug kde +logrotate monolithic phonon postgres +server
SERVER_RDEPEND="
crypt? ( app-crypt/qca:2 )
logrotate? ( app-admin/logrotate )
- !postgres? ( >=x11-libs/qt-sql-${QT_MINIMAL}:4[sqlite] dev-db/sqlite[threadsafe] )
+ !postgres? ( >=x11-libs/qt-sql-${QT_MINIMAL}:4[sqlite] dev-db/sqlite[threadsafe,-secure-delete] )
postgres? ( >=x11-libs/qt-sql-${QT_MINIMAL}:4[postgres] )
- x11-libs/qt-script:4
+ >=x11-libs/qt-script-${QT_MINIMAL}:4
"
GUI_RDEPEND="
@@ -47,6 +47,7 @@ GUI_RDEPEND="
"
RDEPEND="
+ >=x11-libs/qt-core-${QT_MINIMAL}:4[ssl?]
monolithic? (
${SERVER_RDEPEND}
${GUI_RDEPEND}
@@ -55,7 +56,6 @@ RDEPEND="
server? ( ${SERVER_RDEPEND} )
X? ( ${GUI_RDEPEND} )
)
- ssl? ( x11-libs/qt-core:4[ssl] )
!monolithic? (
!server? (
!X? (