diff options
author | 2010-07-28 21:11:59 +0000 | |
---|---|---|
committer | 2010-07-28 21:11:59 +0000 | |
commit | 12d356b4fbe1d1f3fd37533624b8f0a71830deb1 (patch) | |
tree | 8af2be284d038ec5034fd415d7210e2e42eba851 /media-plugins/mythweather | |
parent | quvi bump (diff) | |
download | gentoo-2-12d356b4fbe1d1f3fd37533624b8f0a71830deb1.tar.gz gentoo-2-12d356b4fbe1d1f3fd37533624b8f0a71830deb1.tar.bz2 gentoo-2-12d356b4fbe1d1f3fd37533624b8f0a71830deb1.zip |
Added two new dependencies of mythweather. bug #330057
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/mythweather')
-rw-r--r-- | media-plugins/mythweather/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/mythweather/mythweather-0.23.1_p25396.ebuild | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/media-plugins/mythweather/ChangeLog b/media-plugins/mythweather/ChangeLog index c56a18c04cd7..0857146f9c56 100644 --- a/media-plugins/mythweather/ChangeLog +++ b/media-plugins/mythweather/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/mythweather # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.64 2010/07/27 15:30:52 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.65 2010/07/28 21:11:59 cardoe Exp $ + + 28 Jul 2010; Doug Goldstein <cardoe@gentoo.org> + mythweather-0.23.1_p25396.ebuild: + Added two new dependencies of mythweather. bug #330057 *mythweather-0.23.1_p25396 (27 Jul 2010) diff --git a/media-plugins/mythweather/mythweather-0.23.1_p25396.ebuild b/media-plugins/mythweather/mythweather-0.23.1_p25396.ebuild index dd6f2a249b49..61722e0afe6d 100644 --- a/media-plugins/mythweather/mythweather-0.23.1_p25396.ebuild +++ b/media-plugins/mythweather/mythweather-0.23.1_p25396.ebuild @@ -1,20 +1,22 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.23.1_p25396.ebuild,v 1.1 2010/07/27 15:30:52 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.23.1_p25396.ebuild,v 1.2 2010/07/28 21:11:59 cardoe Exp $ EAPI=2 inherit qt4 mythtv-plugins DESCRIPTION="Weather forecast module for MythTV." IUSE="" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" DEPEND="dev-perl/DateManip + dev-perl/DateTime-Format-ISO8601 dev-perl/ImageSize dev-perl/SOAP-Lite dev-perl/XML-Simple dev-perl/XML-Parser - dev-perl/XML-SAX" + dev-perl/XML-SAX + dev-perl/XML-XPath" src_install() { mythtv-plugins_src_install |