commit: acb55768e6b1426fa9f07cae3bc2f33ad75c4799 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Nov 9 07:10:47 2018 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Nov 9 07:10:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acb55768
dev-ruby/hiredis: 0.6.1 only works with hiredis 0.13 Fixes: https://bugs.gentoo.org/669690 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-ruby/hiredis/hiredis-0.6.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/hiredis/hiredis-0.6.1.ebuild b/dev-ruby/hiredis/hiredis-0.6.1.ebuild index c41f5f6a8a2..0ff6a725e11 100644 --- a/dev-ruby/hiredis/hiredis-0.6.1.ebuild +++ b/dev-ruby/hiredis/hiredis-0.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,7 +21,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -RDEPEND+=" dev-libs/hiredis:=" +RDEPEND+=" =dev-libs/hiredis-0.13*:=" DEPEND+=" dev-libs/hiredis test? ( dev-ruby/test-unit:2 )" RUBY_S="${MY_P}"
