~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] testing/brltty: disable ppc64le

Details
Message ID
<20200125150916.11680-1-sir@cmpwn.com>
DKIM signature
missing
Download raw message
Patch: +1 -1
---
 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
Details
Message ID
<20200125155428.GD1055246@alpha>
In-Reply-To
<20200125150916.11680-1-sir@cmpwn.com> (view parent)
DKIM signature
missing
Download raw message
On Sat, Jan 25, 2020 at 10:09:16AM -0500, Drew DeVault wrote:
> ---
>  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

Thanks, this has been applied.
Reply to thread Export thread (mbox)