Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/
Date: Fri, 04 May 2018 21:05:37
Message-Id: 1525467930.3d30735eff2c4ef35fb7da1357967991afe21eb6.floppym@gentoo
1 commit: 3d30735eff2c4ef35fb7da1357967991afe21eb6
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 4 21:05:03 2018 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri May 4 21:05:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d30735e
7
8 sys-boot/grub: depend on pkgconfig as necessary
9
10 Package-Manager: Portage-2.3.31_p60, Repoman-2.3.9_p116
11
12 sys-boot/grub/grub-2.02-r1.ebuild | 8 +++++++-
13 sys-boot/grub/grub-9999.ebuild | 8 +++++++-
14 2 files changed, 14 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-boot/grub/grub-2.02-r1.ebuild b/sys-boot/grub/grub-2.02-r1.ebuild
17 index 5181e64af6d..128ecad3b62 100644
18 --- a/sys-boot/grub/grub-2.02-r1.ebuild
19 +++ b/sys-boot/grub/grub-2.02-r1.ebuild
20 @@ -88,7 +88,10 @@ DEPEND="${COMMON_DEPEND}
21 sys-devel/bison
22 sys-apps/help2man
23 sys-apps/texinfo
24 - fonts? ( media-libs/freetype:2 )
25 + fonts? (
26 + media-libs/freetype:2
27 + virtual/pkgconfig
28 + )
29 grub_platforms_xen? ( app-emulation/xen-tools:= )
30 grub_platforms_xen-32? ( app-emulation/xen-tools:= )
31 static? (
32 @@ -97,6 +100,7 @@ DEPEND="${COMMON_DEPEND}
33 app-arch/bzip2[static-libs(+)]
34 media-libs/freetype[static-libs(+)]
35 sys-libs/zlib[static-libs(+)]
36 + virtual/pkgconfig
37 )
38 )
39 test? (
40 @@ -112,7 +116,9 @@ DEPEND="${COMMON_DEPEND}
41 themes? (
42 app-arch/unzip
43 media-libs/freetype:2
44 + virtual/pkgconfig
45 )
46 + truetype? ( virtual/pkgconfig )
47 "
48 RDEPEND="${COMMON_DEPEND}
49 kernel_linux? (
50
51 diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild
52 index 3b49a8b4802..cd0b6d92607 100644
53 --- a/sys-boot/grub/grub-9999.ebuild
54 +++ b/sys-boot/grub/grub-9999.ebuild
55 @@ -87,7 +87,10 @@ DEPEND="${COMMON_DEPEND}
56 sys-devel/bison
57 sys-apps/help2man
58 sys-apps/texinfo
59 - fonts? ( media-libs/freetype:2 )
60 + fonts? (
61 + media-libs/freetype:2
62 + virtual/pkgconfig
63 + )
64 grub_platforms_xen? ( app-emulation/xen-tools:= )
65 grub_platforms_xen-32? ( app-emulation/xen-tools:= )
66 static? (
67 @@ -96,6 +99,7 @@ DEPEND="${COMMON_DEPEND}
68 app-arch/bzip2[static-libs(+)]
69 media-libs/freetype[static-libs(+)]
70 sys-libs/zlib[static-libs(+)]
71 + virtual/pkgconfig
72 )
73 )
74 test? (
75 @@ -111,7 +115,9 @@ DEPEND="${COMMON_DEPEND}
76 themes? (
77 app-arch/unzip
78 media-libs/freetype:2
79 + virtual/pkgconfig
80 )
81 + truetype? ( virtual/pkgconfig )
82 "
83 RDEPEND="${COMMON_DEPEND}
84 kernel_linux? (