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 03182138350 for ; Thu, 13 Feb 2020 21:40:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D305E086E; Thu, 13 Feb 2020 21:40:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 182EAE086E for ; Thu, 13 Feb 2020 21:40:31 +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 6233934EDB2 for ; Thu, 13 Feb 2020 21:40:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B946A154 for ; Thu, 13 Feb 2020 21:40:25 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1581629989.95eacf6cc73d185700952be8a25040fbc936f9ef.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/nginx-unit/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/nginx-unit/nginx-unit-1.12.0-r3.ebuild www-servers/nginx-unit/nginx-unit-1.13.0.ebuild www-servers/nginx-unit/nginx-unit-1.14.0.ebuild www-servers/nginx-unit/nginx-unit-1.15.0.ebuild X-VCS-Directories: www-servers/nginx-unit/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 95eacf6cc73d185700952be8a25040fbc936f9ef X-VCS-Branch: master Date: Thu, 13 Feb 2020 21:40:25 +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: 37165ef4-2c3a-4785-bc0d-f61ece17803a X-Archives-Hash: 139815e14fed414828e7f973dd461c4c commit: 95eacf6cc73d185700952be8a25040fbc936f9ef Author: David Seifert gentoo org> AuthorDate: Thu Feb 13 21:39:49 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Feb 13 21:39:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95eacf6c www-servers/nginx-unit: [QA] inherit toolchain-funcs.eclass directly Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert gentoo.org> www-servers/nginx-unit/nginx-unit-1.12.0-r3.ebuild | 2 +- www-servers/nginx-unit/nginx-unit-1.13.0.ebuild | 2 +- www-servers/nginx-unit/nginx-unit-1.14.0.ebuild | 2 +- www-servers/nginx-unit/nginx-unit-1.15.0.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www-servers/nginx-unit/nginx-unit-1.12.0-r3.ebuild b/www-servers/nginx-unit/nginx-unit-1.12.0-r3.ebuild index a4a9d943b1c..b5cc2daa9bc 100644 --- a/www-servers/nginx-unit/nginx-unit-1.12.0-r3.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.12.0-r3.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=(python3_{6,7}) -inherit flag-o-matic python-single-r1 +inherit flag-o-matic python-single-r1 toolchain-funcs MY_P="unit-${PV}" DESCRIPTION="Dynamic web and application server" diff --git a/www-servers/nginx-unit/nginx-unit-1.13.0.ebuild b/www-servers/nginx-unit/nginx-unit-1.13.0.ebuild index cacf958665f..b6cf78f3621 100644 --- a/www-servers/nginx-unit/nginx-unit-1.13.0.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.13.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=(python3_{6,7}) -inherit flag-o-matic python-single-r1 +inherit flag-o-matic python-single-r1 toolchain-funcs MY_P="unit-${PV}" DESCRIPTION="Dynamic web and application server" diff --git a/www-servers/nginx-unit/nginx-unit-1.14.0.ebuild b/www-servers/nginx-unit/nginx-unit-1.14.0.ebuild index a3a56bb2a26..60d99e08ee7 100644 --- a/www-servers/nginx-unit/nginx-unit-1.14.0.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.14.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=(python3_{6,7,8}) -inherit flag-o-matic python-single-r1 +inherit flag-o-matic python-single-r1 toolchain-funcs MY_P="unit-${PV}" DESCRIPTION="Dynamic web and application server" diff --git a/www-servers/nginx-unit/nginx-unit-1.15.0.ebuild b/www-servers/nginx-unit/nginx-unit-1.15.0.ebuild index 28295fbc991..ac0c6c8fc95 100644 --- a/www-servers/nginx-unit/nginx-unit-1.15.0.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.15.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=(python3_{6,7,8}) -inherit flag-o-matic python-single-r1 +inherit flag-o-matic python-single-r1 toolchain-funcs MY_P="unit-${PV}" DESCRIPTION="Dynamic web and application server"