diff options
author | 2021-03-08 10:25:01 +0000 | |
---|---|---|
committer | 2021-03-08 10:25:01 +0000 | |
commit | bf91d557067ab9a3123eac749dc088a76c96403e (patch) | |
tree | f76f9836abea4b591d3131d0a9c30c19ef734f1e /app-admin | |
parent | media-libs/libsamplerate: Stabilize 0.2.1 amd64, #772131 (diff) | |
download | gentoo-bf91d557067ab9a3123eac749dc088a76c96403e.tar.gz gentoo-bf91d557067ab9a3123eac749dc088a76c96403e.tar.bz2 gentoo-bf91d557067ab9a3123eac749dc088a76c96403e.zip |
app-admin/keepassxc: Stabilize 2.6.4-r2 amd64, #772419
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/keepassxc/keepassxc-2.6.4-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/keepassxc/keepassxc-2.6.4-r2.ebuild b/app-admin/keepassxc/keepassxc-2.6.4-r2.ebuild index 6ea4ff699bbf..ac01735bde48 100644 --- a/app-admin/keepassxc/keepassxc-2.6.4-r2.ebuild +++ b/app-admin/keepassxc/keepassxc-2.6.4-r2.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 ~x86" fi else inherit git-r3 |