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 EDAEE138334 for ; Sat, 10 Aug 2019 18:06:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE35BE08F7; Sat, 10 Aug 2019 18:06:43 +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 9D364E08F7 for ; Sat, 10 Aug 2019 18:06:43 +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 454FC34985B for ; Sat, 10 Aug 2019 18:06:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CB61759 for ; Sat, 10 Aug 2019 18:06:40 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1565460358.3541d3ea37037b5ed27d7b593d1828ddcd3b718a.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/brython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/brython/brython-3.7.2.ebuild X-VCS-Directories: dev-python/brython/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 3541d3ea37037b5ed27d7b593d1828ddcd3b718a X-VCS-Branch: master Date: Sat, 10 Aug 2019 18:06:40 +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: 6c5b55c6-502f-495a-ac53-621031e8f014 X-Archives-Hash: 5ba9ad3026b62cd6b81ba72b50af8841 commit: 3541d3ea37037b5ed27d7b593d1828ddcd3b718a Author: Patrice Clement gentoo org> AuthorDate: Sat Aug 10 18:05:58 2019 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Aug 10 18:05:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3541d3ea dev-python/brython: add missing RDEPEND. Bug: https://bugs.gentoo.org/691400 Signed-off-by: Patrice Clement gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/brython/brython-3.7.2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/brython/brython-3.7.2.ebuild b/dev-python/brython/brython-3.7.2.ebuild index d035d028795..29277fb2ae9 100644 --- a/dev-python/brython/brython-3.7.2.ebuild +++ b/dev-python/brython/brython-3.7.2.ebuild @@ -16,6 +16,8 @@ KEYWORDS="amd64 ppc ppc64 x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +RDEPEND="${PYTHON_DEPS}" + need_httpd_cgi pkg_setup() {