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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 26D03158086 for ; Sat, 30 Oct 2021 07:16:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 645C5E081A; Sat, 30 Oct 2021 07:16:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 2C460E081A for ; Sat, 30 Oct 2021 07:16:53 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EEBE734308E for ; Sat, 30 Oct 2021 07:16:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 864957A for ; Sat, 30 Oct 2021 07:16:50 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1635578001.62ba47f8904f0c93e2afa550875d44541172d522.hattya@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.6-r1.ebuild www-servers/h2o/h2o-9999.ebuild X-VCS-Directories: www-servers/h2o/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 62ba47f8904f0c93e2afa550875d44541172d522 X-VCS-Branch: master Date: Sat, 30 Oct 2021 07:16:50 +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: bab100c2-952f-4c3b-8bb4-f828d8fc398b X-Archives-Hash: 4e0b511c6c6ecfe20a57cc608cef00aa commit: 62ba47f8904f0c93e2afa550875d44541172d522 Author: Akinori Hattori gentoo org> AuthorDate: Sat Oct 30 07:13:21 2021 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sat Oct 30 07:13:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ba47f8 www-servers/h2o: update USE_RUBY Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Akinori Hattori gentoo.org> www-servers/h2o/h2o-2.2.6-r1.ebuild | 2 +- www-servers/h2o/h2o-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-servers/h2o/h2o-2.2.6-r1.ebuild b/www-servers/h2o/h2o-2.2.6-r1.ebuild index 3c0c14adba6..a1e7854aebf 100644 --- a/www-servers/h2o/h2o-2.2.6-r1.ebuild +++ b/www-servers/h2o/h2o-2.2.6-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 CMAKE_MAKEFILE_GENERATOR="emake" SSL_DEPS_SKIP=1 -USE_RUBY="ruby24 ruby25 ruby26" +USE_RUBY="ruby26 ruby27" inherit cmake ruby-single ssl-cert systemd toolchain-funcs diff --git a/www-servers/h2o/h2o-9999.ebuild b/www-servers/h2o/h2o-9999.ebuild index d1f780ab5f1..9ea1b75fb86 100644 --- a/www-servers/h2o/h2o-9999.ebuild +++ b/www-servers/h2o/h2o-9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 CMAKE_MAKEFILE_GENERATOR="emake" SSL_DEPS_SKIP=1 -USE_RUBY="ruby24 ruby25 ruby26" +USE_RUBY="ruby26 ruby27" inherit cmake git-r3 ruby-single ssl-cert systemd toolchain-funcs