diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-10-09 23:07:59 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-10-09 23:07:59 +0000 |
commit | 9c135cfe07c607a4f065ee275bb7b522a8aafc73 (patch) | |
tree | 0241f1b1ab118010dd02943a2136f65a336afbeb /media-plugins/mythdvd | |
parent | Version bump. (diff) | |
download | gentoo-2-9c135cfe07c607a4f065ee275bb7b522a8aafc73.tar.gz gentoo-2-9c135cfe07c607a4f065ee275bb7b522a8aafc73.tar.bz2 gentoo-2-9c135cfe07c607a4f065ee275bb7b522a8aafc73.zip |
Fixing depends
(Portage version: 2.1.2_pre2-r7)
Diffstat (limited to 'media-plugins/mythdvd')
-rw-r--r-- | media-plugins/mythdvd/mythdvd-0.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-plugins/mythdvd/mythdvd-0.20.ebuild b/media-plugins/mythdvd/mythdvd-0.20.ebuild index b7dbce538dc7..dfd8205a60a6 100644 --- a/media-plugins/mythdvd/mythdvd-0.20.ebuild +++ b/media-plugins/mythdvd/mythdvd-0.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/mythdvd-0.20.ebuild,v 1.3 2006/09/16 02:01:27 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/mythdvd-0.20.ebuild,v 1.4 2006/10/09 23:07:59 cardoe Exp $ inherit mythtv-plugins @@ -8,7 +8,7 @@ DESCRIPTION="DVD player module for MythTV." KEYWORDS="~amd64 ~ppc ~x86" IUSE="transcode" -RDEPEND="~media-plugins/mythvideo-${PV} +RDEPEND="=media-plugins/mythvideo-${MY_PV}* transcode? ( media-video/transcode media-libs/libdvdread ) || ( media-video/mplayer media-video/xine-ui media-video/ogle )" |