diff options
author | Mike Gilbert <floppym@gentoo.org> | 2021-03-14 14:13:50 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2021-03-14 14:36:02 -0400 |
commit | d9d869c189d7475c5893e9cb56028784eede8e84 (patch) | |
tree | 57e128fd1e5605ac6ad7ef806cf77e3bc769d342 /sys-boot/grub/grub-9999.ebuild | |
parent | app-editors/neovim: keyword x64-macos and fix dep (diff) | |
download | gentoo-d9d869c189d7475c5893e9cb56028784eede8e84.tar.gz gentoo-d9d869c189d7475c5893e9cb56028784eede8e84.tar.bz2 gentoo-d9d869c189d7475c5893e9cb56028784eede8e84.zip |
sys-boot/grub: bump to 2.06_rc1
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.ebuild | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index 3ffe45ea3430..bae070420bf5 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then fi if [[ -n ${GRUB_AUTOGEN} || -n ${GRUB_BOOTSTRAP} ]]; then - PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) + PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} ) inherit python-any-r1 fi @@ -39,6 +39,7 @@ fi PATCHES=( "${FILESDIR}"/gfxpayload.patch "${FILESDIR}"/grub-2.02_beta2-KERNEL_GLOBS.patch + "${FILESDIR}"/grub-2.06-test-words.patch ) DEJAVU=dejavu-sans-ttf-2.37 @@ -139,14 +140,6 @@ src_prepare() { sed -i -e /autoreconf/d autogen.sh || die - # 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} || -n ${GRUB_BOOTSTRAP} ]]; then python_setup fi |