Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 3E360781A69 for ; Tue, 30 Jul 2019 22:56:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id E7EF824A5E; Wed, 31 Jul 2019 00:46:53 +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 DKXNuyn-4dAI; Wed, 31 Jul 2019 00:46:52 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1564526812; bh=7qzbAEEJIzsgqWwDLbzaCFgBfAuXkzE1lL7dtBYCZ1U=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=fO83p2htoMKAfxfX4oM7E3CjMVlHRKuw1emuS+4cnnyUvTVxGLVWuDz6jrujwc6WA NQIIhed7+KxxxBtEhqNGGbOrH9i2zG5yqGOoqy8IIJBflm2/AqMoBFq3Gv4rn8waby tcuLn/axZ1xXth2wSdpT7a8bznYzk/IGow5mGTSFvOmCP6MPxkk+n2dqgp0v1DsZSF /LYx78oJSjX9i9DgvM6ywQEN2i4YmzKaX1UR7x/MTYE2Ic8V8EC2htPy+cHKLuNGni PinBIp2gVYyScgcdK9GmM5R36yYR3mfyYiwO/nfdoHDx9TWjxqMcfI4gomQTH+wyBx wSBEuyS6luhQA== To: alpine-aports@lists.alpinelinux.org Cc: luca@z3ntu.xyz, ncopa@alpinelinux.org, Bart Ribbers Subject: [PATCH 3/4] community/fmt: move from testing Date: Wed, 31 Jul 2019 00:45:51 +0200 Message-Id: <20190730224552.19614-3-bribbers@disroot.org> In-Reply-To: <20190730224552.19614-1-bribbers@disroot.org> References: <20190730224552.19614-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Required for Kodi in community --- .../fmt/0001-install-pkg-config-file-into-libdir.patch | 0 {testing => community}/fmt/APKBUILD | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {testing => community}/fmt/0001-install-pkg-config-file-into-libdir.patch (100%) rename {testing => community}/fmt/APKBUILD (100%) diff --git a/testing/fmt/0001-install-pkg-config-file-into-libdir.patch b/community/fmt/0001-install-pkg-config-file-into-libdir.patch similarity index 100% rename from testing/fmt/0001-install-pkg-config-file-into-libdir.patch rename to community/fmt/0001-install-pkg-config-file-into-libdir.patch diff --git a/testing/fmt/APKBUILD b/community/fmt/APKBUILD similarity index 100% rename from testing/fmt/APKBUILD rename to community/fmt/APKBUILD -- 2.22.0