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 8B578138CCE for ; Sat, 16 May 2015 08:23:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24F92E0817; Sat, 16 May 2015 08:23:36 +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 C5A7EE0817 for ; Sat, 16 May 2015 08:23:35 +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 1C3EA340DA6 for ; Sat, 16 May 2015 08:23:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1EED9AA for ; Sat, 16 May 2015 08:23:33 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1431764608.75c0e797185e836492e56a114897b5343de83c1d.graaff@gentoo> Subject: [gentoo-commits] proj/ruby-overlay:master commit in: eclass/ X-VCS-Repository: proj/ruby-overlay X-VCS-Files: eclass/ruby-utils.eclass X-VCS-Directories: eclass/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 75c0e797185e836492e56a114897b5343de83c1d X-VCS-Branch: master Date: Sat, 16 May 2015 08:23:33 +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: 6c6b4f1e-4edc-4fb5-b2a8-829ded414c2f X-Archives-Hash: 498cbcec778cd789937d715075a60b1c commit: 75c0e797185e836492e56a114897b5343de83c1d Author: Hans de Graaff degraaff org> AuthorDate: Sat May 16 08:23:28 2015 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat May 16 08:23:28 2015 +0000 URL: https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=75c0e797 Fix syntax error. eclass/ruby-utils.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/ruby-utils.eclass b/eclass/ruby-utils.eclass index c6d0b7a..8d045d9 100644 --- a/eclass/ruby-utils.eclass +++ b/eclass/ruby-utils.eclass @@ -66,6 +66,7 @@ _ruby_implementation_depend() { ruby22) rubypn="dev-lang/ruby" rubyslot=":2.2" + ;; ree18) rubypn="dev-lang/ruby-enterprise" rubyslot=":1.8"