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 370C91396D0 for ; Mon, 9 Oct 2017 18:06:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B65B2BC02D; Mon, 9 Oct 2017 18:06:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6C8A62BC02D for ; Mon, 9 Oct 2017 18:06:52 +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 9C36733D3C7 for ; Mon, 9 Oct 2017 18:06:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23F9390A5 for ; Mon, 9 Oct 2017 18:06:49 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1507572402.8c3e5ac8c2a94721dcf096f0f8dc9fe789fbbfad.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/jekyll-sass-converter/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/jekyll-sass-converter/jekyll-sass-converter-1.5.0.ebuild X-VCS-Directories: www-apps/jekyll-sass-converter/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8c3e5ac8c2a94721dcf096f0f8dc9fe789fbbfad X-VCS-Branch: master Date: Mon, 9 Oct 2017 18:06:49 +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: 51b18118-1d95-4e30-ac7a-f28b063ae624 X-Archives-Hash: 7492c4607de571f0986ebd3608af3e76 commit: 8c3e5ac8c2a94721dcf096f0f8dc9fe789fbbfad Author: Michał Górny gentoo org> AuthorDate: Mon Oct 9 17:56:38 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Oct 9 18:06:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c3e5ac8 www-apps/jekyll-sass-converter: Tested on ruby23 www-apps/jekyll-sass-converter/jekyll-sass-converter-1.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/jekyll-sass-converter/jekyll-sass-converter-1.5.0.ebuild b/www-apps/jekyll-sass-converter/jekyll-sass-converter-1.5.0.ebuild index 742a16fda3d..c1ab15057cc 100644 --- a/www-apps/jekyll-sass-converter/jekyll-sass-converter-1.5.0.ebuild +++ b/www-apps/jekyll-sass-converter/jekyll-sass-converter-1.5.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby21 ruby22" +USE_RUBY="ruby22 ruby23" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_TASK_DOC=""