diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2005-06-06 09:14:07 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2005-06-06 09:14:07 +0000 |
commit | 265116e2bd553be0c00949fe2546fba565dbe230 (patch) | |
tree | a0c6de9448e25af8227ed2f46294f95ba31880c1 /media-plugins/mythgame | |
parent | Fixed deps for removed mythfrontend (diff) | |
download | gentoo-2-265116e2bd553be0c00949fe2546fba565dbe230.tar.gz gentoo-2-265116e2bd553be0c00949fe2546fba565dbe230.tar.bz2 gentoo-2-265116e2bd553be0c00949fe2546fba565dbe230.zip |
Fixed deps for removed mythfrontend
(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.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-plugins/mythgame/ChangeLog b/media-plugins/mythgame/ChangeLog index 4502a76e0f7f..d4b316c0d370 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.26 2005/06/06 09:04:36 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.27 2005/06/06 09:14:07 cardoe Exp $ + + 06 Jun 2005; Doug Goldstein <cardoe@gentoo.org> mythgame-0.17.ebuild: + Fixed deps for removed mythfrontend 06 Jun 2005; Doug Goldstein <cardoe@gentoo.org> -mythgame-0.16.ebuild, -mythgame-0.18.ebuild: diff --git a/media-plugins/mythgame/mythgame-0.17.ebuild b/media-plugins/mythgame/mythgame-0.17.ebuild index 22aeb992562a..4a2ddb787551 100644 --- a/media-plugins/mythgame/mythgame-0.17.ebuild +++ b/media-plugins/mythgame/mythgame-0.17.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.17.ebuild,v 1.1 2005/02/11 15:56:54 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.17.ebuild,v 1.2 2005/06/06 09:14:07 cardoe Exp $ inherit myth @@ -14,7 +14,7 @@ KEYWORDS="~x86 ~amd64" DEPEND=">=sys-apps/sed-4 sys-libs/zlib - || ( ~media-tv/mythtv-${PV} ~media-tv/mythfrontend-${PV} )" + ~media-tv/mythtv-${PV}" setup_pro() { return 0 |