From fff6f4c5c17ef28acaf047df432c9b8003302417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Sun, 23 Oct 2016 16:39:33 +0200 Subject: testing/sparse: don't build sparse-llvm Since it doesn't seem to work properly currently. Also depend on gcc to make cgcc work out of the box. --- testing/sparse/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testing') diff --git a/testing/sparse/APKBUILD b/testing/sparse/APKBUILD index 66ad23cfcb..775d2ae7b4 100644 --- a/testing/sparse/APKBUILD +++ b/testing/sparse/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Sören Tempel pkgname=sparse pkgver=0.5.0 -pkgrel=0 +pkgrel=1 pkgdesc="A semantic parser of source files" url="http://sparse.wiki.kernel.org/" arch="all" license="MIT" -depends="" +depends="gcc" depends_dev="" -makedepends="libxml2-dev llvm-dev" +makedepends="libxml2-dev" install="" subpackages="$pkgname-dev $pkgname-doc" source="https://www.kernel.org/pub/software/devel/sparse/dist/$pkgname-$pkgver.tar.xz" -- cgit v1.2.3