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 261A4138334 for ; Fri, 13 Jul 2018 19:01:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BA2DE086C; Fri, 13 Jul 2018 19:01:07 +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 1F2EAE086A for ; Fri, 13 Jul 2018 19:01:06 +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 761DB335C94 for ; Fri, 13 Jul 2018 19:01:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBA85373 for ; Fri, 13 Jul 2018 19:01:03 +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: <1531508440.57fc2d245ab8da0736bfd7ddc59a2c8066bc07d0.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-elf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-elf/ruby-elf-1.0.8.ebuild X-VCS-Directories: dev-ruby/ruby-elf/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 57fc2d245ab8da0736bfd7ddc59a2c8066bc07d0 X-VCS-Branch: master Date: Fri, 13 Jul 2018 19:01:03 +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: 7327df95-554d-4d2d-96c3-e4ad0c13d114 X-Archives-Hash: 1aabd303859f52c1ca09df4b490a99b7 commit: 57fc2d245ab8da0736bfd7ddc59a2c8066bc07d0 Author: Hans de Graaff gentoo org> AuthorDate: Fri Jul 13 07:09:52 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Jul 13 19:00:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57fc2d24 dev-ruby/ruby-elf: add ruby25 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ruby/ruby-elf/ruby-elf-1.0.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/ruby-elf/ruby-elf-1.0.8.ebuild b/dev-ruby/ruby-elf/ruby-elf-1.0.8.ebuild index 170b8207900..e9842e59a13 100644 --- a/dev-ruby/ruby-elf/ruby-elf-1.0.8.ebuild +++ b/dev-ruby/ruby-elf/ruby-elf-1.0.8.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=5 -USE_RUBY="ruby21 ruby22 ruby23 ruby24" +USE_RUBY="ruby23 ruby24 ruby25" GITHUB_URI="https://github.com/Flameeyes/${PN}"