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/mythvideo | |
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/mythvideo')
-rw-r--r-- | media-plugins/mythvideo/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog index 33060862c058..b35077109926 100644 --- a/media-plugins/mythvideo/ChangeLog +++ b/media-plugins/mythvideo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/mythvideo # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.26 2005/05/31 14:06:03 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.27 2005/06/06 09:17:59 cardoe Exp $ + + 06 Jun 2005; Doug Goldstein <cardoe@gentoo.org> mythvideo-0.17.ebuild: + Fixed deps for removed mythfrontend 31 May 2005; David Holm <dholm@gentoo.org> mythvideo-0.18.1.ebuild: Added to ~ppc. diff --git a/media-plugins/mythvideo/mythvideo-0.17.ebuild b/media-plugins/mythvideo/mythvideo-0.17.ebuild index 8bd3f1334261..86c791634af3 100644 --- a/media-plugins/mythvideo/mythvideo-0.17.ebuild +++ b/media-plugins/mythvideo/mythvideo-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/mythvideo/mythvideo-0.17.ebuild,v 1.1 2005/02/11 07:34:00 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.17.ebuild,v 1.2 2005/06/06 09:17:59 cardoe Exp $ inherit myth eutils @@ -18,7 +18,7 @@ DEPEND=">=sys-apps/sed-4 dev-perl/URI dev-perl/XML-Simple || ( media-video/mplayer media-video/xine-ui ) - || ( ~media-tv/mythtv-${PV} ~media-tv/mythfrontend-${PV} )" + ~media-tv/mythtv-${PV}" setup_pro() { return 0 |