summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/smplayer/smplayer-0.6.6.ebuild')
-rw-r--r--media-video/smplayer/smplayer-0.6.6.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/media-video/smplayer/smplayer-0.6.6.ebuild b/media-video/smplayer/smplayer-0.6.6.ebuild
index 6185cb79c9e5..b2f10f8fc092 100644
--- a/media-video/smplayer/smplayer-0.6.6.ebuild
+++ b/media-video/smplayer/smplayer-0.6.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/smplayer/smplayer-0.6.6.ebuild,v 1.4 2009/02/09 18:51:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/smplayer/smplayer-0.6.6.ebuild,v 1.5 2009/02/15 20:15:23 yngwin Exp $
EAPI=2
inherit eutils qt4
@@ -8,12 +8,13 @@ inherit eutils qt4
DESCRIPTION="Great Qt4 GUI front-end for mplayer"
HOMEPAGE="http://smplayer.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 sparc x86 ~x86-fbsd"
IUSE="debug"
-DEPEND="|| ( x11-libs/qt-gui:4
- =x11-libs/qt-4.3* )"
+
+DEPEND="=x11-libs/qt-gui-4.4*:4"
RDEPEND="${DEPEND}
media-video/mplayer[ass,png]"