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 C11BA139695 for ; Fri, 28 Apr 2017 21:08:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED9A521C04E; Fri, 28 Apr 2017 21:08:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C5F5921C04E for ; Fri, 28 Apr 2017 21:08:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 ED43D341744 for ; Fri, 28 Apr 2017 21:08:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92E1D7445 for ; Fri, 28 Apr 2017 21:08:35 +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: <1493413704.e5d8b9b7e15d1d83c68d68e8367b0462135a41b4.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/jekyll-sitemap/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/jekyll-sitemap/jekyll-sitemap-0.11.0.ebuild X-VCS-Directories: www-apps/jekyll-sitemap/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: e5d8b9b7e15d1d83c68d68e8367b0462135a41b4 X-VCS-Branch: master Date: Fri, 28 Apr 2017 21:08:35 +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: 70be4fb0-824f-4e21-8ea7-0f15f368b760 X-Archives-Hash: 564fe6cdd9c1741ca21feb855d699db4 commit: e5d8b9b7e15d1d83c68d68e8367b0462135a41b4 Author: Manuel Rüger gentoo org> AuthorDate: Fri Apr 28 21:08:24 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Fri Apr 28 21:08:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d8b9b7 www-apps/jekyll-sitemap: Remove ruby20 Package-Manager: Portage-2.3.5, Repoman-2.3.1 www-apps/jekyll-sitemap/jekyll-sitemap-0.11.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-apps/jekyll-sitemap/jekyll-sitemap-0.11.0.ebuild b/www-apps/jekyll-sitemap/jekyll-sitemap-0.11.0.ebuild index 899406999c9..e9a53768800 100644 --- a/www-apps/jekyll-sitemap/jekyll-sitemap-0.11.0.ebuild +++ b/www-apps/jekyll-sitemap/jekyll-sitemap-0.11.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" +USE_RUBY="ruby21 ruby22" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_TASK_DOC=""