diff options
author | 2006-01-12 20:43:29 +0000 | |
---|---|---|
committer | 2006-01-12 20:43:29 +0000 | |
commit | f379ba26eb66579da386af2861c12fe385f40af9 (patch) | |
tree | 878354db9f90a590c3489231558afedfc1ae4e8d /media-video/dvdrip/dvdrip-0.52.0.ebuild | |
parent | Moved patch to mirrors. (diff) | |
download | gentoo-2-f379ba26eb66579da386af2861c12fe385f40af9.tar.gz gentoo-2-f379ba26eb66579da386af2861c12fe385f40af9.tar.bz2 gentoo-2-f379ba26eb66579da386af2861c12fe385f40af9.zip |
Change gtkhtml dep prior to libgtkhmtl->gtkhtml
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'media-video/dvdrip/dvdrip-0.52.0.ebuild')
-rw-r--r-- | media-video/dvdrip/dvdrip-0.52.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/dvdrip/dvdrip-0.52.0.ebuild b/media-video/dvdrip/dvdrip-0.52.0.ebuild index 60cac6f06b78..33341cf3ca46 100644 --- a/media-video/dvdrip/dvdrip-0.52.0.ebuild +++ b/media-video/dvdrip/dvdrip-0.52.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdrip/dvdrip-0.52.0.ebuild,v 1.5 2005/05/25 14:45:17 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdrip/dvdrip-0.52.0.ebuild,v 1.6 2006/01/12 20:43:29 dang Exp $ inherit perl-module @@ -20,7 +20,7 @@ SLOT="0" KEYWORDS="x86 amd64" IUSE="cdr gnome" -DEPEND=" gnome? ( gnome-extra/gtkhtml ) +DEPEND=" gnome? ( =gnome-extra/gtkhtml-1* ) cdr? ( >=media-video/vcdimager-0.7.19 >=app-cdr/cdrdao-1.1.7 virtual/cdrtools ) |