diff options
author | 2008-01-31 16:14:03 +0000 | |
---|---|---|
committer | 2008-01-31 16:14:03 +0000 | |
commit | 80f4f8fad7305bebb4b856535f6231a0e9060b6a (patch) | |
tree | b17466e14054fea2e5de1d6bef8d9ee2ab65e05c /media-plugins/mythweather | |
parent | amd64 stable wrt #207718 (diff) | |
download | gentoo-2-80f4f8fad7305bebb4b856535f6231a0e9060b6a.tar.gz gentoo-2-80f4f8fad7305bebb4b856535f6231a0e9060b6a.tar.bz2 gentoo-2-80f4f8fad7305bebb4b856535f6231a0e9060b6a.zip |
fix bug #208309
(Portage version: 2.1.4)
Diffstat (limited to 'media-plugins/mythweather')
-rw-r--r-- | media-plugins/mythweather/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/mythweather/mythweather-0.21_pre15669.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-plugins/mythweather/ChangeLog b/media-plugins/mythweather/ChangeLog index 2b5a611f2e2c..cd734201e798 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.46 2008/01/29 21:29:07 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.47 2008/01/31 16:14:03 cardoe Exp $ + + 31 Jan 2008; Doug Klima <cardoe@gentoo.org> + mythweather-0.21_pre15669.ebuild: + fix bug #208309 *mythweather-0.21_pre15669 (29 Jan 2008) diff --git a/media-plugins/mythweather/mythweather-0.21_pre15669.ebuild b/media-plugins/mythweather/mythweather-0.21_pre15669.ebuild index 2e0e8d57cb23..2bb820f04fcc 100644 --- a/media-plugins/mythweather/mythweather-0.21_pre15669.ebuild +++ b/media-plugins/mythweather/mythweather-0.21_pre15669.ebuild @@ -1,6 +1,6 @@ # 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_pre15669.ebuild,v 1.1 2008/01/29 21:29:07 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.21_pre15669.ebuild,v 1.2 2008/01/31 16:14:03 cardoe Exp $ inherit mythtv-plugins subversion @@ -13,4 +13,4 @@ DEPEND="dev-perl/DateManip dev-perl/SOAP-Lite dev-perl/XML-Simple dev-perl/XML-Parser - dev-perl/XML-Sax" + dev-perl/XML-SAX" |