diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2012-07-10 04:38:34 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2012-07-10 04:38:34 +0000 |
commit | 64b91a4a775e7f5cbb836a2794c51c3fc45a53bb (patch) | |
tree | 6c6f7bce11e34fde12f875bd7e409ed8f00af526 /www-apps | |
parent | We now need wmctrl with the new mythfrontend wrapper. Due to bugs in Qt, we n... (diff) | |
download | gentoo-2-64b91a4a775e7f5cbb836a2794c51c3fc45a53bb.tar.gz gentoo-2-64b91a4a775e7f5cbb836a2794c51c3fc45a53bb.tar.bz2 gentoo-2-64b91a4a775e7f5cbb836a2794c51c3fc45a53bb.zip |
Add a missing depend on dev-perl/HTTP-Date as reported in bug #405125
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/mythweb/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/mythweb/mythweb-0.24_p20110310.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/www-apps/mythweb/ChangeLog b/www-apps/mythweb/ChangeLog index 1c086957bc39..649b322dc9de 100644 --- a/www-apps/mythweb/ChangeLog +++ b/www-apps/mythweb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/mythweb # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.89 2012/03/08 02:48:03 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.90 2012/07/10 04:38:34 cardoe Exp $ + + 09 Jul 2012; Doug Goldstein <cardoe@gentoo.org> + mythweb-0.24_p20110310.ebuild: + Add a missing depend on dev-perl/HTTP-Date as reported in bug #405125 07 Mar 2012; Doug Goldstein <cardoe@gentoo.org> -mythweb-0.23.1_p25396.ebuild: diff --git a/www-apps/mythweb/mythweb-0.24_p20110310.ebuild b/www-apps/mythweb/mythweb-0.24_p20110310.ebuild index 797b2fcba52e..6a3e03df3e9b 100644 --- a/www-apps/mythweb/mythweb-0.24_p20110310.ebuild +++ b/www-apps/mythweb/mythweb-0.24_p20110310.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.24_p20110310.ebuild,v 1.1 2011/12/18 04:22:54 rich0 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.24_p20110310.ebuild,v 1.2 2012/07/10 04:38:34 cardoe Exp $ EAPI=2 @@ -19,6 +19,7 @@ RDEPEND="dev-lang/php[json,mysql,session,posix] || ( <dev-lang/php-5.3[spl,pcre] >=dev-lang/php-5.3 ) dev-perl/DBI dev-perl/DBD-mysql + dev-perl/HTTP-Date dev-perl/Net-UPnP" DEPEND="${RDEPEND} |