From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QSkfe-0007gB-Sk for garchives@archives.gentoo.org; Sat, 04 Jun 2011 06:49:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E9D81C03C; Sat, 4 Jun 2011 06:49:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E54551C03C for ; Sat, 4 Jun 2011 06:49:11 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6CD3F1B402E for ; Sat, 4 Jun 2011 06:49:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 82ABE80506 for ; Sat, 4 Jun 2011 06:49:10 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: Subject: [gentoo-commits] proj/ruby-scripts:master commit in: eselect-rails/ X-VCS-Repository: proj/ruby-scripts X-VCS-Files: eselect-rails/rails.eselect X-VCS-Directories: eselect-rails/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: fab4be3dc2abb03d1aad92a281edb6477040f527 Date: Sat, 4 Jun 2011 06:49:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 049323f48a54ed8edbd34f78cca0d7ec commit: fab4be3dc2abb03d1aad92a281edb6477040f527 Author: Hans de Graaff degraaff org> AuthorDate: Fri Jun 3 15:57:26 2011 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Jun 3 15:57:26 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/ruby-scripts.= git;a=3Dcommit;h=3Dfab4be3d Support prefix as reported in https://bugs.gentoo.org/361855 --- eselect-rails/rails.eselect | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eselect-rails/rails.eselect b/eselect-rails/rails.eselect index 2ccc357..ab9cb0d 100644 --- a/eselect-rails/rails.eselect +++ b/eselect-rails/rails.eselect @@ -7,7 +7,7 @@ MAINTAINER=3D"graaff@gentoo.org" SVN_DATE=3D'$Date: $' VERSION=3D$(svn_date_to_version "${SVN_DATE}" ) =20 -RAILS=3D"${ROOT}/usr/bin/rails" +RAILS=3D"${EROOT}/usr/bin/rails" =20 # find a list of rails symlink targets, best first find_targets() {