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 461EB138CD0 for ; Fri, 22 May 2015 16:12:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D655E087F; Fri, 22 May 2015 16:12:44 +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 F270AE0884 for ; Fri, 22 May 2015 16:12:43 +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 EAEE7340C20 for ; Fri, 22 May 2015 16:12:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 989D19FB for ; Fri, 22 May 2015 16:12:41 +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: <1432279675.8739afd671b75f2938b46f4b07f495fc6b7f079f.graaff@gentoo> Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/thinking-sphinx/ X-VCS-Repository: dev/graaff X-VCS-Files: dev-ruby/thinking-sphinx/ChangeLog dev-ruby/thinking-sphinx/thinking-sphinx-3.1.3.ebuild X-VCS-Directories: dev-ruby/thinking-sphinx/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 8739afd671b75f2938b46f4b07f495fc6b7f079f X-VCS-Branch: master Date: Fri, 22 May 2015 16:12:41 +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: 8882eaad-bf50-43f4-99db-1ac4c7ab4175 X-Archives-Hash: 4ed715d8d9ecf9de0090083367488bca commit: 8739afd671b75f2938b46f4b07f495fc6b7f079f Author: Hans de Graaff degraaff org> AuthorDate: Fri May 22 07:27:55 2015 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri May 22 07:27:55 2015 +0000 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=8739afd6 Version bump. Package-Manager: portage-2.2.18 dev-ruby/thinking-sphinx/ChangeLog | 3 +++ dev-ruby/thinking-sphinx/thinking-sphinx-3.1.3.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-ruby/thinking-sphinx/ChangeLog b/dev-ruby/thinking-sphinx/ChangeLog index 12345f2..75d1c04 100644 --- a/dev-ruby/thinking-sphinx/ChangeLog +++ b/dev-ruby/thinking-sphinx/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 22 May 2015; Hans de Graaff thinking-sphinx-3.1.3.ebuild: + Version bump. + *thinking-sphinx-3.1.3 (22 May 2015) 22 May 2015; Hans de Graaff diff --git a/dev-ruby/thinking-sphinx/thinking-sphinx-3.1.3.ebuild b/dev-ruby/thinking-sphinx/thinking-sphinx-3.1.3.ebuild index c632259..7630eea 100644 --- a/dev-ruby/thinking-sphinx/thinking-sphinx-3.1.3.ebuild +++ b/dev-ruby/thinking-sphinx/thinking-sphinx-3.1.3.ebuild @@ -3,7 +3,7 @@ # $Header: $ EAPI=5 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_TASK_TEST="" @@ -21,7 +21,7 @@ IUSE="" ruby_add_rdepend ">=dev-ruby/activerecord-3.1.0:* >=dev-ruby/builder-2.1.2:* - >=dev-ruby/joiner-0.2.0 + >=dev-ruby/joiner-0.2.0:* >=dev-ruby/middleware-0.1.0 >=dev-ruby/innertube-1.0.2 >=dev-ruby/riddle-1.5.11"