diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-07 20:46:28 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-07 20:46:28 +0300 |
commit | 8ee99eab8d2e2bb4c52c893accdc9e3a17a3f231 (patch) | |
tree | 7d61b79aee243f36043eca8ebeb5f8b2840c44b6 | |
parent | dev-ml/ocplib-simplex: FLAGS are ignored in the eclass (diff) | |
download | gentoo-8ee99eab8d2e2bb4c52c893accdc9e3a17a3f231.tar.gz gentoo-8ee99eab8d2e2bb4c52c893accdc9e3a17a3f231.tar.bz2 gentoo-8ee99eab8d2e2bb4c52c893accdc9e3a17a3f231.zip |
app-admin/keepassxc: Stabilize 2.7.8 amd64, #933728
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | app-admin/keepassxc/keepassxc-2.7.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/keepassxc/keepassxc-2.7.8.ebuild b/app-admin/keepassxc/keepassxc-2.7.8.ebuild index d0232d30d47f..5cdd333ad983 100644 --- a/app-admin/keepassxc/keepassxc-2.7.8.ebuild +++ b/app-admin/keepassxc/keepassxc-2.7.8.ebuild @@ -23,7 +23,7 @@ else SRC_URI="https://github.com/keepassxreboot/${PN}/releases/download/${PV}/${P}-src.tar.xz" fi - KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv x86" + KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86" fi LICENSE="LGPL-2.1 GPL-2 GPL-3" |