diff options
author | 2022-06-29 12:18:48 +0100 | |
---|---|---|
committer | 2022-06-29 12:24:15 +0100 | |
commit | d5c4e21756e78d015a71f393661842760b642089 (patch) | |
tree | 3964cab8178974aa8ea626473f81f805f000313c | |
parent | dev-perl/Term-ProgressBar: drop 2.210.0 (diff) | |
download | gentoo-d5c4e21756e78d015a71f393661842760b642089.tar.gz gentoo-d5c4e21756e78d015a71f393661842760b642089.tar.bz2 gentoo-d5c4e21756e78d015a71f393661842760b642089.zip |
app-admin/keepassxc/keepassxc: sync 2.6.9999 keyword list with non-live ebuilds
Signed-off-by: Marek Szuba <marecki@gentoo.org>
-rw-r--r-- | app-admin/keepassxc/keepassxc-2.6.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |