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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 00553158020 for ; Sat, 24 Dec 2022 08:45:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25B10E0876; Sat, 24 Dec 2022 08:45:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0AA50E0876 for ; Sat, 24 Dec 2022 08:45:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 35AB8335C7D for ; Sat, 24 Dec 2022 08:45:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D3CB7CE for ; Sat, 24 Dec 2022 08:45:51 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1671871502.a8b6c02ba0277d534ef70ee34bdca603c89fc23d.sam@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.19.1-r109.ebuild X-VCS-Directories: www-servers/uwsgi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a8b6c02ba0277d534ef70ee34bdca603c89fc23d X-VCS-Branch: master Date: Sat, 24 Dec 2022 08:45:51 +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: 57d484e3-7729-42fc-8995-d384593300bc X-Archives-Hash: b33c3b194dade63b02f024e88c9ed47c commit: a8b6c02ba0277d534ef70ee34bdca603c89fc23d Author: Sam James gentoo org> AuthorDate: Sat Dec 24 08:44:45 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 24 08:45:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8b6c02b www-servers/uwsgi: fix DoubleEmptyLine Signed-off-by: Sam James gentoo.org> www-servers/uwsgi/uwsgi-2.0.19.1-r109.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www-servers/uwsgi/uwsgi-2.0.19.1-r109.ebuild b/www-servers/uwsgi/uwsgi-2.0.19.1-r109.ebuild index f7ef10e2833d..1ac7f62cd3b6 100644 --- a/www-servers/uwsgi/uwsgi-2.0.19.1-r109.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.19.1-r109.ebuild @@ -254,9 +254,8 @@ python_compile_plugins() { fi fi - if use python-asyncio; then - ${PYTHON} uwsgiconfig.py --plugin plugins/greenlet gentoo greenlet${PYV} || die "building plugin for greenlet-support in ${EPYTHON} failed" + ${PYTHON} uwsgiconfig.py --plugin plugins/greenlet gentoo greenlet${PYV} || die "building plugin for greenlet-support in ${EPYTHON} failed" fi }