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: Tue, 07 Sep 2021 17:28:12
Message-Id: 1631035665.763ee6146cd896ad801a3b937d1d21a92b26c5a2.floppym@gentoo
1 commit: 763ee6146cd896ad801a3b937d1d21a92b26c5a2
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 7 17:18:04 2021 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 7 17:27:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=763ee614
7
8 sys-boot/grub: drop pax-utils
9
10 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
11
12 sys-boot/grub/grub-2.06-r1.ebuild | 3 +--
13 sys-boot/grub/grub-9999.ebuild | 3 +--
14 2 files changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-boot/grub/grub-2.06-r1.ebuild b/sys-boot/grub/grub-2.06-r1.ebuild
17 index 3c49ad5db1f..09e5054052a 100644
18 --- a/sys-boot/grub/grub-2.06-r1.ebuild
19 +++ b/sys-boot/grub/grub-2.06-r1.ebuild
20 @@ -19,7 +19,7 @@ if [[ -n ${GRUB_AUTORECONF} ]]; then
21 inherit autotools
22 fi
23
24 -inherit bash-completion-r1 flag-o-matic multibuild optfeature pax-utils toolchain-funcs
25 +inherit bash-completion-r1 flag-o-matic multibuild optfeature toolchain-funcs
26
27 if [[ ${PV} != 9999 ]]; then
28 if [[ ${PV} == *_alpha* || ${PV} == *_beta* || ${PV} == *_rc* ]]; then
29 @@ -69,7 +69,6 @@ REQUIRED_USE="
30
31 BDEPEND="
32 ${PYTHON_DEPS}
33 - app-misc/pax-utils
34 sys-devel/flex
35 sys-devel/bison
36 sys-apps/help2man
37
38 diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild
39 index 8046d169817..2c6c543dd39 100644
40 --- a/sys-boot/grub/grub-9999.ebuild
41 +++ b/sys-boot/grub/grub-9999.ebuild
42 @@ -19,7 +19,7 @@ if [[ -n ${GRUB_AUTORECONF} ]]; then
43 inherit autotools
44 fi
45
46 -inherit bash-completion-r1 flag-o-matic multibuild optfeature pax-utils toolchain-funcs
47 +inherit bash-completion-r1 flag-o-matic multibuild optfeature toolchain-funcs
48
49 if [[ ${PV} != 9999 ]]; then
50 if [[ ${PV} == *_alpha* || ${PV} == *_beta* || ${PV} == *_rc* ]]; then
51 @@ -68,7 +68,6 @@ REQUIRED_USE="
52
53 BDEPEND="
54 ${PYTHON_DEPS}
55 - app-misc/pax-utils
56 sys-devel/flex
57 sys-devel/bison
58 sys-apps/help2man