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 8C767139694 for ; Sat, 17 Jun 2017 05:22:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AEC1E0B73; Sat, 17 Jun 2017 05:22:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 542CEE0B73 for ; Sat, 17 Jun 2017 05:22:08 +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 1A77434189C for ; Sat, 17 Jun 2017 05:22:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76B097484 for ; Sat, 17 Jun 2017 05:22:04 +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: <1497676819.ff85bfccb44b0676fcce2d8e96f10b4f0c07e4e4.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/permutation/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/permutation/permutation-0.1.8-r1.ebuild X-VCS-Directories: dev-ruby/permutation/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: ff85bfccb44b0676fcce2d8e96f10b4f0c07e4e4 X-VCS-Branch: master Date: Sat, 17 Jun 2017 05:22:04 +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: 0a5f8051-82b6-426c-8a83-c6783df7e65f X-Archives-Hash: 20c670b0767b85544e4f3eba4d8b1fc4 commit: ff85bfccb44b0676fcce2d8e96f10b4f0c07e4e4 Author: Hans de Graaff gentoo org> AuthorDate: Sat Jun 17 05:20:19 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Jun 17 05:20:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff85bfcc dev-ruby/permutation: add ruby23, ruby24 Package-Manager: Portage-2.3.5, Repoman-2.3.1 dev-ruby/permutation/permutation-0.1.8-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/permutation/permutation-0.1.8-r1.ebuild b/dev-ruby/permutation/permutation-0.1.8-r1.ebuild index 0d692e4cb1e..f8657084582 100644 --- a/dev-ruby/permutation/permutation-0.1.8-r1.ebuild +++ b/dev-ruby/permutation/permutation-0.1.8-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" +USE_RUBY="ruby21 ruby22 ruby23 ruby24" RUBY_FAKEGEM_RECIPE_DOC="rdoc"