From 34f9a643d314721cd02983447597c5a826127e8f Mon Sep 17 00:00:00 2001 From: q66 Date: Sun, 9 Feb 2020 05:26:11 +0100 Subject: [PATCH] krita: fix typo in template --- srcpkgs/krita/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template index a4cf788ae1..d0315edb7b 100644 --- a/srcpkgs/krita/template +++ b/srcpkgs/krita/template @@ -26,5 +26,5 @@ case "$XBPS_TARGET_MACHINE" in esac if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then - armv6*|ppc*) makedepends+=" libatomic-devel" + makedepends+=" libatomic-devel" fi