summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2007-04-16 18:51:49 +0000
committerFabian Groffen <grobian@gentoo.org>2007-04-16 18:51:49 +0000
commitb0a3c3cfa4dc326b0d305627ea9ff58f6863f109 (patch)
tree42a69d9c040f9596e18a82fe0135a2067cd85da7 /app-editors
parentrevision bump, some minor improvements (diff)
downloadgentoo-2-b0a3c3cfa4dc326b0d305627ea9ff58f6863f109.tar.gz
gentoo-2-b0a3c3cfa4dc326b0d305627ea9ff58f6863f109.tar.bz2
gentoo-2-b0a3c3cfa4dc326b0d305627ea9ff58f6863f109.zip
README says: yacc (or GNU bison), thanks Johan Hattne
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/nedit/ChangeLog7
-rw-r--r--app-editors/nedit/nedit-5.5.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/app-editors/nedit/ChangeLog b/app-editors/nedit/ChangeLog
index e95a2a46577f..3b16a1280f02 100644
--- a/app-editors/nedit/ChangeLog
+++ b/app-editors/nedit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/nedit
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/ChangeLog,v 1.41 2006/07/08 22:45:13 kumba Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/ChangeLog,v 1.42 2007/04/16 18:51:49 grobian Exp $
+
+ 16 Apr 2007; Fabian Groffen <grobian@gentoo.org> nedit-5.5.ebuild:
+ README says: yacc (or GNU bison), thanks Johan Hattne
09 Jul 2006; Joshua Kinard <kumba@gentoo.org> nedit-5.5.ebuild:
Marked stable on mips.
diff --git a/app-editors/nedit/nedit-5.5.ebuild b/app-editors/nedit/nedit-5.5.ebuild
index 18c32aaeadbe..56ba10acb3fb 100644
--- a/app-editors/nedit/nedit-5.5.ebuild
+++ b/app-editors/nedit/nedit-5.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.5.ebuild,v 1.9 2006/07/08 22:45:13 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.5.ebuild,v 1.10 2007/04/16 18:51:49 grobian Exp $
inherit toolchain-funcs
@@ -17,7 +17,7 @@ RDEPEND="spell? ( virtual/aspell-dict )
x11-libs/openmotif
|| ( x11-libs/libXp virtual/x11 )"
DEPEND="${RDEPEND}
- dev-util/yacc
+ || ( dev-util/yacc sys-devel/bison )
x11-libs/openmotif"
src_compile() {