diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-10-26 15:36:21 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-10-26 15:36:21 +0200 |
commit | cd20f27f851dd346ac49d3d2b4855237c03520c2 (patch) | |
tree | 7c04a88142dda62be2b21876a57064a72255d163 /app-admin/keepassxc | |
parent | app-admin/keepassxc: bump to 2.7.3 (diff) | |
download | gentoo-cd20f27f851dd346ac49d3d2b4855237c03520c2.tar.gz gentoo-cd20f27f851dd346ac49d3d2b4855237c03520c2.tar.bz2 gentoo-cd20f27f851dd346ac49d3d2b4855237c03520c2.zip |
app-admin/keepassxc: sync live
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-admin/keepassxc')
-rw-r--r-- | app-admin/keepassxc/keepassxc-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-admin/keepassxc/keepassxc-9999.ebuild b/app-admin/keepassxc/keepassxc-9999.ebuild index 985aebc0d678..0e1b46d2f295 100644 --- a/app-admin/keepassxc/keepassxc-9999.ebuild +++ b/app-admin/keepassxc/keepassxc-9999.ebuild @@ -6,7 +6,8 @@ EAPI=8 inherit cmake flag-o-matic xdg DESCRIPTION="KeePassXC - KeePass Cross-platform Community Edition" -HOMEPAGE="https://keepassxc.org" +HOMEPAGE="https://keepassxc.org/ + https://github.com/keepassxreboot/keepassxc/" if [[ "${PV}" != *9999 ]] ; then if [[ "${PV}" == *_beta* ]] ; then @@ -67,7 +68,7 @@ src_prepare() { printf '%s' "${PV}" > .version || die fi - cmake_src_prepare + cmake_src_prepare } src_configure() { |