diff options
author | Lucas Ramage <ramage.lucas@openmailbox.org> | 2017-11-17 14:36:39 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-12-13 10:06:29 +0000 |
commit | e6909e6dcde9ac25c834b1dae4bc8441f9cefd7e (patch) | |
tree | 705d3e189619b74fc44eecaaff375727e1fb3688 /testing/efivar | |
parent | 036a291bb59e1cad3bcb12a6784ba0061b73c227 (diff) | |
download | aports-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/APKBUILD | 4 |
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="" |