Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/argon2/
Date: Sat, 28 Dec 2019 19:44:50
Message-Id: 1577562256.c9459b190abe6af1c893177ab3d13fe9f40e2c32.mgorny@gentoo
1 commit: c9459b190abe6af1c893177ab3d13fe9f40e2c32
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 28 19:39:25 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 28 19:44:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9459b19
7
8 app-crypt/argon2: Fix version for pkg-config file
9
10 Override upstream version number to '0~DATE' to match other
11 distributions and fix compatibility with revdeps.
12
13 Closes: https://bugs.gentoo.org/703976
14 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
15
16 app-crypt/argon2/argon2-20190702.ebuild | 3 ++-
17 1 file changed, 2 insertions(+), 1 deletion(-)
18
19 diff --git a/app-crypt/argon2/argon2-20190702.ebuild b/app-crypt/argon2/argon2-20190702.ebuild
20 index 18de3ac70aa..5a1f62a6b92 100644
21 --- a/app-crypt/argon2/argon2-20190702.ebuild
22 +++ b/app-crypt/argon2/argon2-20190702.ebuild
23 @@ -39,7 +39,8 @@ src_prepare() {
24 }
25
26 src_compile() {
27 - emake OPTTEST="${OPTTEST}" LIBRARY_REL="$(get_libdir)"
28 + emake OPTTEST="${OPTTEST}" LIBRARY_REL="$(get_libdir)" \
29 + ARGON2_VERSION="0~${PV}"
30 }
31
32 src_test() {