diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2011-07-08 16:40:11 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2011-07-08 16:40:11 +0000 |
commit | 2b48558d50553b29e194b80f6d38755ead517aac (patch) | |
tree | aae4a4d775830ec59a5d214cc658614fef485f9e /media-plugins/mythnews | |
parent | Mark the latest 0.23.1 as stable since I've been running it on both x86 and a... (diff) | |
download | gentoo-2-2b48558d50553b29e194b80f6d38755ead517aac.tar.gz gentoo-2-2b48558d50553b29e194b80f6d38755ead517aac.tar.bz2 gentoo-2-2b48558d50553b29e194b80f6d38755ead517aac.zip |
Mark the latest 0.23.1 as stable since I've been running it on both x86 and amd64 stable machines for a long time.
(Portage version: 2.1.10.4/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/mythnews')
-rw-r--r-- | media-plugins/mythnews/ChangeLog | 9 | ||||
-rw-r--r-- | media-plugins/mythnews/mythnews-0.23.1_p25396.ebuild | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/media-plugins/mythnews/ChangeLog b/media-plugins/mythnews/ChangeLog index 22a48ba45096..cd1837253a1e 100644 --- a/media-plugins/mythnews/ChangeLog +++ b/media-plugins/mythnews/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/mythnews -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/ChangeLog,v 1.52 2010/08/01 11:26:17 hwoarang Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/ChangeLog,v 1.53 2011/07/08 16:40:11 cardoe Exp $ + + 08 Jul 2011; Doug Goldstein <cardoe@gentoo.org> + mythnews-0.23.1_p25396.ebuild: + Mark the latest 0.23.1 as stable since I've been running it on both x86 and + amd64 stable machines for a long time. 01 Aug 2010; Markos Chandras <hwoarang@gentoo.org> mythnews-0.22_p22991.ebuild: diff --git a/media-plugins/mythnews/mythnews-0.23.1_p25396.ebuild b/media-plugins/mythnews/mythnews-0.23.1_p25396.ebuild index c6ac5fbdc149..75157c0bee44 100644 --- a/media-plugins/mythnews/mythnews-0.23.1_p25396.ebuild +++ b/media-plugins/mythnews/mythnews-0.23.1_p25396.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/mythnews-0.23.1_p25396.ebuild,v 1.1 2010/07/27 16:03:45 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/mythnews-0.23.1_p25396.ebuild,v 1.2 2011/07/08 16:40:11 cardoe Exp $ EAPI=2 inherit qt4 mythtv-plugins DESCRIPTION="RSS feed news reading module for MythTV." IUSE="" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" |