diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-08-11 02:23:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-08-11 02:23:47 +0000 |
commit | 3cb6738f11927609a4078266092740c8ac9bf13a (patch) | |
tree | 6339b7923ff455a25c782595fcc2c5197288067c /app-shells | |
parent | we need yacc to build binutils (diff) | |
download | gentoo-2-3cb6738f11927609a4078266092740c8ac9bf13a.tar.gz gentoo-2-3cb6738f11927609a4078266092740c8ac9bf13a.tar.bz2 gentoo-2-3cb6738f11927609a4078266092740c8ac9bf13a.zip |
Pull in yacc due to .y changes #376591 by Bertrand Jacquin.
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/bash/bash-4.2_p10.ebuild | 4 | ||||
-rw-r--r-- | app-shells/bash/bash-4.2_p8-r1.ebuild | 4 |
3 files changed, 11 insertions, 3 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index 50bebadc0dd7..7d1700e472c2 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/bash # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.289 2011/05/16 10:36:26 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.290 2011/08/11 02:23:46 vapier Exp $ + + 11 Aug 2011; Mike Frysinger <vapier@gentoo.org> bash-4.2_p8-r1.ebuild, + bash-4.2_p10.ebuild: + Pull in yacc due to .y changes #376591 by Bertrand Jacquin. 16 May 2011; Tristan Heaven <nyhm@gentoo.org> bash-3.2_p51.ebuild, bash-4.0_p38.ebuild, bash-4.1_p7.ebuild, bash-4.1_p9.ebuild, diff --git a/app-shells/bash/bash-4.2_p10.ebuild b/app-shells/bash/bash-4.2_p10.ebuild index 0fba62b07a90..4b6dec83b299 100644 --- a/app-shells/bash/bash-4.2_p10.ebuild +++ b/app-shells/bash/bash-4.2_p10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.2_p10.ebuild,v 1.2 2011/05/16 10:36:26 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.2_p10.ebuild,v 1.3 2011/08/11 02:23:47 vapier Exp $ EAPI="1" @@ -45,6 +45,8 @@ DEPEND=">=sys-libs/ncurses-5.2-r2 RDEPEND="${DEPEND} !<sys-apps/portage-2.1.7.16 !<sys-apps/paludis-0.26.0_alpha5" +# we only need yacc when the .y files get patched (bash42-005) +DEPEND+=" virtual/yacc" S=${WORKDIR}/${MY_P} diff --git a/app-shells/bash/bash-4.2_p8-r1.ebuild b/app-shells/bash/bash-4.2_p8-r1.ebuild index 8380bb20b08a..c69d0ef727af 100644 --- a/app-shells/bash/bash-4.2_p8-r1.ebuild +++ b/app-shells/bash/bash-4.2_p8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.2_p8-r1.ebuild,v 1.2 2011/05/16 10:36:26 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.2_p8-r1.ebuild,v 1.3 2011/08/11 02:23:47 vapier Exp $ EAPI="1" @@ -45,6 +45,8 @@ DEPEND=">=sys-libs/ncurses-5.2-r2 RDEPEND="${DEPEND} !<sys-apps/portage-2.1.7.16 !<sys-apps/paludis-0.26.0_alpha5" +# we only need yacc when the .y files get patched (bash42-005) +DEPEND+=" virtual/yacc" S=${WORKDIR}/${MY_P} |