commit:     ee98a017a8e1c06165aeabe0a933511b25a9ea3d
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  3 20:18:28 2026 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jan  3 20:19:11 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee98a017

sys-boot/grub: improve dependency specs

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 sys-boot/grub/grub-2.14_rc1-r3.ebuild | 4 ++--
 sys-boot/grub/grub-9999.ebuild        | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-boot/grub/grub-2.14_rc1-r3.ebuild 
b/sys-boot/grub/grub-2.14_rc1-r3.ebuild
index eacf294ea623..b999f4f2177f 100644
--- a/sys-boot/grub/grub-2.14_rc1-r3.ebuild
+++ b/sys-boot/grub/grub-2.14_rc1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -138,7 +138,7 @@ DEPEND="
        protect? ( dev-libs/libtasn1:= )
 "
 RDEPEND="${DEPEND}
-       branding? ( >=sys-boot/grub-themes-gentoo-1.0-r1 )
+       branding? ( themes? ( >=sys-boot/grub-themes-gentoo-1.0-r1 ) )
        kernel_linux? (
                grub_platforms_efi-32? ( sys-boot/efibootmgr )
                grub_platforms_efi-64? ( sys-boot/efibootmgr )

diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild
index 958e97ba58c2..447fff13f574 100644
--- a/sys-boot/grub/grub-9999.ebuild
+++ b/sys-boot/grub/grub-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -131,7 +131,7 @@ DEPEND="
        protect? ( dev-libs/libtasn1:= )
 "
 RDEPEND="${DEPEND}
-       branding? ( >=sys-boot/grub-themes-gentoo-1.0-r1 )
+       branding? ( themes? ( >=sys-boot/grub-themes-gentoo-1.0-r1 ) )
        kernel_linux? (
                grub_platforms_efi-32? ( sys-boot/efibootmgr )
                grub_platforms_efi-64? ( sys-boot/efibootmgr )

Reply via email to