diff options
Diffstat (limited to 'media-video/chaplin/chaplin-1.10.ebuild')
-rw-r--r-- | media-video/chaplin/chaplin-1.10.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-video/chaplin/chaplin-1.10.ebuild b/media-video/chaplin/chaplin-1.10.ebuild index 6d61d73cbb79..53df7d4d4ced 100644 --- a/media-video/chaplin/chaplin-1.10.ebuild +++ b/media-video/chaplin/chaplin-1.10.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-video/chaplin/chaplin-1.10.ebuild,v 1.2 2004/10/06 21:15:36 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/chaplin/chaplin-1.10.ebuild,v 1.3 2004/11/30 22:11:08 swegener Exp $ IUSE="vcdimager transcode" @@ -14,10 +14,10 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND=">=libdvdread-0.9.4 - >=imagemagick-5.5.7.14 - transcode? ( >=transcode-0.6.2 ) - vcdimager? ( >=vcdimager-0.7.2 )" +DEPEND=">=media-libs/libdvdread-0.9.4 + >=media-gfx/imagemagick-5.5.7.14 + transcode? ( >=media-video/transcode-0.6.2 ) + vcdimager? ( >=media-video/vcdimager-0.7.2 )" src_compile() { cd ${MY_S} || die |