diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-02-12 10:32:10 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-02-12 10:32:10 +0000 |
commit | 35b939efbf90dd51613a51cee0d7444715a3462e (patch) | |
tree | c792d518d9793b8458d2cbd10bc0b018d1f96d38 /media-plugins/mythgame | |
parent | rev bump, clean out DEPENDs (diff) | |
download | historical-35b939efbf90dd51613a51cee0d7444715a3462e.tar.gz historical-35b939efbf90dd51613a51cee0d7444715a3462e.tar.bz2 historical-35b939efbf90dd51613a51cee0d7444715a3462e.zip |
clean up DEPEND
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'media-plugins/mythgame')
-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" |