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 4D4F515800A for ; Tue, 25 Jul 2023 13:52:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9564BE091A; Tue, 25 Jul 2023 13:52:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7808DE0917 for ; Tue, 25 Jul 2023 13:52:36 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C9F0341525 for ; Tue, 25 Jul 2023 13:52:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2907BBD3 for ; Tue, 25 Jul 2023 13:52:34 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1690293143.3ed5ecb367a6322b76de35de07e415f1f5886d46.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/distrobox/distrobox-1.5.0.2.ebuild X-VCS-Directories: app-containers/distrobox/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3ed5ecb367a6322b76de35de07e415f1f5886d46 X-VCS-Branch: master Date: Tue, 25 Jul 2023 13:52:34 +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: 48fca006-12ed-43e0-bd65-4adc2d403503 X-Archives-Hash: d6219e4fdfdf3c53c89a1c955e9936b6 commit: 3ed5ecb367a6322b76de35de07e415f1f5886d46 Author: Sam James gentoo org> AuthorDate: Tue Jul 25 13:52:23 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jul 25 13:52:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed5ecb3 app-containers/distrobox: Keyword 1.5.0.2 arm64, #911189 Signed-off-by: Sam James gentoo.org> app-containers/distrobox/distrobox-1.5.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-containers/distrobox/distrobox-1.5.0.2.ebuild b/app-containers/distrobox/distrobox-1.5.0.2.ebuild index 4ca9b1b24a8c..12504add2042 100644 --- a/app-containers/distrobox/distrobox-1.5.0.2.ebuild +++ b/app-containers/distrobox/distrobox-1.5.0.2.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]] ; then else SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 ~arm64 ~x86" fi LICENSE="GPL-3" # GPL-3.0-only !