diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-06-23 21:02:21 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-06-23 21:02:21 +0100 |
commit | 291efddb846ee92dd871716d364e5758efd9e98f (patch) | |
tree | b899f3661b6e2f91e9fe596d09d7a524cb700aa0 | |
parent | ac1166ac70c04b5e52136cc6e2083ad5ffd2bd6b (diff) |
sys-boot/grub : update PYTHON_COMPAT
-rw-r--r-- | metadata/md5-cache/sys-boot/grub-2.04-r15 (renamed from metadata/md5-cache/sys-boot/grub-2.04-r14) | 4 | ||||
-rw-r--r-- | metadata/pkg_desc_index | 2 | ||||
-rw-r--r-- | sys-boot/grub/grub-2.04-r15.ebuild (renamed from sys-boot/grub/grub-2.04-r14.ebuild) | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/metadata/md5-cache/sys-boot/grub-2.04-r14 b/metadata/md5-cache/sys-boot/grub-2.04-r15 index a59aed6e..fc12ee41 100644 --- a/metadata/md5-cache/sys-boot/grub-2.04-r14 +++ b/metadata/md5-cache/sys-boot/grub-2.04-r15 @@ -11,7 +11,7 @@ LICENSE=GPL-3 fonts? ( GPL-2-with-font-exception ) themes? ( BitstreamVera ) RDEPEND=app-arch/xz-utils >=sys-libs/ncurses-5.2-r5:0= sdl? ( media-libs/libsdl ) device-mapper? ( >=sys-fs/lvm2-2.02.45 ) mount? ( sys-fs/fuse:0 ) truetype? ( media-libs/freetype:2= ) ppc? ( >=sys-apps/ibm-powerpc-utils-1.3.5 ) ppc64? ( >=sys-apps/ibm-powerpc-utils-1.3.5 ) grub_platforms_xen? ( app-emulation/xen-tools:= ) grub_platforms_xen-32? ( app-emulation/xen-tools:= ) grub_platforms_xen-pvh? ( app-emulation/xen-tools:= ) kernel_linux? ( grub_platforms_efi-32? ( sys-boot/efibootmgr ) grub_platforms_efi-64? ( sys-boot/efibootmgr ) ) !sys-boot/grub:0 !sys-boot/grub-static nls? ( sys-devel/gettext ) REQUIRED_USE=grub_platforms_coreboot? ( fonts ) grub_platforms_qemu? ( fonts ) grub_platforms_ieee1275? ( fonts ) grub_platforms_loongson? ( fonts ) RESTRICT=!test? ( test ) -SLOT=2/2.04-r14 +SLOT=2/2.04-r15 SRC_URI=mirror://gnu/grub/grub-2.04.tar.xz fonts? ( mirror://gnu/unifont/unifont-12.1.02/unifont-12.1.02.pcf.gz ) themes? ( mirror://sourceforge/dejavu/dejavu-sans-ttf-2.37.zip ) _eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pax-utils 91d47e5d20627c717aa878b9167c62a8 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=b686fe56bb30564ecda82b7601046b82 +_md5_=374aa7723dafbca8cfec86b713b61d56 diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index 0e5ec9bc..ee5e7e39 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -53,7 +53,7 @@ sys-auth/polkit-qt 0.200.0: PolicyKit Qt API wrapper library (meta package) sys-auth/polkit-qt5 0.200.0: Qt wrapper around polkit-1 client libraries sys-auth/polkit-qt6 0.200.0: Qt wrapper around polkit-1 client libraries sys-boot/etcher 1.18.4-r2: Flash OS images to SD cards & USB drives, safely and easily. -sys-boot/grub 2.04-r14: GNU GRUB boot loader +sys-boot/grub 2.04-r15: GNU GRUB boot loader sys-boot/os-prober 1.77-r10: Utility to detect other OSs on a set of drives sys-boot/plymouth 0.9.4-r11: Graphical boot animation (splash) and logger sys-boot/unetbootin-static 625-r5: Universal Netboot Installer creates Live USB systems for various OS distributions diff --git a/sys-boot/grub/grub-2.04-r14.ebuild b/sys-boot/grub/grub-2.04-r15.ebuild index 77562671..1056e6b9 100644 --- a/sys-boot/grub/grub-2.04-r14.ebuild +++ b/sys-boot/grub/grub-2.04-r15.ebuild @@ -10,7 +10,7 @@ fi GRUB_AUTORECONF=1 if [[ -n ${GRUB_AUTOGEN} || -n ${GRUB_BOOTSTRAP} ]]; then - PYTHON_COMPAT=( python{2_7,3_{8,9,10}} ) + PYTHON_COMPAT=( python{2_7,3_{10,11,12}} ) inherit python-any-r1 fi |