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 2DA37138827 for ; Sat, 3 Oct 2015 09:12:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C851E0804; Sat, 3 Oct 2015 09:12:53 +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 81DC2E0804 for ; Sat, 3 Oct 2015 09:12:52 +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 7A71A340923 for ; Sat, 3 Oct 2015 09:12:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CB2B186 for ; Sat, 3 Oct 2015 09:12:49 +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: <1443863562.2938932ca952e1329689c9061a5cf8fe98bb4a69.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/eventmachine/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/eventmachine/eventmachine-1.0.3-r1.ebuild dev-ruby/eventmachine/eventmachine-1.0.3-r2.ebuild X-VCS-Directories: dev-ruby/eventmachine/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 2938932ca952e1329689c9061a5cf8fe98bb4a69 X-VCS-Branch: master Date: Sat, 3 Oct 2015 09:12:49 +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: 97d2dccf-3c07-48fd-8c29-7c3fd7a70aca X-Archives-Hash: 1f6f1b19be82ea12041dcc4f52789d8b commit: 2938932ca952e1329689c9061a5cf8fe98bb4a69 Author: Hans de Graaff gentoo org> AuthorDate: Sat Oct 3 09:04:35 2015 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Oct 3 09:12:42 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2938932c dev-ruby/eventmachine: fix openssl dependency Package-Manager: portage-2.2.20.1 dev-ruby/eventmachine/eventmachine-1.0.3-r1.ebuild | 4 ++-- dev-ruby/eventmachine/eventmachine-1.0.3-r2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ruby/eventmachine/eventmachine-1.0.3-r1.ebuild b/dev-ruby/eventmachine/eventmachine-1.0.3-r1.ebuild index 0e8a5f7..ab06620 100644 --- a/dev-ruby/eventmachine/eventmachine-1.0.3-r1.ebuild +++ b/dev-ruby/eventmachine/eventmachine-1.0.3-r1.ebuild @@ -22,9 +22,9 @@ KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x IUSE="" DEPEND="${DEPEND} - dev-libs/openssl" + dev-libs/openssl:0" RDEPEND="${RDEPEND} - dev-libs/openssl" + dev-libs/openssl:0" ruby_add_bdepend "doc? ( dev-ruby/yard )" diff --git a/dev-ruby/eventmachine/eventmachine-1.0.3-r2.ebuild b/dev-ruby/eventmachine/eventmachine-1.0.3-r2.ebuild index 2bafdeb..6ae9778 100644 --- a/dev-ruby/eventmachine/eventmachine-1.0.3-r2.ebuild +++ b/dev-ruby/eventmachine/eventmachine-1.0.3-r2.ebuild @@ -21,9 +21,9 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos IUSE="" DEPEND="${DEPEND} - dev-libs/openssl" + dev-libs/openssl:0" RDEPEND="${RDEPEND} - dev-libs/openssl" + dev-libs/openssl:0" ruby_add_bdepend "doc? ( dev-ruby/yard )"