From 75c527e577e1ecba3d031e1032ce20132dd2dc07 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 9 Mar 2017 09:31:25 +0000 Subject: [PATCH] tpacpi-bat: enable x86_64-musl Closes #5937 --- srcpkgs/tpacpi-bat/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tpacpi-bat/template b/srcpkgs/tpacpi-bat/template index 33e27625408..afc3402f6f2 100644 --- a/srcpkgs/tpacpi-bat/template +++ b/srcpkgs/tpacpi-bat/template @@ -3,7 +3,7 @@ pkgname=tpacpi-bat version=3.1 revision=1 depends="acpi_call-dkms perl" -only_for_archs="i686 x86_64" +only_for_archs="i686 x86_64 x86_64-musl" short_desc="ThinkPad ACPI Battery Util using acpi_call" maintainer="Daniel A. Maierhofer " license="GPL-3"