From 8157354f62bf5f0c9a167006b1d771afff0a9e42 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 12 May 2015 08:15:59 +0200 Subject: [PATCH] musl-legacy-compat: restrict to musl and drop wrong conflicts. Close #1548 --- srcpkgs/musl-legacy-compat/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/musl-legacy-compat/template b/srcpkgs/musl-legacy-compat/template index 13d6ab42d40..8b649642b94 100644 --- a/srcpkgs/musl-legacy-compat/template +++ b/srcpkgs/musl-legacy-compat/template @@ -1,9 +1,9 @@ # Template file for 'musl-legacy-compat' pkgname=musl-legacy-compat -version=0.1 +version=0.2 revision=1 noarch=yes -conflicts="glibc-devel>=0" +only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl aarch64-musl" short_desc="Legacy compatibility headers for the musl libc" maintainer="Juan RP " license="BSD"