diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-01-29 13:36:43 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-01-29 13:36:43 +0100 |
commit | 90c31061ee9e218f9c619b0c3a060ae2181a70e3 (patch) | |
tree | 55673ac215e8d4a8eb4d532f286be68abfada93d /x11-plugins | |
parent | dev-python/fudge: Added python3_9 support (diff) | |
download | gentoo-90c31061ee9e218f9c619b0c3a060ae2181a70e3.tar.gz gentoo-90c31061ee9e218f9c619b0c3a060ae2181a70e3.tar.bz2 gentoo-90c31061ee9e218f9c619b0c3a060ae2181a70e3.zip |
x11-plugins/pidgin-sipe: Fixed typo in src_configure
introduced in my commit 9369e81228
Closes: https://bugs.gentoo.org/767847
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 index 7aa6dbaf79c1..2e14f7d593d8 100644 --- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild +++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild @@ -56,7 +56,7 @@ src_configure() { $(use_enable !openssl nss) $(use_enable openssl) ) - econf "${myeconfsrgs[@]}" + econf "${myeconfargs[@]}" } src_install() { |