diff options
author | Hans de Graaff <graaff@gentoo.org> | 2015-10-03 11:04:35 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2015-10-03 11:12:42 +0200 |
commit | 2938932ca952e1329689c9061a5cf8fe98bb4a69 (patch) | |
tree | 5c944836ecd7a71612ba9990b57af708511f6a1d | |
parent | sys-cluster/csync2: Parallel install fails (#561382 by ago) (diff) | |
download | gentoo-2938932ca952e1329689c9061a5cf8fe98bb4a69.tar.gz gentoo-2938932ca952e1329689c9061a5cf8fe98bb4a69.tar.bz2 gentoo-2938932ca952e1329689c9061a5cf8fe98bb4a69.zip |
dev-ruby/eventmachine: fix openssl dependency
Package-Manager: portage-2.2.20.1
-rw-r--r-- | dev-ruby/eventmachine/eventmachine-1.0.3-r1.ebuild | 4 | ||||
-rw-r--r-- | 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 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 )" |