summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Ostorga <vostorga@gentoo.org>2009-11-03 15:27:55 +0000
committerVictor Ostorga <vostorga@gentoo.org>2009-11-03 15:27:55 +0000
commit31ebdff173e52b618630e3ba2e2a5b953b0e9ee1 (patch)
tree721fe714078030a9325047a09b27bf62a6f1211c /app-shells/fish
parent~amd64 fix and keyword, bug #234642 (diff)
downloadgentoo-2-31ebdff173e52b618630e3ba2e2a5b953b0e9ee1.tar.gz
gentoo-2-31ebdff173e52b618630e3ba2e2a5b953b0e9ee1.tar.bz2
gentoo-2-31ebdff173e52b618630e3ba2e2a5b953b0e9ee1.zip
Removing doxygen DEPEND, bug #172586
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-shells/fish')
-rw-r--r--app-shells/fish/ChangeLog5
-rw-r--r--app-shells/fish/fish-1.23.0.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/app-shells/fish/ChangeLog b/app-shells/fish/ChangeLog
index c84d7d74e679..bae67b80cac8 100644
--- a/app-shells/fish/ChangeLog
+++ b/app-shells/fish/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-shells/fish
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.39 2009/10/23 15:40:54 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.40 2009/11/03 15:27:55 vostorga Exp $
+
+ 03 Nov 2009; Víctor Ostorga <vostorga@gentoo.org> fish-1.23.0.ebuild:
+ Removing doxygen DEPEND, bug #172586
23 Oct 2009; Víctor Ostorga <vostorga@gentoo.org> fish-1.23.0.ebuild:
Adding die to emake install
diff --git a/app-shells/fish/fish-1.23.0.ebuild b/app-shells/fish/fish-1.23.0.ebuild
index 8072e2fdac8e..5c58f9abd2c5 100644
--- a/app-shells/fish/fish-1.23.0.ebuild
+++ b/app-shells/fish/fish-1.23.0.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/fish/fish-1.23.0.ebuild,v 1.4 2009/10/23 15:40:54 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.23.0.ebuild,v 1.5 2009/11/03 15:27:55 vostorga Exp $
inherit base
@@ -15,8 +15,7 @@ RDEPEND="sys-libs/ncurses
sys-devel/bc
www-client/htmlview
X? ( x11-misc/xsel )"
-DEPEND="${RDEPEND}
- app-doc/doxygen"
+DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}/${P}-glibc-2.8.patch" )