commit: 47b9a10b4e87e32b26b6dd5f2796bb3e1aed645e
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 7 13:20:40 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Feb 7 13:20:54 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b9a10b
sys-apps/util-linux: Removed unused variable.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sys-apps/util-linux/util-linux-2.29.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/util-linux/util-linux-2.29.1-r1.ebuild
b/sys-apps/util-linux/util-linux-2.29.1-r1.ebuild
index 22136f4..8b97010 100644
--- a/sys-apps/util-linux/util-linux-2.29.1-r1.ebuild
+++ b/sys-apps/util-linux/util-linux-2.29.1-r1.ebuild
@@ -139,7 +139,7 @@ multilib_src_configure() {
$(tc-has-tls || echo --disable-tls)
)
ECONF_SOURCE=${S} \
- econf "${myeconfargs[@]}" "${myconf[@]}"
+ econf "${myeconfargs[@]}"
}
multilib_src_compile() {