diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-15 14:34:10 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-15 14:34:10 +0000 |
commit | b2efff1a50c5dd97bc920b8b5f145d8402cf597e (patch) | |
tree | 061edf53cecd7ac78fb9fcbd659e4fbcf27dc80a /media-plugins | |
parent | Fixed SRC_URI (Manifest recommit) (diff) | |
download | gentoo-2-b2efff1a50c5dd97bc920b8b5f145d8402cf597e.tar.gz gentoo-2-b2efff1a50c5dd97bc920b8b5f145d8402cf597e.tar.bz2 gentoo-2-b2efff1a50c5dd97bc920b8b5f145d8402cf597e.zip |
Closing #63947
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/mythvideo/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.16.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog index 48201e05be66..a242b8358548 100644 --- a/media-plugins/mythvideo/ChangeLog +++ b/media-plugins/mythvideo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/mythvideo # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.17 2004/09/10 19:43:23 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.18 2004/09/15 14:34:10 aliz Exp $ + + 15 Sep 2004; Daniel Ahlberg <aliz@gentoo.org> mythvideo-0.16.ebuild: + Added XML-Simple to dependencies, closing #63947. *mythvideo-0.16 (10 Sep 2004) diff --git a/media-plugins/mythvideo/mythvideo-0.16.ebuild b/media-plugins/mythvideo/mythvideo-0.16.ebuild index 0abdbe11eb5b..b107b9b9b07a 100644 --- a/media-plugins/mythvideo/mythvideo-0.16.ebuild +++ b/media-plugins/mythvideo/mythvideo-0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.16.ebuild,v 1.1 2004/09/10 19:43:23 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.16.ebuild,v 1.2 2004/09/15 14:34:10 aliz Exp $ inherit myth eutils @@ -16,6 +16,7 @@ DEPEND=">=sys-apps/sed-4 dev-perl/libwww-perl dev-perl/HTML-Parser dev-perl/URI + dev-perl/XML-Simple || ( media-video/mplayer media-video/xine-ui ) || ( ~media-tv/mythtv-${PV} ~media-tv/mythfrontend-${PV} )" |