Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 75E85782CFB for ; Tue, 16 Jul 2019 18:49:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 6CE2B36EF6 for ; Tue, 16 Jul 2019 20:49:24 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QK4L4nrU2FCr; Tue, 16 Jul 2019 20:49:23 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1563302962; bh=MmnISgfvg1UhhhcG/ovoQrLc/+FW4wDnAjlc/nKHPFY=; h=From:To:Cc:Subject:Date; b=bl8Gl4yQNwd3sdf/ba8cIYGpaxFVd7uXFBNCe73Y3VYVjyPCF2geB5N045zcWGqjX Dob8zvJ8sERvry692L82EyuOwylZgkNy5DqoUnYFrzrwI70aOZEnuS3tRBSmgK2aGJ Us94J/zoySzGhJi87CXuSWKRfGE+UEXfybrrvnn5O93BQfNEmacWxPWIJxFx/wXYVE ZFH7xx3PNzOam6kgHzbWr03qd+2GeHg7goX5+NFT9WkEzD68TutIX1xZF9EfCp4efa vyVIA/0qpcGRnZx69T8hiPifEcBZopQtZOLQJSztAOm80ncO/NfHgHi5+XJaLxlD6Q e56Z/GWfA8/pg== To: alpine-aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH] testing/kdenlive: re-enable s390x, mlt and fftw are available again Date: Tue, 16 Jul 2019 20:48:50 +0200 Message-Id: <20190716184850.12211-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/kdenlive/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/kdenlive/APKBUILD b/testing/kdenlive/APKBUILD index 351b33b8ee..39fd5d03e0 100644 --- a/testing/kdenlive/APKBUILD +++ b/testing/kdenlive/APKBUILD @@ -3,7 +3,7 @@ pkgname=kdenlive pkgver=19.04.3 pkgrel=1 -arch="all !s390x" # Limited by mlt +arch="all" url="https://kdenlive.org" pkgdesc="An intuitive and powerful multi-track video editor, including most recent video technologies" license="GPL-2.0-or-later" -- 2.22.0