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 7E851139695 for ; Wed, 12 Jul 2017 04:48:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97B3021413A; Wed, 12 Jul 2017 04:48:47 +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 6DF3821413A for ; Wed, 12 Jul 2017 04:48:47 +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 9D3AF341A98 for ; Wed, 12 Jul 2017 04:48:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46C9974AF for ; Wed, 12 Jul 2017 04:48:45 +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: <1499834401.4da8862ac29e0fc10acdf5196307ad9e92cf4c81.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/http-cookie/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/http-cookie/http-cookie-1.0.3.ebuild X-VCS-Directories: dev-ruby/http-cookie/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 4da8862ac29e0fc10acdf5196307ad9e92cf4c81 X-VCS-Branch: master Date: Wed, 12 Jul 2017 04:48:45 +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: d5ec907d-0123-4fe7-8533-181fbe49c692 X-Archives-Hash: b0445b7202f3e43426c706b19296adc7 commit: 4da8862ac29e0fc10acdf5196307ad9e92cf4c81 Author: Hans de Graaff gentoo org> AuthorDate: Wed Jul 12 04:40:01 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Jul 12 04:40:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4da8862a dev-ruby/http-cookie: add ruby24 Package-Manager: Portage-2.3.6, Repoman-2.3.1 dev-ruby/http-cookie/http-cookie-1.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/http-cookie/http-cookie-1.0.3.ebuild b/dev-ruby/http-cookie/http-cookie-1.0.3.ebuild index 49d03fca1fe..bfe28e12bd5 100644 --- a/dev-ruby/http-cookie/http-cookie-1.0.3.ebuild +++ b/dev-ruby/http-cookie/http-cookie-1.0.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22 ruby23" +USE_RUBY="ruby21 ruby22 ruby23 ruby24" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"