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 5F0CC1382C5 for ; Sun, 29 Apr 2018 07:35:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52084E089B; Sun, 29 Apr 2018 07:35:29 +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 33EF4E089B for ; Sun, 29 Apr 2018 07:35:29 +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 4792A335CA0 for ; Sun, 29 Apr 2018 07:35:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FF5429B for ; Sun, 29 Apr 2018 07:35:26 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1524987314.f10de6467735c17c8c47a62a0f021ff764b40711.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/h2o/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/h2o/h2o-2.2.4.ebuild www-servers/h2o/h2o-9999.ebuild X-VCS-Directories: www-servers/h2o/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f10de6467735c17c8c47a62a0f021ff764b40711 X-VCS-Branch: master Date: Sun, 29 Apr 2018 07:35:26 +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: ffdd0efd-1d90-4db8-a8dd-7f4b9d32fa72 X-Archives-Hash: 8eb2ab81bf3cd07d2aa3c1dc5a94e6c3 commit: f10de6467735c17c8c47a62a0f021ff764b40711 Author: Ian Moone chaoslab org> AuthorDate: Sat Apr 28 02:11:14 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 29 07:35:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f10de646 www-servers/h2o: drop support for Ruby 2.2 (masked for removal) Closes: https://github.com/gentoo/gentoo/pull/8177 Package-Manager: Portage-2.3.24, Repoman-2.3.6 www-servers/h2o/h2o-2.2.4.ebuild | 4 ++-- www-servers/h2o/h2o-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www-servers/h2o/h2o-2.2.4.ebuild b/www-servers/h2o/h2o-2.2.4.ebuild index 1ad16970758..d33e39efe54 100644 --- a/www-servers/h2o/h2o-2.2.4.ebuild +++ b/www-servers/h2o/h2o-2.2.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby22 ruby23 ruby24" +USE_RUBY="ruby23 ruby24" inherit cmake-utils ruby-single systemd user diff --git a/www-servers/h2o/h2o-9999.ebuild b/www-servers/h2o/h2o-9999.ebuild index 0db4fc4f8f7..292131941a9 100644 --- a/www-servers/h2o/h2o-9999.ebuild +++ b/www-servers/h2o/h2o-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby22 ruby23 ruby24" +USE_RUBY="ruby23 ruby24" inherit cmake-utils git-r3 ruby-single systemd user