diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-09-29 14:47:33 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-09-29 14:47:33 +0000 |
commit | 352b60f010c07a68dc5c38e1c766b9a25f02432b (patch) | |
tree | 1cff1fc4e25008d413bfd68bf2ce5a04f1e6ce43 /www-apps/mythweb | |
parent | 2.0.0 is out. New feature is the nautilus extension (Open as administrator).... (diff) | |
download | gentoo-2-352b60f010c07a68dc5c38e1c766b9a25f02432b.tar.gz gentoo-2-352b60f010c07a68dc5c38e1c766b9a25f02432b.tar.bz2 gentoo-2-352b60f010c07a68dc5c38e1c766b9a25f02432b.zip |
Fixed streaming depends since they switched to a perl script to stream
(Portage version: 2.1.2_pre1-r4)
Diffstat (limited to 'www-apps/mythweb')
-rw-r--r-- | www-apps/mythweb/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/mythweb/mythweb-0.20_p11329.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/www-apps/mythweb/ChangeLog b/www-apps/mythweb/ChangeLog index 19fc0cab79f4..b1a155f5db5b 100644 --- a/www-apps/mythweb/ChangeLog +++ b/www-apps/mythweb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/mythweb # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.26 2006/09/29 14:26:17 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.27 2006/09/29 14:47:33 cardoe Exp $ + + 29 Sep 2006; Doug Goldstein <cardoe@gentoo.org> + mythweb-0.20_p11329.ebuild: + Fixed streaming depends since they switched to a perl script to stream *mythweb-0.20_p11329 (29 Sep 2006) diff --git a/www-apps/mythweb/mythweb-0.20_p11329.ebuild b/www-apps/mythweb/mythweb-0.20_p11329.ebuild index 94764040e066..9bb3f580b367 100644 --- a/www-apps/mythweb/mythweb-0.20_p11329.ebuild +++ b/www-apps/mythweb/mythweb-0.20_p11329.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/www-apps/mythweb/mythweb-0.20_p11329.ebuild,v 1.1 2006/09/29 14:26:17 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.20_p11329.ebuild,v 1.2 2006/09/29 14:47:33 cardoe Exp $ inherit mythtv webapp depend.php @@ -8,7 +8,9 @@ DESCRIPTION="PHP scripts intended to manage MythTV from a web browser." IUSE="" KEYWORDS="~amd64 ~ppc ~x86" -RDEPEND="virtual/httpd-php" +RDEPEND="virtual/httpd-php + dev-perl/DBI + dev-perl/DBD-mysql" S="${WORKDIR}/mythplugins-${MY_PV}/${PN}" |