Gentoo Archives: gentoo-commits

From: Keri Harris <keri@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/pedro/files/
Date: Mon, 31 May 2021 18:57:02
Message-Id: 1622487387.c3c076cd49aba4b71bfc4b7ace2abb68510a87ee.keri@gentoo
1 commit: c3c076cd49aba4b71bfc4b7ace2abb68510a87ee
2 Author: Keri Harris <keri <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 18:56:27 2021 +0000
4 Commit: Keri Harris <keri <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 18:56:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3c076cd
7
8 net-misc/pedro: Do not call ar directly
9
10 Closes: https://bugs.gentoo.org/793128
11 Package-Manager: Portage-3.0.18, Repoman-3.0.2
12 Signed-off-by: Keri Harris <keri <AT> gentoo.org>
13
14 net-misc/pedro/files/pedro-1.12-portage.patch | 10 ++++++++--
15 1 file changed, 8 insertions(+), 2 deletions(-)
16
17 diff --git a/net-misc/pedro/files/pedro-1.12-portage.patch b/net-misc/pedro/files/pedro-1.12-portage.patch
18 index d9ec2142fab..17b027cebdf 100644
19 --- a/net-misc/pedro/files/pedro-1.12-portage.patch
20 +++ b/net-misc/pedro/files/pedro-1.12-portage.patch
21 @@ -1,6 +1,12 @@
22 --- pedro-1.12.orig/configure.ac 2021-01-06 21:02:47.000000000 -0000
23 -+++ pedro-1.12/configure.ac 2021-05-30 08:00:05.377373355 -0000
24 -@@ -9,25 +9,25 @@
25 ++++ pedro-1.12/configure.ac 2021-05-31 18:52:32.205375746 -0000
26 +@@ -4,30 +4,31 @@
27 + AC_PROG_CC
28 + AC_PROG_LEX
29 + AC_PROG_INSTALL
30 ++AM_PROG_AR
31 + AC_PROG_RANLIB
32 + #AC_PROG_LIBTOOL
33 PKG_CHECK_MODULES([GLIB],[glib-2.0 >= 2.12])
34 AM_CONFIG_HEADER(config.h)
35 AC_CONFIG_MACRO_DIR([m4])