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 50ADC139084 for ; Fri, 16 Dec 2016 21:06:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5F22E0CAD; Fri, 16 Dec 2016 21:06:38 +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 7C115E0CAD for ; Fri, 16 Dec 2016 21:06:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9A090341398 for ; Fri, 16 Dec 2016 21:06:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2A2324E0 for ; Fri, 16 Dec 2016 21:06:04 +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: <1481922134.c4b5fc0fe4b3a91020b1c1ebd0d9c8470996d64b.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/webrobots/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/webrobots/webrobots-0.1.2.ebuild X-VCS-Directories: dev-ruby/webrobots/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: c4b5fc0fe4b3a91020b1c1ebd0d9c8470996d64b X-VCS-Branch: master Date: Fri, 16 Dec 2016 21:06:04 +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: 7f1237ee-e64f-40dc-a75b-3c0659688bbd X-Archives-Hash: 164ddb2866d609f49677d09fb4f770f3 commit: c4b5fc0fe4b3a91020b1c1ebd0d9c8470996d64b Author: Hans de Graaff gentoo org> AuthorDate: Fri Dec 16 20:32:44 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Dec 16 21:02:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4b5fc0f dev-ruby/webrobots: add ruby23 Package-Manager: portage-2.3.0 dev-ruby/webrobots/webrobots-0.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/webrobots/webrobots-0.1.2.ebuild b/dev-ruby/webrobots/webrobots-0.1.2.ebuild index eaf8537..bf8a4cd 100644 --- a/dev-ruby/webrobots/webrobots-0.1.2.ebuild +++ b/dev-ruby/webrobots/webrobots-0.1.2.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22 ruby23" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_DOCDIR="rdoc"