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 3C3941385DD for ; Fri, 4 Sep 2015 21:22:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 802FA14179; Fri, 4 Sep 2015 21:22:51 +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 2AD0714179 for ; Fri, 4 Sep 2015 21:22:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0243C34097F for ; Fri, 4 Sep 2015 21:22:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98104162 for ; Fri, 4 Sep 2015 21:22:43 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1441401751.d9302a20b23a6dfc2cc2a18ed5b1c4c3d325b1c3.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/arel-helpers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/arel-helpers/arel-helpers-2.0.1.ebuild X-VCS-Directories: dev-ruby/arel-helpers/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: d9302a20b23a6dfc2cc2a18ed5b1c4c3d325b1c3 X-VCS-Branch: master Date: Fri, 4 Sep 2015 21:22:43 +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: a972bc3e-9371-4e4f-9aa2-999aeaa4722d X-Archives-Hash: 7ef842ff2a582045ff76a84132b2f926 commit: d9302a20b23a6dfc2cc2a18ed5b1c4c3d325b1c3 Author: Zero_Chaos gentoo org> AuthorDate: Fri Sep 4 21:22:31 2015 +0000 Commit: Richard Farina gentoo org> CommitDate: Fri Sep 4 21:22:31 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9302a20 dev-ruby/arel-helpers: fix to include activerecord:4.0 dev-ruby/arel-helpers/arel-helpers-2.0.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ruby/arel-helpers/arel-helpers-2.0.1.ebuild b/dev-ruby/arel-helpers/arel-helpers-2.0.1.ebuild index cb27f95..3ff6ea4 100644 --- a/dev-ruby/arel-helpers/arel-helpers-2.0.1.ebuild +++ b/dev-ruby/arel-helpers/arel-helpers-2.0.1.ebuild @@ -17,5 +17,6 @@ KEYWORDS="~amd64 ~x86" IUSE="" ruby_add_rdepend "|| ( dev-ruby/activerecord:3.2 + dev-ruby/activerecord:4.0 dev-ruby/activerecord:4.1 dev-ruby/activerecord:4.2 )"