From 6b0654b566d0f5e6731b92e85886d0e3d46ca882 Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Fri, 30 May 2014 14:39:40 +0000
Subject: [PATCH] main/oprofile: disable. does not build with musl

---
 main/oprofile/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/oprofile/APKBUILD b/main/oprofile/APKBUILD
index 06b5fa31e722..f3fa34c059bc 100644
--- a/main/oprofile/APKBUILD
+++ b/main/oprofile/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.9.9
 pkgrel=0
 pkgdesc="A System Profiler for Linux"
 url="http://oprofile.sourceforge.net/"
-arch="all"
+arch=""
 license="GPL"
 depends=""
 makedepends="libiconv-dev popt-dev gettext-dev"
@@ -26,7 +26,7 @@ prepare() {
 		esac
 	done
 }
-                                                        
+
 build() {
 	cd "$srcdir/$pkgname-$pkgver"
 
-- 
GitLab