summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-09-29 11:05:04 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-09-29 11:05:04 +0000
commit48da34c821edbe64b730612559fc7e057ad76d30 (patch)
tree6084ae96a4b5776d5c583e297980fa14f96da58f /app-shells
parentAdd alternative dependency over heirloom-doctools; add a warning if it's inst... (diff)
downloadgentoo-2-48da34c821edbe64b730612559fc7e057ad76d30.tar.gz
gentoo-2-48da34c821edbe64b730612559fc7e057ad76d30.tar.bz2
gentoo-2-48da34c821edbe64b730612559fc7e057ad76d30.zip
Allow using heirloom-doctools instead of groff.
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/zsh/ChangeLog5
-rw-r--r--app-shells/zsh/zsh-4.3.10.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/zsh/ChangeLog b/app-shells/zsh/ChangeLog
index 29aa9936587f..99f4233a8563 100644
--- a/app-shells/zsh/ChangeLog
+++ b/app-shells/zsh/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-shells/zsh
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.145 2009/06/03 06:28:42 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.146 2009/09/29 11:05:04 flameeyes Exp $
+
+ 29 Sep 2009; Diego E. Pettenò <flameeyes@gentoo.org> zsh-4.3.10.ebuild:
+ Allow using heirloom-doctools instead of groff.
*zsh-4.3.10 (03 Jun 2009)
diff --git a/app-shells/zsh/zsh-4.3.10.ebuild b/app-shells/zsh/zsh-4.3.10.ebuild
index 03bc55338d83..6c59ca8c47ba 100644
--- a/app-shells/zsh/zsh-4.3.10.ebuild
+++ b/app-shells/zsh/zsh-4.3.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.10.ebuild,v 1.1 2009/06/03 06:28:42 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.10.ebuild,v 1.2 2009/09/29 11:05:04 flameeyes Exp $
# doc package for -dev version exists?
doc_available=true
@@ -44,7 +44,7 @@ RDEPEND=">=sys-libs/ncurses-5.1
caps? ( sys-libs/libcap )
pcre? ( >=dev-libs/libpcre-3.9 )
gdbm? ( sys-libs/gdbm )"
-DEPEND="sys-apps/groff
+DEPEND="|| ( sys-apps/groff app-doc/heirloom-doctools )
${RDEPEND}"
src_unpack() {