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 591B2138350 for ; Sat, 8 Feb 2020 03:08:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63E0BE07D7; Sat, 8 Feb 2020 03:08:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41E8FE07D7 for ; Sat, 8 Feb 2020 03:08:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6F7634E8EF for ; Sat, 8 Feb 2020 03:08:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC94914C for ; Sat, 8 Feb 2020 03:08:26 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1581131290.295963b6f835a74ab61b533e87fc428b94f15636.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/procps/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/procps/procps-3.3.16-r1.ebuild X-VCS-Directories: sys-process/procps/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 295963b6f835a74ab61b533e87fc428b94f15636 X-VCS-Branch: master Date: Sat, 8 Feb 2020 03:08:26 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8a18f365-b154-4229-a077-fc7e9b18d6fc X-Archives-Hash: cf7841117a96d34058827acbaf453894 commit: 295963b6f835a74ab61b533e87fc428b94f15636 Author: Matt Turner gentoo org> AuthorDate: Sat Feb 8 03:07:21 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Feb 8 03:08:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=295963b6 sys-process/procps: Only enable elogind in native ABI The code it enables in libprocps is small, and elogind doesn't currently have multilib support, so no large loss. Signed-off-by: Matt Turner gentoo.org> sys-process/procps/procps-3.3.16-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/procps/procps-3.3.16-r1.ebuild b/sys-process/procps/procps-3.3.16-r1.ebuild index 105cce9b4e4..b99fef6e400 100644 --- a/sys-process/procps/procps-3.3.16-r1.ebuild +++ b/sys-process/procps/procps-3.3.16-r1.ebuild @@ -50,7 +50,7 @@ multilib_src_configure() { append-lfs-flags #471102 local myeconfargs=( --docdir='$(datarootdir)'/doc/${PF} - $(use_with elogind) + $(multilib_native_use_with elogind) # No elogind multilib support $(multilib_native_use_enable kill) $(multilib_native_use_enable modern-top) $(multilib_native_use_with ncurses)