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 720BF139696 for ; Sun, 6 Aug 2017 09:36:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9C06E0BE2; Sun, 6 Aug 2017 09:36:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 A91DFE0BE2 for ; Sun, 6 Aug 2017 09:36:55 +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 984B73417C6 for ; Sun, 6 Aug 2017 09:36:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF6CD75F1 for ; Sun, 6 Aug 2017 09:36:52 +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: <1502012202.bf67d8f6e4d6a4b4852e9087005f23d5747126ea.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/paludis/paludis-2.6.0.ebuild X-VCS-Directories: sys-apps/paludis/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bf67d8f6e4d6a4b4852e9087005f23d5747126ea X-VCS-Branch: master Date: Sun, 6 Aug 2017 09:36:52 +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: 29256dd0-3e74-4ab6-87c0-6bc0a8869692 X-Archives-Hash: 759dd9282a880bc121f8cda2829115d1 commit: bf67d8f6e4d6a4b4852e9087005f23d5747126ea Author: Michał Górny gentoo org> AuthorDate: Sun Aug 6 07:23:30 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 6 09:36:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf67d8f6 sys-apps/paludis: Switch to ruby2.2, #627144 sys-apps/paludis/paludis-2.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/paludis/paludis-2.6.0.ebuild b/sys-apps/paludis/paludis-2.6.0.ebuild index a5c786e1ec5..df3509c02ef 100644 --- a/sys-apps/paludis/paludis-2.6.0.ebuild +++ b/sys-apps/paludis/paludis-2.6.0.ebuild @@ -5,7 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) # matching profile defaults for now -RUBY_VER=2.1 +RUBY_VER=2.2 inherit bash-completion-r1 eutils python-single-r1 user