diff options
author | Sam James <sam@gentoo.org> | 2023-04-18 03:19:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-18 03:20:22 +0100 |
commit | cc0c1a0a49067ddf1442ac8774478887e70a971b (patch) | |
tree | 3cd850fac9b09a35965237d6396f9767dafb7f5c /app-crypt/gnupg | |
parent | dev-ml/camomile: add 2.0.0 (diff) | |
download | gentoo-cc0c1a0a49067ddf1442ac8774478887e70a971b.tar.gz gentoo-cc0c1a0a49067ddf1442ac8774478887e70a971b.tar.bz2 gentoo-cc0c1a0a49067ddf1442ac8774478887e70a971b.zip |
app-crypt/gnupg: update libgpg-error min. version for gpgrt_reallocarray
Had a report when upgrading an old system of:
```
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../common/libcommon.a(libcommon_a-tlv-builder.o): in function `ensure_space.part.0':
tlv-builder.c:(.text+0x34): undefined reference to `gpgrt_reallocarray'
```
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/gnupg')
-rw-r--r-- | app-crypt/gnupg/gnupg-2.2.41.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/gnupg/gnupg-2.2.41.ebuild b/app-crypt/gnupg/gnupg-2.2.41.ebuild index 3f97d048aebf..f1c1b15065fc 100644 --- a/app-crypt/gnupg/gnupg-2.2.41.ebuild +++ b/app-crypt/gnupg/gnupg-2.2.41.ebuild @@ -32,7 +32,7 @@ RESTRICT="!test? ( test )" DEPEND=" >=dev-libs/libassuan-2.5.0 >=dev-libs/libgcrypt-1.8.0:= - >=dev-libs/libgpg-error-1.29 + >=dev-libs/libgpg-error-1.38 >=dev-libs/libksba-1.3.5 >=dev-libs/npth-1.2 >=net-misc/curl-7.10 |