sys-apps/util-linux: Removed unused variable.
authorLars Wendler <polynomial-c@gentoo.org>
Tue, 7 Feb 2017 13:20:40 +0000 (14:20 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Tue, 7 Feb 2017 13:20:54 +0000 (14:20 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

sys-apps/util-linux/util-linux-2.29.1-r1.ebuild

index 22136f4def451d2c1e73d87f203f914e8ea56036..8b970108872ebdf396b00e48f8a44225182f0abc 100644 (file)
@@ -139,7 +139,7 @@ multilib_src_configure() {
                $(tc-has-tls || echo --disable-tls)
        )
        ECONF_SOURCE=${S} \
-       econf "${myeconfargs[@]}" "${myconf[@]}"
+       econf "${myeconfargs[@]}"
 }
 
 multilib_src_compile() {