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 3EC2D158086 for ; Tue, 21 Dec 2021 03:39:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAA5F2BC0DB; Tue, 21 Dec 2021 03:39:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 8AE612BC092 for ; Tue, 21 Dec 2021 03:39:26 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 63DDD342EFC for ; Tue, 21 Dec 2021 03:39:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94033262 for ; Tue, 21 Dec 2021 03:39:12 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1640057871.8d80933bd1f518d0124af7ecb0dbdd69bdfff915.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/byobu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/byobu/byobu-5.133.ebuild X-VCS-Directories: app-misc/byobu/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 8d80933bd1f518d0124af7ecb0dbdd69bdfff915 X-VCS-Branch: master Date: Tue, 21 Dec 2021 03:39:12 +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: 627642e8-e640-4131-9f65-554322b29f59 X-Archives-Hash: 71af9d4a38925bc0032cb1b8de2468f7 commit: 8d80933bd1f518d0124af7ecb0dbdd69bdfff915 Author: Yongxiang Liang gmail com> AuthorDate: Sat Dec 18 18:58:19 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Tue Dec 21 03:37:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d80933b app-misc/byobu: keyword ~riscv Package-Manager: Portage-3.0.29, Repoman-3.0.3 Signed-off-by: Yongxiang Liang gmail.com> Signed-off-by: Yixun Lan gentoo.org> app-misc/byobu/byobu-5.133.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/byobu/byobu-5.133.ebuild b/app-misc/byobu/byobu-5.133.ebuild index 1f5d32517105..66297818d763 100644 --- a/app-misc/byobu/byobu-5.133.ebuild +++ b/app-misc/byobu/byobu-5.133.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P/-/_}.orig.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~arm64 x86" +KEYWORDS="amd64 ~arm64 ~riscv x86" IUSE="screen" REQUIRED_USE="${PYTHON_REQUIRED_USE}"