diff options
author | 2011-08-21 04:33:07 +0000 | |
---|---|---|
committer | 2011-08-21 04:33:07 +0000 | |
commit | 456651296741f0b6b259583b0cf9a81c30c00a92 (patch) | |
tree | c27a65e8de79b44178491b130152734e0c21c313 /sys-boot/grub/grub-9999.ebuild | |
parent | x86 stable wrt bug #379961 (diff) | |
download | gentoo-2-456651296741f0b6b259583b0cf9a81c30c00a92.tar.gz gentoo-2-456651296741f0b6b259583b0cf9a81c30c00a92.tar.bz2 gentoo-2-456651296741f0b6b259583b0cf9a81c30c00a92.zip |
Depend on virtual/yacc, not bison.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot/grub/grub-9999.ebuild')
-rw-r--r-- | sys-boot/grub/grub-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index 6a72e57b81d8..9fdf88d4f966 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.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/sys-boot/grub/grub-9999.ebuild,v 1.35 2011/08/21 03:18:11 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.36 2011/08/21 04:33:07 vapier Exp $ # XXX: need to implement a grub.conf migration in pkg_postinst before we ~arch EAPI="2" @@ -33,7 +33,7 @@ RDEPEND=">=sys-libs/ncurses-5.2-r5 truetype? ( media-libs/freetype >=media-fonts/unifont-5 )" DEPEND="${RDEPEND} >=dev-lang/python-2.5.2 - sys-devel/bison + virtual/yacc sys-devel/flex" [[ ${PV} == "9999" ]] && DEPEND+=" >=sys-devel/autogen-5.10 sys-apps/help2man" |