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 E792D158094 for ; Wed, 29 Jun 2022 11:24:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32B58E0C22; Wed, 29 Jun 2022 11:24:22 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10D3FE0C22 for ; Wed, 29 Jun 2022 11:24:22 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B4DD3412B8 for ; Wed, 29 Jun 2022 11:24:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67775456 for ; Wed, 29 Jun 2022 11:24:19 +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: <1656501855.d5c4e21756e78d015a71f393661842760b642089.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/keepassxc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/keepassxc/keepassxc-2.6.9999.ebuild X-VCS-Directories: app-admin/keepassxc/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: d5c4e21756e78d015a71f393661842760b642089 X-VCS-Branch: master Date: Wed, 29 Jun 2022 11:24:19 +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: 0e06710f-00be-4730-916a-bb7108885f4a X-Archives-Hash: 0d3751582e551353e08fa3ef113b552e commit: d5c4e21756e78d015a71f393661842760b642089 Author: Marek Szuba gentoo org> AuthorDate: Wed Jun 29 11:18:48 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Jun 29 11:24:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5c4e217 app-admin/keepassxc/keepassxc: sync 2.6.9999 keyword list with non-live ebuilds Signed-off-by: Marek Szuba gentoo.org> app-admin/keepassxc/keepassxc-2.6.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/keepassxc/keepassxc-2.6.9999.ebuild b/app-admin/keepassxc/keepassxc-2.6.9999.ebuild index e2016b26a2c8..606bf9740f31 100644 --- a/app-admin/keepassxc/keepassxc-2.6.9999.ebuild +++ b/app-admin/keepassxc/keepassxc-2.6.9999.ebuild @@ -15,7 +15,7 @@ if [[ "${PV}" != *9999 ]] ; then else #SRC_URI="https://github.com/keepassxreboot/keepassxc/archive/${PV}.tar.gz -> ${P}.tar.gz" SRC_URI="https://github.com/keepassxreboot/keepassxc/releases/download/${PV}/${P}-src.tar.xz" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" fi else inherit git-r3