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 A89F3138359 for ; Mon, 9 Nov 2020 13:05:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A4EBE07F2; Mon, 9 Nov 2020 13:05:11 +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 AF72FE07F2 for ; Mon, 9 Nov 2020 13:05:09 +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 7A489335D4F for ; Mon, 9 Nov 2020 13:05:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5D313AB for ; Mon, 9 Nov 2020 13:05:05 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1604927017.f1d1cf0f1271901c791e46e819bbd228358850fe.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/iwd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/iwd/iwd-1.9-r1.ebuild X-VCS-Directories: net-wireless/iwd/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: f1d1cf0f1271901c791e46e819bbd228358850fe X-VCS-Branch: master Date: Mon, 9 Nov 2020 13:05:05 +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: f7860a26-1e59-4a07-890d-40ab22ce4611 X-Archives-Hash: 3685578114991c737684908979445341 commit: f1d1cf0f1271901c791e46e819bbd228358850fe Author: Ben Kohler gentoo org> AuthorDate: Mon Nov 9 13:02:14 2020 +0000 Commit: Ben Kohler gentoo org> CommitDate: Mon Nov 9 13:03:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1d1cf0f net-wireless/iwd: fix standalone install Closes: https://bugs.gentoo.org/753641 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Ben Kohler gentoo.org> net-wireless/iwd/iwd-1.9-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-wireless/iwd/iwd-1.9-r1.ebuild b/net-wireless/iwd/iwd-1.9-r1.ebuild index 0aa471976de..8566dbbd2f0 100644 --- a/net-wireless/iwd/iwd-1.9-r1.ebuild +++ b/net-wireless/iwd/iwd-1.9-r1.ebuild @@ -174,6 +174,7 @@ src_install() { echo "EnableNetworkConfiguration=true" >> "${iwdconf}" echo "[Network]" >> "${iwdconf}" echo "NameResolvingService=$(usex systemd systemd resolvconf)" >> "${iwdconf}" + dodir /etc/conf.d echo "rc_provide=\"net\"" > ${ED}/etc/conf.d/iwd fi }