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 | 77f468c5424fee8d448bc9605c53baa4e1bceef7 (patch) | |
tree | f01995a3e3cca346b12511f350fc37dcab9d8884 /eclass | |
parent | Initial yacc virtual. (diff) | |
download | historical-77f468c5424fee8d448bc9605c53baa4e1bceef7.tar.gz historical-77f468c5424fee8d448bc9605c53baa4e1bceef7.tar.bz2 historical-77f468c5424fee8d448bc9605c53baa4e1bceef7.zip |
we need yacc to build binutils
Diffstat (limited to '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} |