From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79E77158099 for ; Thu, 23 Nov 2023 20:20:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AF6B2BC02E; Thu, 23 Nov 2023 20:20:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 75A782BC02E for ; Thu, 23 Nov 2023 20:20:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA8FA33BEFF for ; Thu, 23 Nov 2023 20:20:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DC3B13BD for ; Thu, 23 Nov 2023 20:20:48 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1700770838.44e88c91e551aa87c1a2e7ebd3694813130770a8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-htmlmin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-htmlmin/flask-htmlmin-2.2.1-r1.ebuild X-VCS-Directories: dev-python/flask-htmlmin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 44e88c91e551aa87c1a2e7ebd3694813130770a8 X-VCS-Branch: master Date: Thu, 23 Nov 2023 20:20:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ccac33de-9306-4299-9155-b1de97247e6c X-Archives-Hash: 67923866a06cf2937ec4be6629a17a26 commit: 44e88c91e551aa87c1a2e7ebd3694813130770a8 Author: Michał Górny gentoo org> AuthorDate: Thu Nov 23 20:20:38 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Nov 23 20:20:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44e88c91 dev-python/flask-htmlmin: Keyword 2.2.1-r1 arm64, #917885 Signed-off-by: Michał Górny gentoo.org> dev-python/flask-htmlmin/flask-htmlmin-2.2.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/flask-htmlmin/flask-htmlmin-2.2.1-r1.ebuild b/dev-python/flask-htmlmin/flask-htmlmin-2.2.1-r1.ebuild index 2ea868be8ec6..e8fdeb9a2f4b 100644 --- a/dev-python/flask-htmlmin/flask-htmlmin-2.2.1-r1.ebuild +++ b/dev-python/flask-htmlmin/flask-htmlmin-2.2.1-r1.ebuild @@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P} LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" RDEPEND=" app-text/cssmin[${PYTHON_USEDEP}]