diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2005-06-06 09:19:53 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2005-06-06 09:19:53 +0000 |
commit | 95ca7a6f1757d815abf291d4af9d14b16f46c083 (patch) | |
tree | 5e40298d11b6683605939b666f342472b6154516 /media-plugins/mythweather | |
parent | stable on ppc64 (diff) | |
download | gentoo-2-95ca7a6f1757d815abf291d4af9d14b16f46c083.tar.gz gentoo-2-95ca7a6f1757d815abf291d4af9d14b16f46c083.tar.bz2 gentoo-2-95ca7a6f1757d815abf291d4af9d14b16f46c083.zip |
Fixed deps for removed mythfrontend
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-plugins/mythweather')
-rw-r--r-- | media-plugins/mythweather/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/mythweather/mythweather-0.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-plugins/mythweather/ChangeLog b/media-plugins/mythweather/ChangeLog index d48ceb3f7e06..24e51a9dc5d2 100644 --- a/media-plugins/mythweather/ChangeLog +++ b/media-plugins/mythweather/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/mythweather # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.25 2005/05/31 14:57:40 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.26 2005/06/06 09:19:53 cardoe Exp $ + + 06 Jun 2005; Doug Goldstein <cardoe@gentoo.org> mythweather-0.17.ebuild: + Fixed deps for removed mythfrontend 31 May 2005; David Holm <dholm@gentoo.org> mythweather-0.18.1.ebuild: Added to ~ppc. diff --git a/media-plugins/mythweather/mythweather-0.17.ebuild b/media-plugins/mythweather/mythweather-0.17.ebuild index 6d22bc1c30b5..825d4ce51044 100644 --- a/media-plugins/mythweather/mythweather-0.17.ebuild +++ b/media-plugins/mythweather/mythweather-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/mythweather/mythweather-0.17.ebuild,v 1.1 2005/02/11 07:30:21 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.17.ebuild,v 1.2 2005/06/06 09:19:53 cardoe Exp $ inherit myth @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86 ~amd64" DEPEND=">=sys-apps/sed-4 - || ( ~media-tv/mythtv-${PV}* ~media-tv/mythfrontend-${PV} )" + ~media-tv/mythtv-${PV}*" setup_pro() { return 0 |