summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2019-03-25 12:43:53 +0100
committerLars Wendler <polynomial-c@gentoo.org>2019-03-25 12:44:32 +0100
commitaa3ebe14ae2c53995a6748cbb29be4b13930d0a3 (patch)
tree5d32447a076cc2162216e884a2a4bf5db4e37b8e /app-admin
parentapp-admin/keepassxc: Use real release tarball. (diff)
downloadgentoo-aa3ebe14ae2c53995a6748cbb29be4b13930d0a3.tar.gz
gentoo-aa3ebe14ae2c53995a6748cbb29be4b13930d0a3.tar.bz2
gentoo-aa3ebe14ae2c53995a6748cbb29be4b13930d0a3.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')
-rw-r--r--app-admin/keepassxc/keepassxc-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/keepassxc/keepassxc-9999.ebuild b/app-admin/keepassxc/keepassxc-9999.ebuild
index cc894dcf5bd4..4aa8f179e8b7 100644
--- a/app-admin/keepassxc/keepassxc-9999.ebuild
+++ b/app-admin/keepassxc/keepassxc-9999.ebuild
@@ -76,7 +76,7 @@ src_configure() {
-DWITH_XC_SSHAGENT=ON
-DWITH_XC_YUBIKEY="$(usex yubikey)"
)
- if [[ "${PV}" != 9999 ]] ; then
+ if [[ "${PV}" == *_beta* ]] ; then
mycmakeargs+=( -DOVERRIDE_VERSION="${PV/_/-}" )
fi
cmake-utils_src_configure