summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/smplayer/smplayer-0.6.0_rc3.ebuild')
-rw-r--r--media-video/smplayer/smplayer-0.6.0_rc3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/smplayer/smplayer-0.6.0_rc3.ebuild b/media-video/smplayer/smplayer-0.6.0_rc3.ebuild
index 246ec64bcf8c..12d3ea1b87d0 100644
--- a/media-video/smplayer/smplayer-0.6.0_rc3.ebuild
+++ b/media-video/smplayer/smplayer-0.6.0_rc3.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/smplayer/smplayer-0.6.0_rc3.ebuild,v 1.6 2008/04/23 21:50:26 ken69267 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/smplayer/smplayer-0.6.0_rc3.ebuild,v 1.7 2008/04/25 14:57:54 yngwin Exp $
EAPI="1"
inherit eutils qt4
@@ -15,7 +15,7 @@ KEYWORDS="amd64 ppc ppc64 x86"
IUSE=""
DEPEND="|| ( ( x11-libs/qt-gui:4
x11-libs/qt-qt3support:4 )
- =x11-libs/qt-4.3* )"
+ >=x11-libs/qt-4.3:4 )"
RDEPEND="${DEPEND}
>media-video/mplayer-1.0_rc1"
@@ -31,7 +31,7 @@ done
S=${WORKDIR}/${MY_P}
pkg_setup() {
- if has_version "=x11-libs/qt-4.3*"; then
+ if has_version ">=x11-libs/qt-4.3:4"; then
QT4_BUILT_WITH_USE_CHECK="qt3support"
else
if ! built_with_use "x11-libs/qt-gui:4" qt3support; then