summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2007-10-26 22:46:18 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2007-10-26 22:46:18 +0000
commitfefd2a0afca54ca3f052b30c4097c552a3dc4d8a (patch)
tree70e9176cb9e22049d46484ef6e044aac04645f88 /dev-lang/ezm3
parentMarked stable on amd64 for bug #197144 (diff)
downloadgentoo-2-fefd2a0afca54ca3f052b30c4097c552a3dc4d8a.tar.gz
gentoo-2-fefd2a0afca54ca3f052b30c4097c552a3dc4d8a.tar.bz2
gentoo-2-fefd2a0afca54ca3f052b30c4097c552a3dc4d8a.zip
Allow bison in addition to yacc.
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-lang/ezm3')
-rw-r--r--dev-lang/ezm3/ChangeLog5
-rw-r--r--dev-lang/ezm3/ezm3-1.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/ezm3/ChangeLog b/dev-lang/ezm3/ChangeLog
index 7b294c0daedd..f0c2886242e3 100644
--- a/dev-lang/ezm3/ChangeLog
+++ b/dev-lang/ezm3/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/ezm3
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ezm3/ChangeLog,v 1.3 2007/02/09 07:34:10 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ezm3/ChangeLog,v 1.4 2007/10/26 22:46:18 robbat2 Exp $
+
+ 26 Oct 2007; Robin H. Johnson <robbat2@gentoo.org> ezm3-1.2.ebuild:
+ Allow bison in addition to yacc.
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ezm3-1.2.ebuild:
Also fix SRC_URI, so that the file is fetchable.
diff --git a/dev-lang/ezm3/ezm3-1.2.ebuild b/dev-lang/ezm3/ezm3-1.2.ebuild
index b9968bbd9581..c9716c6d9f97 100644
--- a/dev-lang/ezm3/ezm3-1.2.ebuild
+++ b/dev-lang/ezm3/ezm3-1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ezm3/ezm3-1.2.ebuild,v 1.5 2007/02/09 07:34:10 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ezm3/ezm3-1.2.ebuild,v 1.6 2007/10/26 22:46:18 robbat2 Exp $
inherit eutils
@@ -17,7 +17,7 @@ KEYWORDS="-* x86 ppc"
IUSE="X opengl"
DEPEND="virtual/libc
- dev-util/yacc
+ || ( dev-util/yacc sys-devel/bison )
>=sys-apps/sed-4
!virtual/m3"
RDEPEND="virtual/libc"