From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9153E1388C0 for ; Sun, 21 Feb 2016 13:04:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2289321C063; Sun, 21 Feb 2016 13:04:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6A9121C063 for ; Sun, 21 Feb 2016 13:04:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB785340B82 for ; Sun, 21 Feb 2016 13:04:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7E6E8E9 for ; Sun, 21 Feb 2016 13:04: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: <1456059852.531ad57da73c655df0af5a1f854db275f4545540.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/jekyll-gist/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/jekyll-gist/jekyll-gist-1.4.0.ebuild X-VCS-Directories: www-apps/jekyll-gist/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 531ad57da73c655df0af5a1f854db275f4545540 X-VCS-Branch: master Date: Sun, 21 Feb 2016 13:04: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: 04566a58-bdf5-40bd-a8d2-cc6df95167a8 X-Archives-Hash: cb89bebaac50f364cffa5c99a633675b commit: 531ad57da73c655df0af5a1f854db275f4545540 Author: Manuel Rüger gentoo org> AuthorDate: Sun Feb 21 13:04:12 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Feb 21 13:04:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=531ad57d www-apps/jekyll-gist: Fix jekyll dependency Package-Manager: portage-2.2.27 www-apps/jekyll-gist/jekyll-gist-1.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/jekyll-gist/jekyll-gist-1.4.0.ebuild b/www-apps/jekyll-gist/jekyll-gist-1.4.0.ebuild index d5007c3..2850188 100644 --- a/www-apps/jekyll-gist/jekyll-gist-1.4.0.ebuild +++ b/www-apps/jekyll-gist/jekyll-gist-1.4.0.ebuild @@ -22,7 +22,7 @@ IUSE="" ruby_add_rdepend ">=dev-ruby/octokit-4.2" ruby_add_bdepend "test? ( dev-ruby/webmock - >=www-apps/jekyll-3 )" + >=www-apps/jekyll-2 )" all_ruby_prepare() { rm Rakefile || die