summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2005-03-29 04:26:20 +0000
committerChris White <chriswhite@gentoo.org>2005-03-29 04:26:20 +0000
commitb7f2e7551d5ab672520652d8523ce6c3d99861ba (patch)
tree0082e7da3933ade73d50cf970c982b842703e6af /media-video/cpdvd/cpdvd-1.10.ebuild
parentFixed the arch logic to -* [~x86,x86] instead of the long list of keywords si... (diff)
downloadgentoo-2-b7f2e7551d5ab672520652d8523ce6c3d99861ba.tar.gz
gentoo-2-b7f2e7551d5ab672520652d8523ce6c3d99861ba.tar.bz2
gentoo-2-b7f2e7551d5ab672520652d8523ce6c3d99861ba.zip
Fix bug #86966. Add a built_with_use check for transcode and dvdread.
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-video/cpdvd/cpdvd-1.10.ebuild')
-rw-r--r--media-video/cpdvd/cpdvd-1.10.ebuild10
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."
}