diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-03-20 12:01:35 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-03-20 12:01:48 +0100 |
commit | c6be48f5d87afbd1b733ce6bcfb12718331d69bb (patch) | |
tree | d5aecf9490564868e28955a6d9bb8c9f7f45e244 /app-admin/keepassxc | |
parent | app-admin/keepassxc: Bump to version 2.4.0. Removed old. (diff) | |
download | gentoo-c6be48f5d87afbd1b733ce6bcfb12718331d69bb.tar.gz gentoo-c6be48f5d87afbd1b733ce6bcfb12718331d69bb.tar.bz2 gentoo-c6be48f5d87afbd1b733ce6bcfb12718331d69bb.zip |
app-admin/keepassxc: Synced live ebuild
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-admin/keepassxc')
-rw-r--r-- | app-admin/keepassxc/keepassxc-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-admin/keepassxc/keepassxc-9999.ebuild b/app-admin/keepassxc/keepassxc-9999.ebuild index b59c1684db72..c561fc73f884 100644 --- a/app-admin/keepassxc/keepassxc-9999.ebuild +++ b/app-admin/keepassxc/keepassxc-9999.ebuild @@ -70,12 +70,11 @@ src_configure() { -DWITH_TESTS="$(usex test)" -DWITH_XC_AUTOTYPE="$(usex autotype)" -DWITH_XC_BROWSER="$(usex browser)" - -DWITH_XC_HTTP=OFF -DWITH_XC_NETWORKING="$(usex network)" -DWITH_XC_SSHAGENT=ON -DWITH_XC_YUBIKEY="$(usex yubikey)" ) - if [[ "${PV}" == *_beta* ]] ; then + if [[ "${PV}" != 9999 ]] ; then mycmakeargs+=( -DOVERRIDE_VERSION="${PV/_/-}" ) fi cmake-utils_src_configure |