summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-04-24 12:56:00 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-04-24 12:56:00 +0200
commit37537554a59c36c257d8f624fba4ac6623f83ebf (patch)
tree159b7fbeb13998eef42ebe7c07852a7d58b33dbc /community
parentb67d09cd89f6338e1a19afbd0c1c3b2c191d329f (diff)
downloadpackages-37537554a59c36c257d8f624fba4ac6623f83ebf.tar.xz
community/chromaprint: temporary fix for FS#70567, delisted from i486 blacklist
Diffstat (limited to 'community')
-rw-r--r--community/chromaprint/PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/community/chromaprint/PKGBUILD b/community/chromaprint/PKGBUILD
new file mode 100644
index 00000000..c916da7f
--- /dev/null
+++ b/community/chromaprint/PKGBUILD
@@ -0,0 +1,3 @@
+# temporary fix for FS#70567
+makedepends=(${makedepends[@]//gtest/})
+makedepends+=(gmock)