Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/
Date: Fri, 29 Jan 2021 12:37:07
Message-Id: 1611923803.90c31061ee9e218f9c619b0c3a060ae2181a70e3.polynomial-c@gentoo
1 commit: 90c31061ee9e218f9c619b0c3a060ae2181a70e3
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 29 12:36:43 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 29 12:36:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90c31061
7
8 x11-plugins/pidgin-sipe: Fixed typo in src_configure
9
10 introduced in my commit 9369e81228
11
12 Closes: https://bugs.gentoo.org/767847
13 Package-Manager: Portage-3.0.14, Repoman-3.0.2
14 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
15
16 x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild
20 index 7aa6dbaf79c..2e14f7d593d 100644
21 --- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild
22 +++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild
23 @@ -56,7 +56,7 @@ src_configure() {
24 $(use_enable !openssl nss)
25 $(use_enable openssl)
26 )
27 - econf "${myeconfsrgs[@]}"
28 + econf "${myeconfargs[@]}"
29 }
30
31 src_install() {