From 37537554a59c36c257d8f624fba4ac6623f83ebf Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 24 Apr 2021 12:56:00 +0200 Subject: community/chromaprint: temporary fix for FS#70567, delisted from i486 blacklist --- blacklist/i486/rust/chromaprint | 1 - community/chromaprint/PKGBUILD | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 blacklist/i486/rust/chromaprint create mode 100644 community/chromaprint/PKGBUILD diff --git a/blacklist/i486/rust/chromaprint b/blacklist/i486/rust/chromaprint deleted file mode 100644 index 698ee90c..00000000 --- a/blacklist/i486/rust/chromaprint +++ /dev/null @@ -1 +0,0 @@ -rust needs to be bootstrapped first - fun, fun, fun! 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) -- cgit v1.2.3-54-g00ecf