diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-11-14 08:50:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-11-14 08:50:29 +0000 |
commit | 352bd37807289ac84c4c099011433dc4822e6faa (patch) | |
tree | 4bbe7e9fcf89a3e6e16dbf4e182eb07e112d7a1c /sys-devel/bison/bison-2.4-r1.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-352bd37807289ac84c4c099011433dc4822e6faa.tar.gz gentoo-2-352bd37807289ac84c4c099011433dc4822e6faa.tar.bz2 gentoo-2-352bd37807289ac84c4c099011433dc4822e6faa.zip |
Dont patch parse-gram.y since we patch parse-gram.c already as pointed out by Ryan Hill #246572 by Alexandre Rostovtsev.
(Portage version: 2.2_rc14/cvs/Linux 2.6.27.4 x86_64)
Diffstat (limited to 'sys-devel/bison/bison-2.4-r1.ebuild')
-rw-r--r-- | sys-devel/bison/bison-2.4-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-devel/bison/bison-2.4-r1.ebuild b/sys-devel/bison/bison-2.4-r1.ebuild index 1baab60c5052..1dffd366e34a 100644 --- a/sys-devel/bison/bison-2.4-r1.ebuild +++ b/sys-devel/bison/bison-2.4-r1.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/sys-devel/bison/bison-2.4-r1.ebuild,v 1.2 2008/11/14 07:54:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.4-r1.ebuild,v 1.3 2008/11/14 08:50:29 vapier Exp $ inherit toolchain-funcs flag-o-matic @@ -13,8 +13,9 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="nls static" -DEPEND="nls? ( sys-devel/gettext )" - +# need flex since we patch scan-code.l in ${P}-compat.patch +DEPEND="nls? ( sys-devel/gettext ) + sys-devel/flex" RDEPEND="sys-devel/m4" src_unpack() { |