summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2021-09-07 13:18:04 -0400
committerMike Gilbert <floppym@gentoo.org>2021-09-07 13:27:45 -0400
commit763ee6146cd896ad801a3b937d1d21a92b26c5a2 (patch)
tree2a47ea3cce7e86aa4810cb689a335a953e1d14e6 /sys-boot/grub/grub-9999.ebuild
parentsys-boot/grub: fix issue with XFS v4 superblocks (diff)
downloadgentoo-763ee6146cd896ad801a3b937d1d21a92b26c5a2.tar.gz
gentoo-763ee6146cd896ad801a3b937d1d21a92b26c5a2.tar.bz2
gentoo-763ee6146cd896ad801a3b937d1d21a92b26c5a2.zip
sys-boot/grub: drop pax-utils
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-boot/grub/grub-9999.ebuild')
-rw-r--r--sys-boot/grub/grub-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild
index 8046d169817d..2c6c543dd398 100644
--- a/sys-boot/grub/grub-9999.ebuild
+++ b/sys-boot/grub/grub-9999.ebuild
@@ -19,7 +19,7 @@ if [[ -n ${GRUB_AUTORECONF} ]]; then
inherit autotools
fi
-inherit bash-completion-r1 flag-o-matic multibuild optfeature pax-utils toolchain-funcs
+inherit bash-completion-r1 flag-o-matic multibuild optfeature toolchain-funcs
if [[ ${PV} != 9999 ]]; then
if [[ ${PV} == *_alpha* || ${PV} == *_beta* || ${PV} == *_rc* ]]; then
@@ -68,7 +68,6 @@ REQUIRED_USE="
BDEPEND="
${PYTHON_DEPS}
- app-misc/pax-utils
sys-devel/flex
sys-devel/bison
sys-apps/help2man