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 9AE971395E1 for ; Mon, 31 Oct 2016 01:44:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C727E0BC2; Mon, 31 Oct 2016 01:44:45 +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 21C83E0BC2 for ; Mon, 31 Oct 2016 01:44:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1A24341142 for ; Mon, 31 Oct 2016 01:44:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB78B24A4 for ; Mon, 31 Oct 2016 01:44:38 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1477878266.3b9916ba09d2e351383034143f4dbf63f542f1cf.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/omniauth/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/omniauth/omniauth-1.3.1.ebuild X-VCS-Directories: dev-ruby/omniauth/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 3b9916ba09d2e351383034143f4dbf63f542f1cf X-VCS-Branch: master Date: Mon, 31 Oct 2016 01:44:38 +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: ceb76740-8f89-41de-abb7-6d1efae0240b X-Archives-Hash: 1bb6c614a409044c7bcada8bfbf1ed88 commit: 3b9916ba09d2e351383034143f4dbf63f542f1cf Author: Manuel Rüger gentoo org> AuthorDate: Mon Oct 31 01:44:26 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Oct 31 01:44:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b9916ba dev-ruby/omniauth: Add ruby23 Package-Manager: portage-2.3.2 dev-ruby/omniauth/omniauth-1.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/omniauth/omniauth-1.3.1.ebuild b/dev-ruby/omniauth/omniauth-1.3.1.ebuild index 86f9ee6..d261c51 100644 --- a/dev-ruby/omniauth/omniauth-1.3.1.ebuild +++ b/dev-ruby/omniauth/omniauth-1.3.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22 ruby23" RUBY_FAKEGEM_EXTRADOC="README.md" RUBY_FAKEGEM_RECIPE_TEST="rspec"