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 4DB0213908F for ; Tue, 7 Feb 2017 13:19:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76C7DE0E5A; Tue, 7 Feb 2017 13:19:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 47784E0E5A for ; Tue, 7 Feb 2017 13:19:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CDBC9341687 for ; Tue, 7 Feb 2017 13:18:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 340E43DC7 for ; Tue, 7 Feb 2017 13:18:58 +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: <1486473534.26a0c08095658048936bb96b876f93a03fe55783.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-2.29.1-r1.ebuild sys-apps/util-linux/util-linux-2.29.1.ebuild X-VCS-Directories: sys-apps/util-linux/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 26a0c08095658048936bb96b876f93a03fe55783 X-VCS-Branch: master Date: Tue, 7 Feb 2017 13:18:58 +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: 2c461355-d085-4175-b6c7-2f73097284a3 X-Archives-Hash: 082391f0d1b7762b8149262e3940ea78 commit: 26a0c08095658048936bb96b876f93a03fe55783 Author: Lars Wendler gentoo org> AuthorDate: Tue Feb 7 13:18:37 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Feb 7 13:18:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26a0c080 sys-apps/util-linux: Honor USE="-ncurses" again (bug #608532). Package-Manager: Portage-2.3.3, Repoman-2.3.1 ...x-2.29.1.ebuild => util-linux-2.29.1-r1.ebuild} | 76 ++++++++++++---------- 1 file changed, 41 insertions(+), 35 deletions(-) diff --git a/sys-apps/util-linux/util-linux-2.29.1.ebuild b/sys-apps/util-linux/util-linux-2.29.1-r1.ebuild similarity index 77% rename from sys-apps/util-linux/util-linux-2.29.1.ebuild rename to sys-apps/util-linux/util-linux-2.29.1-r1.ebuild index ed45315..22136f4 100644 --- a/sys-apps/util-linux/util-linux-2.29.1.ebuild +++ b/sys-apps/util-linux/util-linux-2.29.1-r1.ebuild @@ -98,42 +98,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[@]}" "${myconf[@]}" } multilib_src_compile() {