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 91D31138332 for ; Sat, 10 Feb 2018 07:42:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F894E09CE; Sat, 10 Feb 2018 07:42:13 +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 0E064E09CE for ; Sat, 10 Feb 2018 07:42:12 +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 D143D335C51 for ; Sat, 10 Feb 2018 07:42:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E72351ED for ; Sat, 10 Feb 2018 07:42:08 +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: <1518248333.152e5e73c099b7aa393878433d159bf294f20985.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-augeas/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-augeas/ruby-augeas-0.5.0-r3.ebuild X-VCS-Directories: dev-ruby/ruby-augeas/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 152e5e73c099b7aa393878433d159bf294f20985 X-VCS-Branch: master Date: Sat, 10 Feb 2018 07:42:08 +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: 286eff0d-a9ce-4b05-9b49-49f5c7025bc5 X-Archives-Hash: 805fea72f8b70ba2042042913c7d96a2 commit: 152e5e73c099b7aa393878433d159bf294f20985 Author: Hans de Graaff gentoo org> AuthorDate: Sat Feb 10 06:28:31 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Feb 10 07:38:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=152e5e73 dev-ruby/ruby-augeas: add ruby25 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ruby/ruby-augeas/ruby-augeas-0.5.0-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/ruby-augeas/ruby-augeas-0.5.0-r3.ebuild b/dev-ruby/ruby-augeas/ruby-augeas-0.5.0-r3.ebuild index 6aa2fe433ca..fd694aa1c42 100644 --- a/dev-ruby/ruby-augeas/ruby-augeas-0.5.0-r3.ebuild +++ b/dev-ruby/ruby-augeas/ruby-augeas-0.5.0-r3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby21 ruby22 ruby23 ruby24" +USE_RUBY="ruby22 ruby23 ruby24 ruby25" RUBY_FAKEGEM_DOCDIR="doc/site/api" RUBY_FAKEGEM_EXTRADOC="NEWS README.rdoc"