diff options
-rw-r--r-- | media-plugins/mythweather/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/mythweather/mythweather-0.20.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-plugins/mythweather/ChangeLog b/media-plugins/mythweather/ChangeLog index b2def3e2aa2f..08eb10232846 100644 --- a/media-plugins/mythweather/ChangeLog +++ b/media-plugins/mythweather/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/mythweather # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.35 2007/04/27 06:36:35 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.36 2007/06/12 17:01:23 cardoe Exp $ + + 12 Jun 2007; Doug Goldstein <cardoe@gentoo.org> mythweather-0.20.1.ebuild: + Stable amd64, ppc, x86. *mythweather-0.20.1 (27 Apr 2007) diff --git a/media-plugins/mythweather/mythweather-0.20.1.ebuild b/media-plugins/mythweather/mythweather-0.20.1.ebuild index 68a7b70c2f51..002afd952c81 100644 --- a/media-plugins/mythweather/mythweather-0.20.1.ebuild +++ b/media-plugins/mythweather/mythweather-0.20.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.20.1.ebuild,v 1.1 2007/04/27 06:36:35 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.20.1.ebuild,v 1.2 2007/06/12 17:01:23 cardoe Exp $ inherit mythtv-plugins DESCRIPTION="Weather forecast module for MythTV." IUSE="" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc x86" |