summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2006-11-03 14:02:37 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2006-11-03 14:02:37 +0000
commit299519612f4c7f6001bde5be0b0e791ef9ccd5c9 (patch)
tree1074d52e98a494e97f4214cfb0e498f3fb83fb63 /media-libs/libdvbpsi/libdvbpsi-0.1.3.ebuild
parentNo need for this here, it's redundant (diff)
downloadhistorical-299519612f4c7f6001bde5be0b0e791ef9ccd5c9.tar.gz
historical-299519612f4c7f6001bde5be0b0e791ef9ccd5c9.tar.bz2
historical-299519612f4c7f6001bde5be0b0e791ef9ccd5c9.zip
Now depend on graphviz in cases the documentation should be built, Bug #151472. Let ebuild abort in case "make doc" fails.
Package-Manager: portage-2.1.2_rc1-r3
Diffstat (limited to 'media-libs/libdvbpsi/libdvbpsi-0.1.3.ebuild')
-rw-r--r--media-libs/libdvbpsi/libdvbpsi-0.1.3.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/media-libs/libdvbpsi/libdvbpsi-0.1.3.ebuild b/media-libs/libdvbpsi/libdvbpsi-0.1.3.ebuild
index 39de2a651da6..e35ec9525525 100644
--- a/media-libs/libdvbpsi/libdvbpsi-0.1.3.ebuild
+++ b/media-libs/libdvbpsi/libdvbpsi-0.1.3.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-libs/libdvbpsi/libdvbpsi-0.1.3.ebuild,v 1.7 2005/06/17 20:00:47 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvbpsi/libdvbpsi-0.1.3.ebuild,v 1.8 2006/11/03 14:02:36 zzam Exp $
IUSE=""
@@ -12,7 +12,9 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ppc sparc x86"
-DEPEND=">=app-doc/doxygen-1.2.16"
+DEPEND=">=app-doc/doxygen-1.2.16
+ media-gfx/graphviz"
+RDEPEND=""
src_compile() {
econf --enable-release || die "econf failed"