diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-20 19:48:08 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-20 19:48:08 +0300 |
commit | 6cb76e7440616535af6f7b4fc631b099a23cb78b (patch) | |
tree | 88f4eb9681569eb837003bf88f4d027160f76438 /app-admin | |
parent | app-admin/keepassxc: Stabilize 2.7.5-r1 x86, #908890 (diff) | |
download | gentoo-6cb76e7440616535af6f7b4fc631b099a23cb78b.tar.gz gentoo-6cb76e7440616535af6f7b4fc631b099a23cb78b.tar.bz2 gentoo-6cb76e7440616535af6f7b4fc631b099a23cb78b.zip |
app-admin/keepassxc: Stabilize 2.7.5-r1 amd64, #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 b10614955f0d..1751f110cb5c 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 |