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 1B5F6138334 for ; Tue, 16 Apr 2019 17:13:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A66F4E0938; Tue, 16 Apr 2019 17:13:27 +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 83F7FE0938 for ; Tue, 16 Apr 2019 17:13:25 +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 6F77034143B for ; Tue, 16 Apr 2019 17:13:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28F7C266 for ; Tue, 16 Apr 2019 17:13:22 +0000 (UTC) From: "Alexys Jacob" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" Message-ID: <1555434779.f82e6139c2b6460e6e8d0944bee25fd033aa1b4f.ultrabug@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/uwsgi/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/uwsgi/uwsgi-2.0.18.ebuild X-VCS-Directories: www-servers/uwsgi/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: f82e6139c2b6460e6e8d0944bee25fd033aa1b4f X-VCS-Branch: master Date: Tue, 16 Apr 2019 17:13:22 +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: f6a31846-3eb0-45f9-b0b8-5b99cb7b7088 X-Archives-Hash: 59d84d26ace491ce9242378fa7703d43 commit: f82e6139c2b6460e6e8d0944bee25fd033aa1b4f Author: Alexys Jacob gentoo org> AuthorDate: Tue Apr 16 17:12:59 2019 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Tue Apr 16 17:12:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f82e6139 www-servers/uwsgi: add missing libnsl dep for php Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Alexys Jacob gentoo.org> www-servers/uwsgi/uwsgi-2.0.18.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/www-servers/uwsgi/uwsgi-2.0.18.ebuild b/www-servers/uwsgi/uwsgi-2.0.18.ebuild index 865383e7054..ccf9ef201cd 100644 --- a/www-servers/uwsgi/uwsgi-2.0.18.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.18.ebuild @@ -116,6 +116,7 @@ CDEPEND=" mono? ( dev-lang/mono:= ) perl? ( dev-lang/perl:= ) php? ( + net-libs/libnsl php_targets_php5-6? ( dev-lang/php:5.6[embed] ) php_targets_php7-1? ( dev-lang/php:7.1[embed] ) php_targets_php7-2? ( dev-lang/php:7.2[embed] )