summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--user/efibootmgr/APKBUILD2
-rw-r--r--user/efivar/APKBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/user/efibootmgr/APKBUILD b/user/efibootmgr/APKBUILD
index 3180f0b21..194d32d7c 100644
--- a/user/efibootmgr/APKBUILD
+++ b/user/efibootmgr/APKBUILD
@@ -5,7 +5,7 @@ pkgver=15
pkgrel=0
pkgdesc="A user-space application to modify the Intel EFI Boot Manager"
url="https://github.com/rhboot/efibootmgr"
-arch="x86 x86_64 arm64 ia64"
+arch="pmmx x86_64 arm64 ia64"
license="GPL-2.0"
depends=""
makedepends="efivar-dev gettext-dev"
diff --git a/user/efivar/APKBUILD b/user/efivar/APKBUILD
index 8076176e9..6177b1c4d 100644
--- a/user/efivar/APKBUILD
+++ b/user/efivar/APKBUILD
@@ -5,7 +5,7 @@ pkgver=31
pkgrel=0
pkgdesc="Tools and library to manipulate EFI variables"
url="https://github.com/rhboot/efivar"
-arch="x86 x86_64 arm64 ia64"
+arch="pmmx x86_64 arm64 ia64"
license="LGPL-2.1"
depends=""
depends_dev="popt-dev"