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 A52EC1382C5 for ; Sun, 6 May 2018 06:43:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C2FFE0826; Sun, 6 May 2018 06:43:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 D0AC0E0826 for ; Sun, 6 May 2018 06:43:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7213E335C5A for ; Sun, 6 May 2018 06:43:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C7E83B for ; Sun, 6 May 2018 06:43:19 +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: <1525588995.b0a96abbe0afc6705ac5b93bb11a97438e98a9d0.graaff@gentoo> Subject: [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/gems/ X-VCS-Repository: proj/ruby-overlay X-VCS-Files: dev-ruby/gems/gems-1.0.0.ebuild X-VCS-Directories: dev-ruby/gems/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: b0a96abbe0afc6705ac5b93bb11a97438e98a9d0 X-VCS-Branch: master Date: Sun, 6 May 2018 06:43:19 +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: 1446e08c-a3a6-4b1e-a061-e7ce720fc610 X-Archives-Hash: fab5a17749f849747c57fb53737ae972 commit: b0a96abbe0afc6705ac5b93bb11a97438e98a9d0 Author: Hans de Graaff degraaff org> AuthorDate: Sun May 6 06:43:15 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun May 6 06:43:15 2018 +0000 URL: https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=b0a96abb dev-ruby/gems: add ruby24 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/gems/gems-1.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/gems/gems-1.0.0.ebuild b/dev-ruby/gems/gems-1.0.0.ebuild index 3b9d123..e36a038 100644 --- a/dev-ruby/gems/gems-1.0.0.ebuild +++ b/dev-ruby/gems/gems-1.0.0.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" +USE_RUBY="ruby23 ruby24" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README.md"