diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-01-17 15:33:11 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-01-17 15:33:11 +0000 |
commit | a6b255c89a20b5a16321f3dcacaade42e6c1da61 (patch) | |
tree | 778b0e0eafd1b6186315c8275673ec7dae7f3d34 /media-plugins | |
parent | Stable for HPPA (bug #203217). (diff) | |
download | gentoo-2-a6b255c89a20b5a16321f3dcacaade42e6c1da61.tar.gz gentoo-2-a6b255c89a20b5a16321f3dcacaade42e6c1da61.tar.bz2 gentoo-2-a6b255c89a20b5a16321f3dcacaade42e6c1da61.zip |
fix bug #206135
(Portage version: 2.1.4)
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/mythweather/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/mythweather/mythweather-0.21_pre15448.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/media-plugins/mythweather/ChangeLog b/media-plugins/mythweather/ChangeLog index 20dc9cfc94c0..9d51b0db05a5 100644 --- a/media-plugins/mythweather/ChangeLog +++ b/media-plugins/mythweather/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/mythweather # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.44 2008/01/15 16:26:41 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.45 2008/01/17 15:33:11 cardoe Exp $ + + 17 Jan 2008; Doug Klima <cardoe@gentoo.org> + mythweather-0.21_pre15448.ebuild: + fix bug #206135 *mythweather-0.21_pre15448 (15 Jan 2008) diff --git a/media-plugins/mythweather/mythweather-0.21_pre15448.ebuild b/media-plugins/mythweather/mythweather-0.21_pre15448.ebuild index a442e082bc2b..5c4005fd798f 100644 --- a/media-plugins/mythweather/mythweather-0.21_pre15448.ebuild +++ b/media-plugins/mythweather/mythweather-0.21_pre15448.ebuild @@ -1,9 +1,13 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.21_pre15448.ebuild,v 1.1 2008/01/15 16:26:41 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.21_pre15448.ebuild,v 1.2 2008/01/17 15:33:11 cardoe Exp $ inherit mythtv-plugins subversion DESCRIPTION="Weather forecast module for MythTV." IUSE="" KEYWORDS="~amd64 ~ppc ~x86" + +DEPEND="dev-perl/DateManip + dev-perl/ImageSize + dev-perl/SOAP-Lite" |