aboutsummaryrefslogtreecommitdiffstats
path: root/testing/efibootmgr
diff options
context:
space:
mode:
authorLucas Ramage <ramage.lucas@openmailbox.org>2017-11-17 14:31:24 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-12-13 10:06:06 +0000
commit036a291bb59e1cad3bcb12a6784ba0061b73c227 (patch)
tree715810db3896cdabb73ba4dcb21166bf78d8d657 /testing/efibootmgr
parent35dfed2343223d7efad52fbddf923e4928a708f3 (diff)
downloadaports-036a291bb59e1cad3bcb12a6784ba0061b73c227.tar.bz2
aports-036a291bb59e1cad3bcb12a6784ba0061b73c227.tar.xz
testing/efibootmgr: add x86 arch and claim maintainership
https://github.com/rhboot/efibootmgr Linux user-space application to modify the Intel Extensible Firmware Interface
Diffstat (limited to 'testing/efibootmgr')
-rw-r--r--testing/efibootmgr/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/efibootmgr/APKBUILD b/testing/efibootmgr/APKBUILD
index e34359aabc..583ebe516d 100644
--- a/testing/efibootmgr/APKBUILD
+++ b/testing/efibootmgr/APKBUILD
@@ -1,11 +1,11 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
-# Maintainer:
+# Maintainer: Lucas Ramage <ramage.lucas@openmailbox.org>
pkgname=efibootmgr
pkgver=15
pkgrel=0
pkgdesc="Linux user-space application to modify the Intel Extensible Firmware Interface"
url="https://github.com/rhboot/efibootmgr"
-arch="x86_64 armhf aarch64"
+arch="x86 x86_64 armhf aarch64"
license="GPL-2.0"
depends=""
makedepends="efivar-dev linux-headers popt-dev gettext-dev"