summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-28 20:39:25 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-28 20:44:16 +0100
commitc9459b190abe6af1c893177ab3d13fe9f40e2c32 (patch)
tree2d367414c3bf823b9e83914beb40e9e3c0192166 /app-crypt/argon2
parentdev-python/flask-sqlalchemy: remove old (diff)
downloadgentoo-c9459b190abe6af1c893177ab3d13fe9f40e2c32.tar.gz
gentoo-c9459b190abe6af1c893177ab3d13fe9f40e2c32.tar.bz2
gentoo-c9459b190abe6af1c893177ab3d13fe9f40e2c32.zip
app-crypt/argon2: Fix version for pkg-config file
Override upstream version number to '0~DATE' to match other distributions and fix compatibility with revdeps. Closes: https://bugs.gentoo.org/703976 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-crypt/argon2')
-rw-r--r--app-crypt/argon2/argon2-20190702.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-crypt/argon2/argon2-20190702.ebuild b/app-crypt/argon2/argon2-20190702.ebuild
index 18de3ac70aa8..5a1f62a6b924 100644
--- a/app-crypt/argon2/argon2-20190702.ebuild
+++ b/app-crypt/argon2/argon2-20190702.ebuild
@@ -39,7 +39,8 @@ src_prepare() {
}
src_compile() {
- emake OPTTEST="${OPTTEST}" LIBRARY_REL="$(get_libdir)"
+ emake OPTTEST="${OPTTEST}" LIBRARY_REL="$(get_libdir)" \
+ ARGON2_VERSION="0~${PV}"
}
src_test() {