diff options
author | Chris White <chriswhite@gentoo.org> | 2005-03-29 04:26:20 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-03-29 04:26:20 +0000 |
commit | 30c8ed8a4b4da34f40706a15a97a8597ca396bd0 (patch) | |
tree | 6d22275a40cb79245e406c8096b8e3527a9b2f2b /media-video/cpdvd/cpdvd-1.10.ebuild | |
parent | Fixed the arch logic to -* [~x86,x86] instead of the long list of keywords si... (diff) | |
download | historical-30c8ed8a4b4da34f40706a15a97a8597ca396bd0.tar.gz historical-30c8ed8a4b4da34f40706a15a97a8597ca396bd0.tar.bz2 historical-30c8ed8a4b4da34f40706a15a97a8597ca396bd0.zip |
Fix bug #86966. Add a built_with_use check for transcode and dvdread.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-video/cpdvd/cpdvd-1.10.ebuild')
-rw-r--r-- | media-video/cpdvd/cpdvd-1.10.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/media-video/cpdvd/cpdvd-1.10.ebuild b/media-video/cpdvd/cpdvd-1.10.ebuild index 585226b6fe55..8da0ee734327 100644 --- a/media-video/cpdvd/cpdvd-1.10.ebuild +++ b/media-video/cpdvd/cpdvd-1.10.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/cpdvd/cpdvd-1.10.ebuild,v 1.3 2004/11/30 22:12:08 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/cpdvd/cpdvd-1.10.ebuild,v 1.4 2005/03/29 04:26:20 chriswhite Exp $ + +inherit eutils IUSE="" @@ -20,6 +22,10 @@ RDEPEND=">=media-video/transcode-0.6.2 >=dev-lang/perl-5.8.0-r12 >=media-video/cpvts-1.2" +pkg_setup() { + built_with_use transcode dvdread || die "Transcode needs dvdread support builtin for this package to work." +} + src_compile () { einfo "Nothing to compile." } |