diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-20 19:48:07 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-20 19:48:07 +0300 |
commit | cd34f2e3c166c1662a587baba0ca8133fc197edf (patch) | |
tree | 3231f39954ee6d73de9a4c8197e1ae1008d5749d /app-admin | |
parent | dev-libs/libfilezilla: Stabilize 0.42.2-r1 amd64, #908871 (diff) | |
download | gentoo-cd34f2e3c166c1662a587baba0ca8133fc197edf.tar.gz gentoo-cd34f2e3c166c1662a587baba0ca8133fc197edf.tar.bz2 gentoo-cd34f2e3c166c1662a587baba0ca8133fc197edf.zip |
app-admin/keepassxc: Stabilize 2.7.5-r1 x86, #908890
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/keepassxc/keepassxc-2.7.5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/keepassxc/keepassxc-2.7.5-r1.ebuild b/app-admin/keepassxc/keepassxc-2.7.5-r1.ebuild index 7b6665499602..b10614955f0d 100644 --- a/app-admin/keepassxc/keepassxc-2.7.5-r1.ebuild +++ b/app-admin/keepassxc/keepassxc-2.7.5-r1.ebuild @@ -15,7 +15,7 @@ if [[ "${PV}" != *9999 ]] ; then S="${WORKDIR}/${P/_/-}" else SRC_URI="https://github.com/keepassxreboot/${PN}/releases/download/${PV}/${P}-src.tar.xz" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv x86" fi else inherit git-r3 |