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 91BCD138334 for ; Tue, 5 Nov 2019 16:25:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A11DEE093A; Tue, 5 Nov 2019 16:25:17 +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 58277E093A for ; Tue, 5 Nov 2019 16:25:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 396EF34C8F0 for ; Tue, 5 Nov 2019 16:25:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34D147F9 for ; Tue, 5 Nov 2019 16:25:14 +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: <1572971104.e78b74c41d8fdb9ebb95acba7dd220a85e6b1217.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dhcpcd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/dhcpcd/dhcpcd-9999.ebuild X-VCS-Directories: net-misc/dhcpcd/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: e78b74c41d8fdb9ebb95acba7dd220a85e6b1217 X-VCS-Branch: master Date: Tue, 5 Nov 2019 16:25:14 +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: e8ae9a9f-9058-4660-b0d3-21128dcfefb1 X-Archives-Hash: 68c1a8912f03a319a73636a904316dbe commit: e78b74c41d8fdb9ebb95acba7dd220a85e6b1217 Author: Lars Wendler gentoo org> AuthorDate: Tue Nov 5 16:25:04 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Nov 5 16:25:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e78b74c4 net-misc/dhcpcd: prefer use_enable over usex for "debug" USE flag Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Lars Wendler gentoo.org> net-misc/dhcpcd/dhcpcd-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/dhcpcd/dhcpcd-9999.ebuild b/net-misc/dhcpcd/dhcpcd-9999.ebuild index 8b3e6da7b2f..e83bb217a35 100644 --- a/net-misc/dhcpcd/dhcpcd-9999.ebuild +++ b/net-misc/dhcpcd/dhcpcd-9999.ebuild @@ -34,9 +34,9 @@ src_configure() { --localstatedir="${EPREFIX}/var" --prefix="${EPREFIX}" --with-hook=ntp.conf + $(use_enable debug) $(use_enable embedded) $(use_enable ipv6) - $(usex debug --debug '') $(usex elibc_glibc '--with-hook=yp.conf' '') $(usex kernel_linux '--rundir=${EPREFIX}/run' '') $(usex udev '' '--without-dev --without-udev')