Gentoo Archives: gentoo-commits

From: Wiktor W Brodlo <wiktor@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/anaconda-overlay:master commit in: sys-boot/grub/
Date: Tue, 26 Jul 2011 20:31:18
Message-Id: 0a66a8d3b53d5b55a7a41ce8a52b1ce68b5e2718.wiktor@gentoo
1 commit: 0a66a8d3b53d5b55a7a41ce8a52b1ce68b5e2718
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Tue Jul 26 20:30:49 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Tue Jul 26 20:30:49 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda-overlay.git;a=commit;h=0a66a8d3
7
8 sys-boot/grub: added flex dep
9
10 ---
11 sys-boot/grub/grub-1.99.ebuild | 1 +
12 1 files changed, 1 insertions(+), 0 deletions(-)
13
14 diff --git a/sys-boot/grub/grub-1.99.ebuild b/sys-boot/grub/grub-1.99.ebuild
15 index abb018a..4635fd0 100644
16 --- a/sys-boot/grub/grub-1.99.ebuild
17 +++ b/sys-boot/grub/grub-1.99.ebuild
18 @@ -56,6 +56,7 @@ RDEPEND="
19 truetype? ( media-libs/freetype >=media-fonts/unifont-5 )"
20 DEPEND="${RDEPEND}
21 >=dev-lang/python-2.5.2
22 + sys-devel/flex
23 "
24 if [[ ${PV} == "9999" ]]; then
25 DEPEND+=" >=sys-devel/autogen-5.10 sys-apps/help2man"