diff options
author | 2008-07-26 21:30:59 +0000 | |
---|---|---|
committer | 2008-07-26 21:30:59 +0000 | |
commit | f272d78feebb60a929550b178698888fcf366876 (patch) | |
tree | dc90166cfefdb01468cd493dc67a1c7c74060d44 /media-video/ttcut/ttcut-0.19.6-r1.ebuild | |
parent | Fix broken split Qt 4.4 dependencies, cf. bug 217161 comment 11. (diff) | |
download | gentoo-2-f272d78feebb60a929550b178698888fcf366876.tar.gz gentoo-2-f272d78feebb60a929550b178698888fcf366876.tar.bz2 gentoo-2-f272d78feebb60a929550b178698888fcf366876.zip |
Fix broken split Qt 4.4 dependencies, cf. bug 217161 comment 11.
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-video/ttcut/ttcut-0.19.6-r1.ebuild')
-rw-r--r-- | media-video/ttcut/ttcut-0.19.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/ttcut/ttcut-0.19.6-r1.ebuild b/media-video/ttcut/ttcut-0.19.6-r1.ebuild index 4e8514dae602..00b843ddeb60 100644 --- a/media-video/ttcut/ttcut-0.19.6-r1.ebuild +++ b/media-video/ttcut/ttcut-0.19.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r1.ebuild,v 1.7 2008/07/25 19:05:05 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r1.ebuild,v 1.8 2008/07/26 21:30:59 carlo Exp $ EAPI="1" inherit eutils qt4 @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="-amd64 x86" IUSE="" -DEPEND="|| ( >=x11-libs/qt-4.3.0:4 ( x11-libs/qt-gui:4 x11-libs/qt-opengl:4 ) ) +DEPEND="|| ( ( x11-libs/qt-gui:4 x11-libs/qt-opengl:4 ) =x11-libs/qt-4.3* ) >=media-libs/libmpeg2-0.4.0 virtual/opengl" |