diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-03-25 12:43:53 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-03-25 12:44:32 +0100 |
commit | aa3ebe14ae2c53995a6748cbb29be4b13930d0a3 (patch) | |
tree | 5d32447a076cc2162216e884a2a4bf5db4e37b8e /app-admin | |
parent | app-admin/keepassxc: Use real release tarball. (diff) | |
download | gentoo-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.ebuild | 2 |
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 |