From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1FFFA139085 for ; Tue, 7 Feb 2017 13:33:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DA55E0CE9; Tue, 7 Feb 2017 13:33:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 199D5E0CE9 for ; Tue, 7 Feb 2017 13:33:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9C93341650 for ; Tue, 7 Feb 2017 13:33:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 159BA3DC6 for ; Tue, 7 Feb 2017 13:33:51 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1486474424.a62ac57d84775476f006a5cf2db37056e112a4ee.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/util-linux/util-linux-9999.ebuild X-VCS-Directories: sys-apps/util-linux/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: a62ac57d84775476f006a5cf2db37056e112a4ee X-VCS-Branch: master Date: Tue, 7 Feb 2017 13:33:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 184ab75f-4868-42f9-aec8-42414a8a2597 X-Archives-Hash: 529f42f80d4cd7999a4e956d0834cdf8 commit: a62ac57d84775476f006a5cf2db37056e112a4ee Author: Lars Wendler gentoo org> AuthorDate: Tue Feb 7 13:33:44 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Feb 7 13:33:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a62ac57d sys-apps/util-linux: Sync live ebuild. Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-apps/util-linux/util-linux-9999.ebuild | 78 ++++++++++++++++-------------- 1 file changed, 42 insertions(+), 36 deletions(-) diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild index d168cff..e121aa7 100644 --- a/sys-apps/util-linux/util-linux-9999.ebuild +++ b/sys-apps/util-linux/util-linux-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -93,42 +93,48 @@ multilib_src_configure() { tc-is-cross-compiler && export scanf_cv_alloc_modifier=ms export ac_cv_header_security_pam_misc_h=$(multilib_native_usex pam) #485486 export ac_cv_header_security_pam_appl_h=$(multilib_native_usex pam) #545042 - ECONF_SOURCE=${S} \ - econf \ - --enable-fs-paths-extra="${EPREFIX}/usr/sbin:${EPREFIX}/bin:${EPREFIX}/usr/bin" \ - --docdir='${datarootdir}'/doc/${PF} \ - $(multilib_native_use_enable nls) \ - --enable-agetty \ - --with-bashcompletiondir="$(get_bashcompdir)" \ - --enable-bash-completion \ - $(multilib_native_use_enable caps setpriv) \ - --disable-chfn-chsh \ - $(multilib_native_use_enable cramfs) \ - $(multilib_native_use_enable fdformat) \ - --with-ncurses=$(multilib_native_usex ncurses $(usex unicode auto yes) no) \ - $(use_enable kill) \ - --disable-login \ - $(multilib_native_use_enable tty-helpers mesg) \ - --disable-nologin \ - --enable-partx \ - $(multilib_native_use_with python) \ - --enable-raw \ - $(multilib_native_use_with readline) \ - --enable-rename \ - --disable-reset \ - --enable-schedutils \ - --disable-su \ - $(multilib_native_use_enable tty-helpers wall) \ - $(multilib_native_use_enable tty-helpers write) \ - $(multilib_native_use_enable suid makeinstall-chown) \ - $(multilib_native_use_enable suid makeinstall-setuid) \ - $(use_with selinux) \ - $(multilib_native_use_with slang) \ - $(use_enable static-libs static) \ - $(multilib_native_use_with systemd) \ - --with-systemdsystemunitdir=$(multilib_native_usex systemd "$(systemd_get_unitdir)" "no") \ - $(multilib_native_use_with udev) \ + + local myeconfargs=( + --enable-fs-paths-extra="${EPREFIX}/usr/sbin:${EPREFIX}/bin:${EPREFIX}/usr/bin" + --docdir='${datarootdir}'/doc/${PF} + $(multilib_native_use_enable nls) + --enable-agetty + --with-bashcompletiondir="$(get_bashcompdir)" + --enable-bash-completion + $(multilib_native_use_enable caps setpriv) + --disable-chfn-chsh + $(multilib_native_use_enable cramfs) + $(multilib_native_use_enable fdformat) + $(multilib_native_usex ncurses "$(use_with unicode ncursesw)" '--without-ncursesw') + $(multilib_native_usex ncurses "$(use_with !unicode ncurses)" '--without-ncurses') + $(usex ncurses '' '--without-tinfo') + $(use_enable unicode widechar) + $(use_enable kill) + --disable-login + $(multilib_native_use_enable tty-helpers mesg) + --disable-nologin + --enable-partx + $(multilib_native_use_with python) + --enable-raw + $(multilib_native_use_with readline) + --enable-rename + --disable-reset + --enable-schedutils + --disable-su + $(multilib_native_use_enable tty-helpers wall) + $(multilib_native_use_enable tty-helpers write) + $(multilib_native_use_enable suid makeinstall-chown) + $(multilib_native_use_enable suid makeinstall-setuid) + $(use_with selinux) + $(multilib_native_use_with slang) + $(use_enable static-libs static) + $(multilib_native_use_with systemd) + --with-systemdsystemunitdir=$(multilib_native_usex systemd "$(systemd_get_unitdir)" "no") + $(multilib_native_use_with udev) $(tc-has-tls || echo --disable-tls) + ) + ECONF_SOURCE=${S} \ + econf "${myeconfargs[@]}" } multilib_src_compile() {