diff options
author | David Holm <dholm@gentoo.org> | 2005-05-31 14:17:49 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-05-31 14:17:49 +0000 |
commit | 5fc5fe048956939899511a6fcc599e6379ff0e77 (patch) | |
tree | 288bd855f1cf9b5665a8e603e6207464867c49b8 /media-plugins/mythgame | |
parent | Added to ~ppc (diff) | |
download | gentoo-2-5fc5fe048956939899511a6fcc599e6379ff0e77.tar.gz gentoo-2-5fc5fe048956939899511a6fcc599e6379ff0e77.tar.bz2 gentoo-2-5fc5fe048956939899511a6fcc599e6379ff0e77.zip |
Added to ~ppc
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-plugins/mythgame')
-rw-r--r-- | media-plugins/mythgame/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/mythgame/mythgame-0.18.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-plugins/mythgame/ChangeLog b/media-plugins/mythgame/ChangeLog index a459644c0b2d..758301979a5a 100644 --- a/media-plugins/mythgame/ChangeLog +++ b/media-plugins/mythgame/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/mythgame # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.24 2005/05/22 22:48:37 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.25 2005/05/31 14:17:49 dholm Exp $ + + 31 May 2005; David Holm <dholm@gentoo.org> mythgame-0.18.1.ebuild: + Added to ~ppc. 22 May 2005; Doug Goldstein <cardoe@gentoo.org> mythgame-0.18.1.ebuild: fixed bug #93403. Wrong eclass function usage. diff --git a/media-plugins/mythgame/mythgame-0.18.1.ebuild b/media-plugins/mythgame/mythgame-0.18.1.ebuild index d780c0574aea..42ca346985e7 100644 --- a/media-plugins/mythgame/mythgame-0.18.1.ebuild +++ b/media-plugins/mythgame/mythgame-0.18.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.18.1.ebuild,v 1.2 2005/05/22 22:48:37 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.18.1.ebuild,v 1.3 2005/05/31 14:17:49 dholm Exp $ inherit mythtv-plugins @@ -10,7 +10,7 @@ SRC_URI="http://www.mythtv.org/mc/mythplugins-${PV}.tar.bz2" IUSE="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~ppc ~x86" DEPEND=" sys-libs/zlib ~media-tv/mythtv-${PV}" |