From 2938932ca952e1329689c9061a5cf8fe98bb4a69 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sat, 3 Oct 2015 11:04:35 +0200 Subject: 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(-) (limited to 'dev-ruby') diff --git a/dev-ruby/eventmachine/eventmachine-1.0.3-r1.ebuild b/dev-ruby/eventmachine/eventmachine-1.0.3-r1.ebuild index 0e8a5f71e4a2..ab06620d05d6 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 2bafdeb44f69..6ae97789d9ef 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 )" -- cgit v1.2.3-65-gdbad