diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-09-17 23:57:16 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-09-17 23:57:16 +0000 |
commit | 9b184cd13731fb93a9129bc33d37b32d7df4c3ee (patch) | |
tree | c2a1789902f7907ddf443805d920285b9e2f90bf /media-plugins | |
parent | switch to virtual/cdrtools per bug #147880 (diff) | |
download | historical-9b184cd13731fb93a9129bc33d37b32d7df4c3ee.tar.gz historical-9b184cd13731fb93a9129bc33d37b32d7df4c3ee.tar.bz2 historical-9b184cd13731fb93a9129bc33d37b32d7df4c3ee.zip |
switch to virtual/cdrtools per bug #147880
Package-Manager: portage-2.1.2_pre1
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/mytharchive/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/mytharchive/mytharchive-0.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-plugins/mytharchive/ChangeLog b/media-plugins/mytharchive/ChangeLog index 3050efe8ca83..0e558ba1b749 100644 --- a/media-plugins/mytharchive/ChangeLog +++ b/media-plugins/mytharchive/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/mythcontrols # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mytharchive/ChangeLog,v 1.2 2006/09/14 14:14:10 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mytharchive/ChangeLog,v 1.3 2006/09/17 23:57:16 cardoe Exp $ + + 17 Sep 2006; Doug Goldstein <cardoe@gentoo.org> mytharchive-0.20.ebuild: + switch to virtual/cdrtools per bug #147880 14 Sep 2006; <doug@gentoo.org> mytharchive-0.20.ebuild: Fixed dependancies diff --git a/media-plugins/mytharchive/mytharchive-0.20.ebuild b/media-plugins/mytharchive/mytharchive-0.20.ebuild index 7584b9bbd29c..c66ba167e05a 100644 --- a/media-plugins/mytharchive/mytharchive-0.20.ebuild +++ b/media-plugins/mytharchive/mytharchive-0.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mytharchive/mytharchive-0.20.ebuild,v 1.2 2006/09/14 14:14:10 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mytharchive/mytharchive-0.20.ebuild,v 1.3 2006/09/17 23:57:16 cardoe Exp $ inherit mythtv-plugins @@ -15,6 +15,6 @@ RDEPEND=">=dev-lang/python-2.3.5 >=media-video/dvdauthor-0.6.11 >=media-video/ffmpeg-0.4.9 >=app-cdr/dvd+rw-tools-5.21.4.10.8 - >=app-cdr/cdrtools-2.01 + virtual/cdrtools media-video/transcode" DEPEND="${RDEPEND}" |