From 57c3052cf6b7aab6b295321ac0e9c178b7d70861 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Tue, 6 Jul 2021 14:25:26 +0200 Subject: libre: uboot4extlinux-sunxi: workaround linter issues on ppc64le When running parabola-repolint[1] for ppc64le, there is the following error or warning: unhandled SRCINFO key: "makedepends_ppc64le" (makedepends_ppc64le = arm-none-eabi-gcc) As ppc64le is still experimental, we can safely remove it from the supported architectures in this PKGBUILD to avoid creating too much noise for the people working on the ppc64le port of Parabola. This is a real concern as oaken-source, who run this parabola-repolint had that issue and discussed with me about it on the #parabola IRC channel on liberachat. [1]https://git.parabola.nu/~oaken-source/parabola-repolint.git/ Signed-off-by: Denis 'GNUtoo' Carikli --- libre/uboot4extlinux-sunxi/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libre/uboot4extlinux-sunxi') diff --git a/libre/uboot4extlinux-sunxi/PKGBUILD b/libre/uboot4extlinux-sunxi/PKGBUILD index 45d48293f..eb25d282a 100644 --- a/libre/uboot4extlinux-sunxi/PKGBUILD +++ b/libre/uboot4extlinux-sunxi/PKGBUILD @@ -57,7 +57,7 @@ pkgname=("${pkgbase}" pkgver=2021.07 pkgrel=2 -arch=('armv7h' 'i686' 'ppc64le' 'x86_64') +arch=('armv7h' 'i686' 'x86_64') url="http://git.denx.de/u-boot.git/" license=('GPL') makedepends=('bc' 'dtc' 'python' 'python2' 'swig') -- cgit v1.2.3