diff options
Diffstat (limited to 'media-plugins/mythgame/mythgame-0.19.ebuild')
-rw-r--r-- | media-plugins/mythgame/mythgame-0.19.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-plugins/mythgame/mythgame-0.19.ebuild b/media-plugins/mythgame/mythgame-0.19.ebuild index d4e77ce36bcd..d6b36904576c 100644 --- a/media-plugins/mythgame/mythgame-0.19.ebuild +++ b/media-plugins/mythgame/mythgame-0.19.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/mythgame/mythgame-0.19.ebuild,v 1.1 2006/02/12 10:07:34 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.19.ebuild,v 1.2 2006/02/12 10:32:10 cardoe Exp $ inherit mythtv-plugins @@ -12,8 +12,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -DEPEND=" sys-libs/zlib - ~media-tv/mythtv-${PV}" +RDEPEND="sys-libs/zlib" +DEPEND="${RDEPEND}" src_install () { mythtv-plugins_src_install || die "install failed" |