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 0228C139086 for ; Thu, 22 Dec 2016 06:15:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B93521C08B; Thu, 22 Dec 2016 06:15:09 +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 2A75D21C08B for ; Thu, 22 Dec 2016 06:15:09 +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 238C0341142 for ; Thu, 22 Dec 2016 06:15:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8459324E4 for ; Thu, 22 Dec 2016 06:15:06 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1482386898.8ac487fc99dfaa6b4f37d0624c1a62d9739ce859.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/busybox/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/busybox/busybox-1.25.1.ebuild sys-apps/busybox/busybox-9999.ebuild X-VCS-Directories: sys-apps/busybox/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 8ac487fc99dfaa6b4f37d0624c1a62d9739ce859 X-VCS-Branch: master Date: Thu, 22 Dec 2016 06:15:06 +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: 56df321d-7c55-4bd6-a176-7ef4c476e695 X-Archives-Hash: da54067861b6dae8eec8ec5c9dafec35 commit: 8ac487fc99dfaa6b4f37d0624c1a62d9739ce859 Author: Mike Frysinger gentoo org> AuthorDate: Thu Dec 22 06:08:18 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Dec 22 06:08:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac487fc sys-apps/busybox: simplify pam logic since we have REQUIRED_USE now sys-apps/busybox/busybox-1.25.1.ebuild | 2 +- sys-apps/busybox/busybox-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/busybox/busybox-1.25.1.ebuild b/sys-apps/busybox/busybox-1.25.1.ebuild index d7b59da..6711b0d 100644 --- a/sys-apps/busybox/busybox-1.25.1.ebuild +++ b/sys-apps/busybox/busybox-1.25.1.ebuild @@ -134,7 +134,7 @@ src_configure() { busybox_config_option n UDHCPC6 fi - busybox_config_option $(usex static n pam) PAM + busybox_config_option pam PAM busybox_config_option static STATIC busybox_config_option syslog {K,SYS}LOGD LOGGER busybox_config_option systemd FEATURE_SYSTEMD diff --git a/sys-apps/busybox/busybox-9999.ebuild b/sys-apps/busybox/busybox-9999.ebuild index 0e56819..b91df29 100644 --- a/sys-apps/busybox/busybox-9999.ebuild +++ b/sys-apps/busybox/busybox-9999.ebuild @@ -134,7 +134,7 @@ src_configure() { busybox_config_option n UDHCPC6 fi - busybox_config_option $(usex static n pam) PAM + busybox_config_option pam PAM busybox_config_option static STATIC busybox_config_option syslog {K,SYS}LOGD LOGGER busybox_config_option systemd FEATURE_SYSTEMD