commit: 2938932ca952e1329689c9061a5cf8fe98bb4a69
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 3 09:04:35 2015 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> 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 )"