diff options
author | psykose <alice@ayaya.dev> | 2022-12-24 12:41:28 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2022-12-24 13:41:51 +0100 |
commit | a62e6392918cae3c3f988c1e4b8e7711429e47a1 (patch) | |
tree | 51abbf87d4cd9d8b196da841b6dfc8ad91ba3e31 /main/efibootmgr | |
parent | 70580fd834c08bfdbe06d6252fdd6b2464824df5 (diff) | |
download | aports-a62e6392918cae3c3f988c1e4b8e7711429e47a1.zip |
main/efibootmgr: enable on riscv64
for #14495
Diffstat (limited to 'main/efibootmgr')
-rw-r--r-- | main/efibootmgr/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/efibootmgr/APKBUILD b/main/efibootmgr/APKBUILD index 75de19cf98e..9910d15c51b 100644 --- a/main/efibootmgr/APKBUILD +++ b/main/efibootmgr/APKBUILD @@ -5,7 +5,7 @@ pkgver=18 pkgrel=0 pkgdesc="Linux user-space application to modify the Intel Extensible Firmware Interface" url="https://github.com/rhboot/efibootmgr" -arch="x86 x86_64 armhf armv7 aarch64" +arch="x86 x86_64 armhf armv7 aarch64 riscv64" license="GPL-2.0" makedepends="efivar-dev linux-headers popt-dev gettext-dev" subpackages="$pkgname-doc" |