commit: 5b35655a5d4a11a532ee2653b5e5983d45bade93 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Nov 13 12:28:27 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Nov 13 12:28:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b35655a
sys-boot/uefi-mkconfig: Stabilize 3.3 x86, #932842 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-boot/uefi-mkconfig/uefi-mkconfig-3.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-boot/uefi-mkconfig/uefi-mkconfig-3.3.ebuild b/sys-boot/uefi-mkconfig/uefi-mkconfig-3.3.ebuild index eb46eef391d5..95e545020b07 100644 --- a/sys-boot/uefi-mkconfig/uefi-mkconfig-3.3.ebuild +++ b/sys-boot/uefi-mkconfig/uefi-mkconfig-3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/Biosias/uefi-mkconfig/archive/v${PV}.tar.gz -> ${P}. LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 x86" RDEPEND=" app-shells/bash
