commit: cd20f27f851dd346ac49d3d2b4855237c03520c2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Wed Oct 26 13:36:21 2022 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Wed Oct 26 13:36:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd20f27f
app-admin/keepassxc: sync live Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-admin/keepassxc/keepassxc-9999.ebuild | 5 +++-- 1 file 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() {
