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 4F482139694 for ; Thu, 29 Jun 2017 03:03:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6684222411B; Thu, 29 Jun 2017 03:02:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 401EE224119 for ; Thu, 29 Jun 2017 03:02:59 +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 4B3A934170D for ; Thu, 29 Jun 2017 03:02:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A887B7498 for ; Thu, 29 Jun 2017 03:02:56 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1498705357.4e26ef35648559e9133d58f4f111bafbcd06c1b3.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/facter/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/facter/facter-3.7.0.ebuild X-VCS-Directories: dev-ruby/facter/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 4e26ef35648559e9133d58f4f111bafbcd06c1b3 X-VCS-Branch: master Date: Thu, 29 Jun 2017 03:02:56 +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: 256c8b96-f1a9-44f7-9ef2-617a286c40be X-Archives-Hash: d0baef631a4516b0aeb41442bc6148bb commit: 4e26ef35648559e9133d58f4f111bafbcd06c1b3 Author: Matthew Thode gentoo org> AuthorDate: Thu Jun 29 03:01:31 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Thu Jun 29 03:02:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e26ef35 dev-ruby/facter: bumping ruby versions supported Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ruby/facter/facter-3.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/facter/facter-3.7.0.ebuild b/dev-ruby/facter/facter-3.7.0.ebuild index d345d5ac6a9..cabba296ea4 100644 --- a/dev-ruby/facter/facter-3.7.0.ebuild +++ b/dev-ruby/facter/facter-3.7.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby21 ruby22" +USE_RUBY="ruby21 ruby22 ruby23 ruby24" inherit cmake-utils eutils multilib ruby-ng