summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Schlich <wschlich@gentoo.org>2008-03-22 18:05:17 +0000
committerWolfram Schlich <wschlich@gentoo.org>2008-03-22 18:05:17 +0000
commit0ba40ed7ad3efb480a06552c1eebf2e669cc65bc (patch)
tree998bb59b375aa3fd91753f84ac285a8a18498e80 /app-backup
parentsanitize replace-flags invocation (diff)
downloadgentoo-2-0ba40ed7ad3efb480a06552c1eebf2e669cc65bc.tar.gz
gentoo-2-0ba40ed7ad3efb480a06552c1eebf2e669cc65bc.tar.bz2
gentoo-2-0ba40ed7ad3efb480a06552c1eebf2e669cc65bc.zip
depend on latex2html emerged with USE=png (bug #200562)
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/bacula/ChangeLog5
-rw-r--r--app-backup/bacula/bacula-2.2.8.ebuild8
2 files changed, 11 insertions, 2 deletions
diff --git a/app-backup/bacula/ChangeLog b/app-backup/bacula/ChangeLog
index 82a1ec37c45a..ec92de0e83a7 100644
--- a/app-backup/bacula/ChangeLog
+++ b/app-backup/bacula/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-backup/bacula
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v 1.51 2008/03/22 16:26:15 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v 1.52 2008/03/22 18:05:17 wschlich Exp $
+
+ 22 Mar 2008; Wolfram Schlich <wschlich@gentoo.org> bacula-2.2.8.ebuild:
+ depend on latex2html emerged with USE=png (bug #200562)
22 Mar 2008; Wolfram Schlich <wschlich@gentoo.org>
files/2.0.3/bacula-all-init, files/2.0.3/bacula-dir-init:
diff --git a/app-backup/bacula/bacula-2.2.8.ebuild b/app-backup/bacula/bacula-2.2.8.ebuild
index b197e0b060dd..733eff04b591 100644
--- a/app-backup/bacula/bacula-2.2.8.ebuild
+++ b/app-backup/bacula/bacula-2.2.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-2.2.8.ebuild,v 1.1 2008/01/28 22:51:57 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-2.2.8.ebuild,v 1.2 2008/03/22 18:05:17 wschlich Exp $
#
# TODO:
@@ -137,6 +137,12 @@ src_unpack() {
}
src_compile() {
+ if useq doc && has_version dev-tex/latex2html && ! built_with_use dev-tex/latex2html png; then
+ eerror "${PN} needs the PNG support of latex2html"
+ eerror "Please re-emerge dev-tex/latex2html with USE=png"
+ die "need dev-tex/latex2html built with png USE flag"
+ fi
+
local myconf=''
if useq bacula-clientonly; then