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 433571381F1 for ; Sun, 28 Aug 2016 22:59:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85730E0B6E; Sun, 28 Aug 2016 22:59:27 +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 A4178E0B5F for ; Sun, 28 Aug 2016 22:59:26 +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 796143406DD for ; Sun, 28 Aug 2016 22:59:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A6DF2455 for ; Sun, 28 Aug 2016 22:59:23 +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: <1472425064.23ec4170c2d97fb262d4ef465c6ef4f429282f5f.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/jekyll-watch/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/jekyll-watch/jekyll-watch-1.3.1.ebuild X-VCS-Directories: www-apps/jekyll-watch/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 23ec4170c2d97fb262d4ef465c6ef4f429282f5f X-VCS-Branch: master Date: Sun, 28 Aug 2016 22:59:23 +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: dfc8bcab-0d54-48ea-9e36-d596ec9280bb X-Archives-Hash: 0253e1e61375cca1dd91fe4f8035590a commit: 23ec4170c2d97fb262d4ef465c6ef4f429282f5f Author: Manuel Rüger gentoo org> AuthorDate: Sun Aug 28 22:57:44 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Aug 28 22:57:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ec4170 www-apps/jekyll-watch: Add ruby22 Package-Manager: portage-2.3.0 www-apps/jekyll-watch/jekyll-watch-1.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/jekyll-watch/jekyll-watch-1.3.1.ebuild b/www-apps/jekyll-watch/jekyll-watch-1.3.1.ebuild index 9b6a4fe..6125e45 100644 --- a/www-apps/jekyll-watch/jekyll-watch-1.3.1.ebuild +++ b/www-apps/jekyll-watch/jekyll-watch-1.3.1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -USE_RUBY="ruby20 ruby21" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_TASK_DOC=""