~alpine/aports

testing/brltty: disable ppc64le v1 APPLIED

Drew DeVault: 1
 testing/brltty: disable ppc64le

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3247/mbox | git am -3
Learn more about email & git

[PATCH] testing/brltty: disable ppc64le Export this patch

---
 testing/brltty/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/brltty/APKBUILD b/testing/brltty/APKBUILD
index 3c1a6d65d6..c732ae53c9 100644
--- a/testing/brltty/APKBUILD
+++ b/testing/brltty/APKBUILD
@@ -4,7 +4,7 @@ pkgver="6.0"
pkgrel=0
pkgdesc="Refreshable braille display driver daemon"
url="http://brltty.app"
arch="all"
arch="all !ppc64le"
license="LGPL-2.1"
makedepends="
	autoconf
-- 
2.25.0