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 079F01396D0 for ; Sun, 1 Oct 2017 06:48:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 434D52BC001; Sun, 1 Oct 2017 06:48:50 +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 210192BC001 for ; Sun, 1 Oct 2017 06:48:50 +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 DB4A1341847 for ; Sun, 1 Oct 2017 06:48:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71C188F66 for ; Sun, 1 Oct 2017 06:48:47 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1506840501.f8ef4f2b7eb647f48688d1c6df2b7b50c9c0775f.graaff@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.15-r1.ebuild www-servers/uwsgi/uwsgi-2.0.15.ebuild X-VCS-Directories: www-servers/uwsgi/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: f8ef4f2b7eb647f48688d1c6df2b7b50c9c0775f X-VCS-Branch: master Date: Sun, 1 Oct 2017 06:48:47 +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-Archives-Salt: ff839c01-02d8-4b5e-87d7-64c4731653cb X-Archives-Hash: 4e6b952f5fd2afc5ca16dc924ac403df commit: f8ef4f2b7eb647f48688d1c6df2b7b50c9c0775f Author: Hans de Graaff gentoo org> AuthorDate: Sun Oct 1 06:48:21 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Oct 1 06:48:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8ef4f2b www-servers/uwsgi: drop obsolete ruby21 target, bug 630310 Package-Manager: Portage-2.3.8, Repoman-2.3.2 www-servers/uwsgi/uwsgi-2.0.15-r1.ebuild | 2 +- www-servers/uwsgi/uwsgi-2.0.15.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-servers/uwsgi/uwsgi-2.0.15-r1.ebuild b/www-servers/uwsgi/uwsgi-2.0.15-r1.ebuild index 29acbfa8939..5043eca69ae 100644 --- a/www-servers/uwsgi/uwsgi-2.0.15-r1.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.15-r1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) PYTHON_REQ_USE="threads(+)" RUBY_OPTIONAL="yes" -USE_RUBY="ruby21 ruby22 ruby23 ruby24" +USE_RUBY="ruby22 ruby23 ruby24" PHP_EXT_INI="no" PHP_EXT_NAME="dummy" diff --git a/www-servers/uwsgi/uwsgi-2.0.15.ebuild b/www-servers/uwsgi/uwsgi-2.0.15.ebuild index 8091a9b689c..f77a797cdf9 100644 --- a/www-servers/uwsgi/uwsgi-2.0.15.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.15.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) PYTHON_REQ_USE="threads(+)" RUBY_OPTIONAL="yes" -USE_RUBY="ruby21 ruby22 ruby23" +USE_RUBY="ruby22 ruby23" PHP_EXT_INI="no" PHP_EXT_NAME="dummy"