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: sys-apps/util-linux/
Date: Tue, 07 Feb 2017 13:21:04
Message-Id: 1486473654.47b9a10b4e87e32b26b6dd5f2796bb3e1aed645e.polynomial-c@gentoo
1 commit: 47b9a10b4e87e32b26b6dd5f2796bb3e1aed645e
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 7 13:20:40 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 7 13:20:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b9a10b
7
8 sys-apps/util-linux: Removed unused variable.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sys-apps/util-linux/util-linux-2.29.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 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
16 index 22136f4..8b97010 100644
17 --- a/sys-apps/util-linux/util-linux-2.29.1-r1.ebuild
18 +++ b/sys-apps/util-linux/util-linux-2.29.1-r1.ebuild
19 @@ -139,7 +139,7 @@ multilib_src_configure() {
20 $(tc-has-tls || echo --disable-tls)
21 )
22 ECONF_SOURCE=${S} \
23 - econf "${myeconfargs[@]}" "${myconf[@]}"
24 + econf "${myeconfargs[@]}"
25 }
26
27 multilib_src_compile() {