commit:     2c53a9350cfb5b89c7b7fb6d4747ffc6541085c9
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 12 23:13:55 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Jun 12 23:13:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c53a935

app-crypt/pinentry: respect user's AR setting

Reported-by: Agostino Sarubbo
Closes: https://bugs.gentoo.org/718028
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-crypt/pinentry/files/pinentry-1.0.0-AR.patch | 11 +++++++++++
 app-crypt/pinentry/pinentry-1.1.0-r3.ebuild      |  1 +
 2 files changed, 12 insertions(+)

diff --git a/app-crypt/pinentry/files/pinentry-1.0.0-AR.patch 
b/app-crypt/pinentry/files/pinentry-1.0.0-AR.patch
new file mode 100644
index 00000000000..82af67f694a
--- /dev/null
+++ b/app-crypt/pinentry/files/pinentry-1.0.0-AR.patch
@@ -0,0 +1,11 @@
+https://bugs.gentoo.org/718028
+--- a/configure.ac
++++ b/configure.ac
+@@ -80,6 +80,7 @@ AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
+ AC_PROG_CC
+ AC_PROG_CPP
+ AC_PROG_INSTALL
++AM_PROG_AR
+ AC_PROG_RANLIB
+ # We need to check for cplusplus here because we may not do the test
+ # for Qt and autoconf does does not allow that.

diff --git a/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild 
b/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild
index dc98be9984f..053f01d8ca6 100644
--- a/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild
+++ b/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild
@@ -49,6 +49,7 @@ DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
 PATCHES=(
        "${FILESDIR}/${PN}-1.0.0-make-icon-work-under-Plasma-Wayland.patch"
        "${FILESDIR}/${PN}-0.8.2-ncurses.patch"
+       "${FILESDIR}/${PN}-1.0.0-AR.patch"
 )
 
 src_prepare() {

Reply via email to