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 472F9158090 for ; Tue, 17 May 2022 08:03:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 807F4E08BB; Tue, 17 May 2022 08:03:52 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40E42E08BB for ; Tue, 17 May 2022 08:03:52 +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 44061341A22 for ; Tue, 17 May 2022 08:03:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C024D46D for ; Tue, 17 May 2022 08:03:48 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1652774621.d92493d2b825be726c0b95c9047df35e599b6bc2.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/vicious/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/vicious/vicious-2.5.1.ebuild X-VCS-Directories: x11-plugins/vicious/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: d92493d2b825be726c0b95c9047df35e599b6bc2 X-VCS-Branch: master Date: Tue, 17 May 2022 08:03: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: 33533d87-f4f6-4fb4-a7bf-d5c815c61676 X-Archives-Hash: af982a24a7d7e49d7566fde45a5def86 commit: d92493d2b825be726c0b95c9047df35e599b6bc2 Author: Marek Szuba gentoo org> AuthorDate: Tue May 17 08:03:10 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue May 17 08:03:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d92493d2 x11-plugins/vicious: keyword 2.5.1 for ~riscv Signed-off-by: Marek Szuba gentoo.org> x11-plugins/vicious/vicious-2.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-plugins/vicious/vicious-2.5.1.ebuild b/x11-plugins/vicious/vicious-2.5.1.ebuild index e52e28e1f48e..83e8fe901cd2 100644 --- a/x11-plugins/vicious/vicious-2.5.1.ebuild +++ b/x11-plugins/vicious/vicious-2.5.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}-widgets/${PN}/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~riscv ~x86" IUSE="contrib" RDEPEND="x11-wm/awesome"