diff options
author | Steve Dibb <beandog@gentoo.org> | 2006-10-05 15:01:12 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2006-10-05 15:01:12 +0000 |
commit | bb6d13c305d5bb28162a510bf4a17c54fafa37fd (patch) | |
tree | 7f2415bb18b1bc6473a2e1db737036db33c4656d /media-tv/nuvexport/nuvexport-0.4_p20060918.ebuild | |
parent | Dropping sparc keywords, see #96229 (diff) | |
download | gentoo-2-bb6d13c305d5bb28162a510bf4a17c54fafa37fd.tar.gz gentoo-2-bb6d13c305d5bb28162a510bf4a17c54fafa37fd.tar.bz2 gentoo-2-bb6d13c305d5bb28162a510bf4a17c54fafa37fd.zip |
Fix mythtv dependencies
(Portage version: 2.1.1-r1)
Diffstat (limited to 'media-tv/nuvexport/nuvexport-0.4_p20060918.ebuild')
-rw-r--r-- | media-tv/nuvexport/nuvexport-0.4_p20060918.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-tv/nuvexport/nuvexport-0.4_p20060918.ebuild b/media-tv/nuvexport/nuvexport-0.4_p20060918.ebuild index afa9fcf93437..acaa7152c84d 100644 --- a/media-tv/nuvexport/nuvexport-0.4_p20060918.ebuild +++ b/media-tv/nuvexport/nuvexport-0.4_p20060918.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-tv/nuvexport/nuvexport-0.4_p20060918.ebuild,v 1.1 2006/09/22 03:46:48 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/nuvexport/nuvexport-0.4_p20060918.ebuild,v 1.2 2006/10/05 15:01:12 beandog Exp $ inherit eutils @@ -25,7 +25,7 @@ RDEPEND="dev-perl/DBI >=media-video/transcode-0.6.14 media-libs/id3lib media-video/mplayer - media-tv/mythtv" + =media-tv/mythtv-0.20*" pkg_setup() { if ! built_with_use media-video/transcode mjpeg ; then |