diff options
author | 2013-07-17 02:20:28 +0000 | |
---|---|---|
committer | 2013-07-17 02:20:28 +0000 | |
commit | d51f262eca92ffc8cec79b38a75c50c3658a2f6f (patch) | |
tree | e5b05ab210a9ce1159f2efcc60201ef61a7a5c55 /media-sound/tomahawk/tomahawk-9999.ebuild | |
parent | vanilla-3.10.1 + genpatches-3.10-3 + grsecurity-2.9.1-3.10.1-201307141923 (diff) | |
download | gentoo-2-d51f262eca92ffc8cec79b38a75c50c3658a2f6f.tar.gz gentoo-2-d51f262eca92ffc8cec79b38a75c50c3658a2f6f.tar.bz2 gentoo-2-d51f262eca92ffc8cec79b38a75c50c3658a2f6f.zip |
Fixing qtgui deps for qt-4.8.5
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-sound/tomahawk/tomahawk-9999.ebuild')
-rw-r--r-- | media-sound/tomahawk/tomahawk-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/tomahawk/tomahawk-9999.ebuild index f62d4dfad692..d8893675521e 100644 --- a/media-sound/tomahawk/tomahawk-9999.ebuild +++ b/media-sound/tomahawk/tomahawk-9999.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-sound/tomahawk/tomahawk-9999.ebuild,v 1.16 2013/06/09 11:14:18 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild,v 1.17 2013/07/17 02:20:28 patrick Exp $ EAPI=5 @@ -36,7 +36,7 @@ DEPEND=" dev-libs/qtkeychain >=dev-qt/qtcore-${QT_MINIMAL}:4 >=dev-qt/qtdbus-${QT_MINIMAL}:4 - >=dev-qt/qtgui-${QT_MINIMAL}:4 + || ( <dev-qt/qtgui-4.8.5:4 ( >=dev-qt/qtgui-4.8.5:4 dev-qt/designer ) ) >=dev-qt/qtsql-${QT_MINIMAL}:4[sqlite] >=dev-qt/qtsvg-${QT_MINIMAL}:4 >=dev-qt/qtwebkit-${QT_MINIMAL}:4 |