diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-08-11 02:17:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-08-11 02:17:50 +0000 |
commit | f76061bc96702e2773e66df208a8b998aef08ab8 (patch) | |
tree | d1320386b9ec77ed2866d1c574e8a9f2e4d1348d /eclass/toolchain-binutils.eclass | |
parent | Initial yacc virtual. (diff) | |
download | gentoo-2-f76061bc96702e2773e66df208a8b998aef08ab8.tar.gz gentoo-2-f76061bc96702e2773e66df208a8b998aef08ab8.tar.bz2 gentoo-2-f76061bc96702e2773e66df208a8b998aef08ab8.zip |
we need yacc to build binutils
Diffstat (limited to 'eclass/toolchain-binutils.eclass')
-rw-r--r-- | eclass/toolchain-binutils.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass index 7081f88504c2..a529c84e62d6 100644 --- a/eclass/toolchain-binutils.eclass +++ b/eclass/toolchain-binutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.98 2011/03/18 19:51:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.99 2011/08/11 02:17:50 vapier Exp $ # # Maintainer: Toolchain Ninjas <toolchain@gentoo.org> # @@ -88,7 +88,8 @@ RDEPEND=">=sys-devel/binutils-config-1.9" DEPEND="${RDEPEND} test? ( dev-util/dejagnu ) nls? ( sys-devel/gettext ) - sys-devel/flex" + sys-devel/flex + virtual/yacc" S=${WORKDIR}/binutils [[ ${BVER} != "cvs" ]] && S=${S}-${BVER} |