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 0BA27158090 for ; Fri, 6 May 2022 23:43:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 321E2E0825; Fri, 6 May 2022 23:43:24 +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 0E95FE0825 for ; Fri, 6 May 2022 23:43:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 04FDC341D74 for ; Fri, 6 May 2022 23:43:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FD27430 for ; Fri, 6 May 2022 23:43:21 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1651880595.bd8e7fd876dc4a386cc1fbed9a6556027e1d34a4.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/repo/repo-2.21.ebuild X-VCS-Directories: dev-vcs/repo/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: bd8e7fd876dc4a386cc1fbed9a6556027e1d34a4 X-VCS-Branch: master Date: Fri, 6 May 2022 23:43:21 +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: ddb84545-4115-44cc-8d06-359bc6388e29 X-Archives-Hash: c20164b7e06e3452419a20249828b9d3 commit: bd8e7fd876dc4a386cc1fbed9a6556027e1d34a4 Author: Jakov Smolić gentoo org> AuthorDate: Fri May 6 23:43:15 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Fri May 6 23:43:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd8e7fd8 dev-vcs/repo: Stabilize 2.21 arm, #842039 Signed-off-by: Jakov Smolić gentoo.org> dev-vcs/repo/repo-2.21.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/repo/repo-2.21.ebuild b/dev-vcs/repo/repo-2.21.ebuild index 473ea5da0f4a..4e1cb742476e 100644 --- a/dev-vcs/repo/repo-2.21.ebuild +++ b/dev-vcs/repo/repo-2.21.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/GerritCodeReview/git-repo/archive/refs/tags/v${PV}.t LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}"