Received: from mout-p-202.mailbox.org (mout-p-202.mailbox.org [80.241.56.172]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 7AAE478115B for <~alpine/aports@lists.alpinelinux.org>; Mon, 24 Jan 2022 15:17:30 +0000 (UTC) Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:105:465:1:2:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4JjDB21frcz9skg; Mon, 24 Jan 2022 16:17:30 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kasku.net; s=MBO0001; t=1643037448; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ha5McMjRboam0dAqBLrw8kv4+4kgYJ0dts/8ndDphh0=; b=TcqvcN9nkEk8kODiPn+7Ut+AU8kZjD19+uxDdotWP1piL6Jng0J6ptbllM/cre1GRgtA5K yrvfFuqG8ZkjDizFFRHFsh0PA2+4XHnj33arAWGfFD5os6BEyNMstnIIBbfWRUKNxUtL0n hoKBiEn9hI+K2l2t3RNnSxMub79Y/EGHBgztc/BPBDWCs/xXU3X0H47/t1SegKcnc9N/6g GOyJybFvnAKpcm/jZ7oRXt/l667RdXtJ+zwfTYJ7049nxbOuw5azIx1xJ9qxXLaS+8b6z8 DCZVNLz6Es7XuHnv7lIiWaMmjlYWp88yl2heAofM7tyHmgLAuau/Cm5gYVaY8Q== From: Cormac Stephenson To: ~alpine/aports@lists.alpinelinux.org Cc: Cormac Stephenson Subject: [PATCH 1/2] community/libhangul: move from testing Date: Mon, 24 Jan 2022 15:17:16 +0000 Message-Id: <20220124151717.17591-1-c7s@kasku.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- {testing => community}/libhangul/APKBUILD | 0 {testing => community}/libhangul/fix-gettext-version.patch | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {testing => community}/libhangul/APKBUILD (100%) rename {testing => community}/libhangul/fix-gettext-version.patch (100%) diff --git a/testing/libhangul/APKBUILD b/community/libhangul/APKBUILD similarity index 100% rename from testing/libhangul/APKBUILD rename to community/libhangul/APKBUILD diff --git a/testing/libhangul/fix-gettext-version.patch b/community/libhangul/fix-gettext-version.patch similarity index 100% rename from testing/libhangul/fix-gettext-version.patch rename to community/libhangul/fix-gettext-version.patch -- 2.34.1