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 32C3E139082 for ; Tue, 9 May 2017 03:09:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AF0721C08C; Tue, 9 May 2017 03:09:16 +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 08C9421C039 for ; Tue, 9 May 2017 03:09:16 +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 43C13341707 for ; Tue, 9 May 2017 03:09:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F8A6745D for ; Tue, 9 May 2017 03:09:12 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1494299335.b82bd11cfa0b845093336049af9b854c1b5d27a6.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/robots/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/robots/robots-0.10.1-r2.ebuild X-VCS-Directories: dev-ruby/robots/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: b82bd11cfa0b845093336049af9b854c1b5d27a6 X-VCS-Branch: master Date: Tue, 9 May 2017 03:09:12 +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: c570327e-7664-445f-9b97-e5a7b6015541 X-Archives-Hash: c252711da3c090534b0a17c1bfe0b4f6 commit: b82bd11cfa0b845093336049af9b854c1b5d27a6 Author: Zero_Chaos gentoo org> AuthorDate: Tue May 9 02:35:11 2017 +0000 Commit: Richard Farina gentoo org> CommitDate: Tue May 9 03:08:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b82bd11c dev-ruby/robots: ruby23 support for metasploit bump Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-ruby/robots/robots-0.10.1-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/robots/robots-0.10.1-r2.ebuild b/dev-ruby/robots/robots-0.10.1-r2.ebuild index 9076879a44e..d9de856a4c6 100644 --- a/dev-ruby/robots/robots-0.10.1-r2.ebuild +++ b/dev-ruby/robots/robots-0.10.1-r2.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 +EAPI=6 -USE_RUBY="ruby20 ruby21 ruby22" +USE_RUBY="ruby21 ruby22 ruby23" RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"