diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-05-29 16:43:10 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-05-29 16:43:10 +0200 |
commit | c666a9b16bf79a334ec3bc3d434139df9e5616e0 (patch) | |
tree | 3c8ad5dcee1a4d75feb0cbb79dd219bdd8437786 | |
parent | gnome-extra/nemo: Stabilize 6.0.2 amd64, #932973 (diff) | |
download | gentoo-c666a9b16bf79a334ec3bc3d434139df9e5616e0.tar.gz gentoo-c666a9b16bf79a334ec3bc3d434139df9e5616e0.tar.bz2 gentoo-c666a9b16bf79a334ec3bc3d434139df9e5616e0.zip |
sys-apps/fwupd-efi: Stabilize 1.6 x86, #933048
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r-- | sys-apps/fwupd-efi/fwupd-efi-1.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/fwupd-efi/fwupd-efi-1.6.ebuild b/sys-apps/fwupd-efi/fwupd-efi-1.6.ebuild index 9b09fe86b0f1..de6e4d0eb38e 100644 --- a/sys-apps/fwupd-efi/fwupd-efi-1.6.ebuild +++ b/sys-apps/fwupd-efi/fwupd-efi-1.6.ebuild @@ -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}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" fi LICENSE="LGPL-2.1+" |