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 9791B1382C5 for ; Sat, 6 Jun 2020 09:32:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC16BE0961; Sat, 6 Jun 2020 09:32:09 +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 B2D98E0961 for ; Sat, 6 Jun 2020 09:32: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 A969A34F19C for ; Sat, 6 Jun 2020 09:32:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 736A5286 for ; Sat, 6 Jun 2020 09:32:05 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1591297999.a7b1b2d10c50f149b44d588c2eaf47eb439cc50c.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-wireless/eiwd/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-wireless/eiwd/eiwd-9999.ebuild X-VCS-Directories: net-wireless/eiwd/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: a7b1b2d10c50f149b44d588c2eaf47eb439cc50c X-VCS-Branch: master Date: Sat, 6 Jun 2020 09:32: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: 4a96d3a6-12bd-43b3-a6cf-09d7b7268f5d X-Archives-Hash: 0d93590a465aa5a6eb118df48e09aa20 commit: a7b1b2d10c50f149b44d588c2eaf47eb439cc50c Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Thu Jun 4 19:13:19 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Jun 4 19:13:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a7b1b2d1 net-wireless/eiwd: add docutils for 9999 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> net-wireless/eiwd/eiwd-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-wireless/eiwd/eiwd-9999.ebuild b/net-wireless/eiwd/eiwd-9999.ebuild index 1e60ef4..12c7868 100644 --- a/net-wireless/eiwd/eiwd-9999.ebuild +++ b/net-wireless/eiwd/eiwd-9999.ebuild @@ -17,7 +17,8 @@ SLOT="0" KEYWORDS="" IUSE="+system-ell" -DEPEND="system-ell? ( >=dev-libs/ell-0.31 )" +DEPEND="system-ell? ( >=dev-libs/ell-0.31 ) + dev-python/docutils" RDEPEND="${DEPEND} !net-wireless/iwd net-wireless/wireless-regdb"