diff options
author | 2013-07-21 13:16:30 +0000 | |
---|---|---|
committer | 2013-07-21 13:16:30 +0000 | |
commit | 258207eae5d60dc85795e5f716f6516021ef1c81 (patch) | |
tree | 0d425cd22d128bd67aeedf70b8b6461c82eca6ab /media-sound/tomahawk/tomahawk-0.6.1.ebuild | |
parent | Stable for amd64, wrt bug #477566 (diff) | |
download | gentoo-2-258207eae5d60dc85795e5f716f6516021ef1c81.tar.gz gentoo-2-258207eae5d60dc85795e5f716f6516021ef1c81.tar.bz2 gentoo-2-258207eae5d60dc85795e5f716f6516021ef1c81.zip |
Pin dev-qt/designer to SLOT 4.
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'media-sound/tomahawk/tomahawk-0.6.1.ebuild')
-rw-r--r-- | media-sound/tomahawk/tomahawk-0.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/tomahawk/tomahawk-0.6.1.ebuild b/media-sound/tomahawk/tomahawk-0.6.1.ebuild index 720cecaec33b..5b2357a8c478 100644 --- a/media-sound/tomahawk/tomahawk-0.6.1.ebuild +++ b/media-sound/tomahawk/tomahawk-0.6.1.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-0.6.1.ebuild,v 1.3 2013/07/17 02:20:28 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-0.6.1.ebuild,v 1.4 2013/07/21 13:16:30 johu Exp $ EAPI=5 @@ -35,7 +35,7 @@ DEPEND=" dev-libs/quazip >=dev-qt/qtcore-${QT_MINIMAL}:4 >=dev-qt/qtdbus-${QT_MINIMAL}:4 - || ( <dev-qt/qtgui-4.8.5:4 ( >=dev-qt/qtgui-4.8.5:4 dev-qt/designer ) ) + || ( <dev-qt/qtgui-4.8.5:4 ( >=dev-qt/qtgui-4.8.5:4 dev-qt/designer:4 ) ) >=dev-qt/qtsql-${QT_MINIMAL}:4[sqlite] >=dev-qt/qtsvg-${QT_MINIMAL}:4 >=dev-qt/qtwebkit-${QT_MINIMAL}:4 |