aboutsummaryrefslogtreecommitdiffstats
path: root/testing/efivar
diff options
context:
space:
mode:
authorLucas Ramage <ramage.lucas@openmailbox.org>2017-11-17 14:36:39 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-12-13 10:06:29 +0000
commite6909e6dcde9ac25c834b1dae4bc8441f9cefd7e (patch)
tree705d3e189619b74fc44eecaaff375727e1fb3688 /testing/efivar
parent036a291bb59e1cad3bcb12a6784ba0061b73c227 (diff)
downloadaports-e6909e6dcde9ac25c834b1dae4bc8441f9cefd7e.tar.bz2
aports-e6909e6dcde9ac25c834b1dae4bc8441f9cefd7e.tar.xz
testing/efivar: add x86 arch and claim maintainership
https://github.com/rhboot/efivar Tools and library to manipulate EFI variables
Diffstat (limited to 'testing/efivar')
-rw-r--r--testing/efivar/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/efivar/APKBUILD b/testing/efivar/APKBUILD
index 10c982998a..2f1f036037 100644
--- a/testing/efivar/APKBUILD
+++ b/testing/efivar/APKBUILD
@@ -1,11 +1,11 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
-# Maintainer:
+# Maintainer: Lucas Ramage <ramage.lucas@openmailbox.org>
pkgname=efivar
pkgver=31
pkgrel=0
pkgdesc="Tools and library to manipulate EFI variables"
url="https://github.com/rhboot/efivar"
-arch="x86_64 armhf aarch64"
+arch="x86 x86_64 armhf aarch64"
license="LGPL-2.1"
depends=""
depends_dev=""