diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2011-07-08 16:33:24 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2011-07-08 16:33:24 +0000 |
commit | a2462ea04e5d98e1e136c2254a81e0ee3af9231a (patch) | |
tree | 230adeac1e36c3db10f92c6eac489aed79448156 /media-plugins/mythgame | |
parent | Version bump, don't install NEWS (diff) | |
download | gentoo-2-a2462ea04e5d98e1e136c2254a81e0ee3af9231a.tar.gz gentoo-2-a2462ea04e5d98e1e136c2254a81e0ee3af9231a.tar.bz2 gentoo-2-a2462ea04e5d98e1e136c2254a81e0ee3af9231a.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/mythgame')
-rw-r--r-- | media-plugins/mythgame/ChangeLog | 9 | ||||
-rw-r--r-- | media-plugins/mythgame/mythgame-0.23.1_p25396.ebuild | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/media-plugins/mythgame/ChangeLog b/media-plugins/mythgame/ChangeLog index 8a3a99abe4db..7ee0021cc528 100644 --- a/media-plugins/mythgame/ChangeLog +++ b/media-plugins/mythgame/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/mythgame -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.62 2010/08/01 11:24:17 hwoarang Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.63 2011/07/08 16:33:24 cardoe Exp $ + + 08 Jul 2011; Doug Goldstein <cardoe@gentoo.org> + mythgame-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> mythgame-0.22_p22763.ebuild: diff --git a/media-plugins/mythgame/mythgame-0.23.1_p25396.ebuild b/media-plugins/mythgame/mythgame-0.23.1_p25396.ebuild index 3cbc1352f5f6..b324eb9c34f7 100644 --- a/media-plugins/mythgame/mythgame-0.23.1_p25396.ebuild +++ b/media-plugins/mythgame/mythgame-0.23.1_p25396.ebuild @@ -1,13 +1,13 @@ -# 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/mythgame/mythgame-0.23.1_p25396.ebuild,v 1.1 2010/07/27 15:52:16 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.23.1_p25396.ebuild,v 1.2 2011/07/08 16:33:24 cardoe Exp $ EAPI=2 inherit qt4 mythtv-plugins DESCRIPTION="Game emulator module for MythTV." IUSE="" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" RDEPEND="sys-libs/zlib" DEPEND="${RDEPEND}" |