Package-Manager: portage-2.3.2
)
)
test? (
- dev-libs/libisoburn
+ app-admin/genromfs
+ app-arch/cpio
+ app-arch/lzop
app-emulation/qemu
+ dev-libs/libisoburn
+ sys-apps/miscfiles
+ sys-block/parted
+ sys-fs/squashfs-tools
)
themes? (
app-arch/unzip
sed -i -e 's/^\* GRUB:/* GRUB2:/' -e 's/(grub)/(grub2)/' docs/grub.texi || die
fi
+ # Nothing in Gentoo packages 'american-english' in the exact path
+ # wanted for the test, but all that is needed is a compressible text
+ # file, and we do have 'words' from miscfiles in the same path.
+ sed -i \
+ -e '/CFILESSRC.*=/s,american-english,words,' \
+ tests/util/grub-fs-tester.in \
+ || die
+
if [[ -n ${GRUB_AUTOGEN} ]]; then
python_setup
bash autogen.sh || die