diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-02-27 07:59:57 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-02-27 07:59:57 +0000 |
commit | e5eacdcb685436ecc382470e5283c2a719fbcaa8 (patch) | |
tree | e0ac832de44263d83176c23a84b2e3537103e32d /eclass | |
parent | Added support for backendonly. Updated patchset ot fix LiveTV, mythtrancode i... (diff) | |
download | gentoo-2-e5eacdcb685436ecc382470e5283c2a719fbcaa8.tar.gz gentoo-2-e5eacdcb685436ecc382470e5283c2a719fbcaa8.tar.bz2 gentoo-2-e5eacdcb685436ecc382470e5283c2a719fbcaa8.zip |
Fix to make it work with new mythtv-0.19_pREV versions
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mythtv-plugins.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mythtv-plugins.eclass b/eclass/mythtv-plugins.eclass index bc29e535a5a6..dd82ef4dcf32 100644 --- a/eclass/mythtv-plugins.eclass +++ b/eclass/mythtv-plugins.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.11 2006/02/12 10:16:41 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.12 2006/02/27 07:59:57 cardoe Exp $ # # Author: Doug Goldstein <cardoe@gentoo.org> # @@ -14,7 +14,7 @@ MYTHPLUGINS="mythbrowser mythcontrols mythdvd mythflix mythgallery mythgame myth MTVCONF="" S="${WORKDIR}/mythplugins-${PV}" -RDEPEND="~media-tv/mythtv-${PV}" +RDEPEND="=media-tv/mythtv-${PV}*" DEPEND="${RDEPEND} >=sys-apps/sed-4" |