commit: 21f74d389beee771ab40039a4954202faaddb2cd Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Thu Nov 13 16:29:35 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Thu Nov 13 16:29:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21f74d38
sys-boot/uefi-mkconfig: Stabilize 3.4 x86, #932842 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> sys-boot/uefi-mkconfig/uefi-mkconfig-3.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-boot/uefi-mkconfig/uefi-mkconfig-3.4.ebuild b/sys-boot/uefi-mkconfig/uefi-mkconfig-3.4.ebuild index eb46eef391d5..95e545020b07 100644 --- a/sys-boot/uefi-mkconfig/uefi-mkconfig-3.4.ebuild +++ b/sys-boot/uefi-mkconfig/uefi-mkconfig-3.4.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
