Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id A51DE782D01 for ; Tue, 16 Jul 2019 18:49:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 99D8A36EE5 for ; Tue, 16 Jul 2019 20:49:40 +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 vtbQSVGsm1oL; Tue, 16 Jul 2019 20:49:39 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1563302978; bh=MmnISgfvg1UhhhcG/ovoQrLc/+FW4wDnAjlc/nKHPFY=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=Tx837RVgGK2pEOYoAUqiQdkdhvUfJuW2nXjyZokPY2WAnTaZ6AbelXeQjNEaplqcA mz0D5YQ1FSC5vhVaNBEmpCf+5ORi5Rm2GHBLeOthIyJRJKudcfk4PhxPIUqAEaJwYl ChmMCgGW6rsoQ8wOGH7exBrcUbycdF2oFPeP1hr+KYjCCeuyVLXwsrD8jScGTPMx6V HSGFUV/ael755KJhMfBO0j0fsKr0saijz/kYnFWrS9oXvrulv0kKXXtapMUe2Yk858 EvjkpPUqrcf1BWQVoTMNZSeOGIucfPp47Rnq54g+QkPRG1bq39qcBQ28ahq56VnBJT NCHC0FmP6H+Aw== To: alpine-aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH 2/2] testing/kdenlive: re-enable s390x, mlt and fftw are available again Date: Tue, 16 Jul 2019 20:49:04 +0200 Message-Id: <20190716184904.12374-2-bribbers@disroot.org> In-Reply-To: <20190716184904.12374-1-bribbers@disroot.org> References: <20190716184904.12374-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