diff options
author | Mike Gilbert <floppym@gentoo.org> | 2021-09-07 13:18:04 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2021-09-07 13:27:45 -0400 |
commit | 763ee6146cd896ad801a3b937d1d21a92b26c5a2 (patch) | |
tree | 2a47ea3cce7e86aa4810cb689a335a953e1d14e6 /sys-boot/grub | |
parent | sys-boot/grub: fix issue with XFS v4 superblocks (diff) | |
download | gentoo-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')
-rw-r--r-- | sys-boot/grub/grub-2.06-r1.ebuild | 3 | ||||
-rw-r--r-- | sys-boot/grub/grub-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys-boot/grub/grub-2.06-r1.ebuild b/sys-boot/grub/grub-2.06-r1.ebuild index 3c49ad5db1f0..09e5054052a6 100644 --- a/sys-boot/grub/grub-2.06-r1.ebuild +++ b/sys-boot/grub/grub-2.06-r1.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 @@ -69,7 +69,6 @@ REQUIRED_USE=" BDEPEND=" ${PYTHON_DEPS} - app-misc/pax-utils sys-devel/flex sys-devel/bison sys-apps/help2man 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 |