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 DFE3D59CA9 for ; Sat, 26 Mar 2016 15:19:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A337FE07DD; Sat, 26 Mar 2016 15:19:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4EAB8E07DD for ; Sat, 26 Mar 2016 15:19:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF05733E142 for ; Sat, 26 Mar 2016 15:19:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54205846 for ; Sat, 26 Mar 2016 15:19:11 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1459005542.535c61beb802787b188daadf79fb7c9e4c24b114.mrueg@gentoo> Subject: [gentoo-commits] dev/mrueg:master commit in: dev-ruby/twitter-stream/ X-VCS-Repository: dev/mrueg X-VCS-Files: dev-ruby/twitter-stream/twitter-stream-0.1.16.ebuild X-VCS-Directories: dev-ruby/twitter-stream/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 535c61beb802787b188daadf79fb7c9e4c24b114 X-VCS-Branch: master Date: Sat, 26 Mar 2016 15:19:11 +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: 42b075db-0563-43e8-a0f0-7e2c1ebf5c8e X-Archives-Hash: 2eaf5e7f1abaf54c05f6fc057bc26910 commit: 535c61beb802787b188daadf79fb7c9e4c24b114 Author: Manuel Rüger gentoo org> AuthorDate: Sat Mar 26 15:19:02 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Mar 26 15:19:02 2016 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=535c61be dev-ruby/twitter-stream: Fix dependencies Package-Manager: portage-2.2.28 dev-ruby/twitter-stream/twitter-stream-0.1.16.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ruby/twitter-stream/twitter-stream-0.1.16.ebuild b/dev-ruby/twitter-stream/twitter-stream-0.1.16.ebuild index 643e911..ce02b42 100644 --- a/dev-ruby/twitter-stream/twitter-stream-0.1.16.ebuild +++ b/dev-ruby/twitter-stream/twitter-stream-0.1.16.ebuild @@ -26,4 +26,5 @@ ruby_add_rdepend ">=dev-ruby/eventmachine-1.0.7 all_ruby_prepare() { # Fix for >=eventmachine-1.0 sed -i -e "s/&& !@buffer.empty?//" -e "s/, MAX_LINE_LENGTH//" lib/twitter/json_stream.rb || die + sed -i -e "s/0.1.4/'0.1'/" -e "s/0.5.1/'0.5'/" ../metadata || die }