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 55238138350 for ; Sat, 1 Feb 2020 09:06:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85B1AE0848; Sat, 1 Feb 2020 09:06:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 32B4FE0848 for ; Sat, 1 Feb 2020 09:06:00 +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 4BC4634E3E4 for ; Sat, 1 Feb 2020 09:05:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D4EE90 for ; Sat, 1 Feb 2020 09:05:57 +0000 (UTC) From: "Naohiro Aota" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Naohiro Aota" Message-ID: <1580547851.2a4d18c1de058c25ba69aae6558124cbe148a1bf.naota@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/addressable/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/addressable/addressable-2.7.0.ebuild X-VCS-Directories: dev-ruby/addressable/ X-VCS-Committer: naota X-VCS-Committer-Name: Naohiro Aota X-VCS-Revision: 2a4d18c1de058c25ba69aae6558124cbe148a1bf X-VCS-Branch: master Date: Sat, 1 Feb 2020 09:05:57 +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: 747d2e32-b417-44ed-b464-a6de9fa6014f X-Archives-Hash: 2bab423958f7bda7dbcfd68b54dc0246 commit: 2a4d18c1de058c25ba69aae6558124cbe148a1bf Author: Naohiro Aota gentoo org> AuthorDate: Sat Feb 1 08:59:23 2020 +0000 Commit: Naohiro Aota gentoo org> CommitDate: Sat Feb 1 09:04:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a4d18c1 dev-ruby/addressable: add ruby27 Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Naohiro Aota gentoo.org> dev-ruby/addressable/addressable-2.7.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/addressable/addressable-2.7.0.ebuild b/dev-ruby/addressable/addressable-2.7.0.ebuild index ab605752294..ec6037d9c2d 100644 --- a/dev-ruby/addressable/addressable-2.7.0.ebuild +++ b/dev-ruby/addressable/addressable-2.7.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26" +USE_RUBY="ruby24 ruby25 ruby26 ruby27" RUBY_FAKEGEM_RECIPE_TEST="rspec3"