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 DEF061580D3 for ; Mon, 20 Nov 2023 19:17:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30C452BC069; Mon, 20 Nov 2023 19:17:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 195812BC069 for ; Mon, 20 Nov 2023 19:17:32 +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 61133335D4D for ; Mon, 20 Nov 2023 19:17:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1CF013A9 for ; Mon, 20 Nov 2023 19:17:29 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1700507847.81b4cf2ce8ecf920e3f1ac699e961709751ac250.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/distrobox/distrobox-9999.ebuild X-VCS-Directories: app-containers/distrobox/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 81b4cf2ce8ecf920e3f1ac699e961709751ac250 X-VCS-Branch: master Date: Mon, 20 Nov 2023 19:17:29 +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: e0d752b0-89fa-44cb-92ad-aadc31079a95 X-Archives-Hash: 34e34d51629f4a48a2a5b095e72675a9 commit: 81b4cf2ce8ecf920e3f1ac699e961709751ac250 Author: Maciej Barć gentoo org> AuthorDate: Mon Nov 20 16:55:10 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Mon Nov 20 19:17:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b4cf2c app-containers/distrobox: sync live 9999 Signed-off-by: Maciej Barć gentoo.org> app-containers/distrobox/distrobox-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-containers/distrobox/distrobox-9999.ebuild b/app-containers/distrobox/distrobox-9999.ebuild index f3fc5a365796..123c5f82a360 100644 --- a/app-containers/distrobox/distrobox-9999.ebuild +++ b/app-containers/distrobox/distrobox-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~arm ~arm64 ~riscv ~x86" fi LICENSE="GPL-3" # GPL-3.0-only !