diff options
Diffstat (limited to 'sys-apps/fwupd-efi/fwupd-efi-1.7.ebuild')
-rw-r--r-- | sys-apps/fwupd-efi/fwupd-efi-1.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/fwupd-efi/fwupd-efi-1.7.ebuild b/sys-apps/fwupd-efi/fwupd-efi-1.7.ebuild index 3d9dbead55e0..25dd90e2f17a 100644 --- a/sys-apps/fwupd-efi/fwupd-efi-1.7.ebuild +++ b/sys-apps/fwupd-efi/fwupd-efi-1.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2024 Gentoo Authors +# Copyright 2021-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ if [[ ${PV} = *9999 ]]; then EGIT_REPO_URI="https://github.com/fwupd/fwupd-efi.git" else SRC_URI="https://github.com/fwupd/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" fi LICENSE="LGPL-2.1+" |