diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-10-08 13:52:24 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-10-08 13:52:24 -0400 |
commit | 9850451141919d60515073459282991e2e1adcd8 (patch) | |
tree | 7fe49b94746cc7408d52c4948fcac1cbbbff5f0f /app-admin/keepassxc | |
parent | 57006b29265825a0ee9188860545d15c2db828e5 (diff) | |
download | gentoo-overlay-9850451141919d60515073459282991e2e1adcd8.tar.xz gentoo-overlay-9850451141919d60515073459282991e2e1adcd8.zip |
repoman appeasements, keyword fixes
Diffstat (limited to 'app-admin/keepassxc')
-rw-r--r-- | app-admin/keepassxc/keepassxc-2.6.6-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/keepassxc/keepassxc-2.6.6-r1.ebuild b/app-admin/keepassxc/keepassxc-2.6.6-r1.ebuild index 9ac2485..4f2605d 100644 --- a/app-admin/keepassxc/keepassxc-2.6.6-r1.ebuild +++ b/app-admin/keepassxc/keepassxc-2.6.6-r1.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 |