commit: 8ef0c2609079d62248407396b124f8b1b413d78e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 08:50:16 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 08:50:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef0c260
dev-ruby/hiredis: use := on hiredis in DEPEND
:= isn't effective unless it's in DEPEND too.
pkgconfig should probably be in BDEPEND instead
of DEPEND but don't want to risk changing it
right now given I don't know if the ruby eclasses
have some special handling of BDEPEND.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/hiredis/hiredis-0.6.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/hiredis/hiredis-0.6.3-r1.ebuild
b/dev-ruby/hiredis/hiredis-0.6.3-r1.ebuild
index 96c59d55486..ec852faec26 100644
--- a/dev-ruby/hiredis/hiredis-0.6.3-r1.ebuild
+++ b/dev-ruby/hiredis/hiredis-0.6.3-r1.ebuild
@@ -25,7 +25,7 @@ KEYWORDS="~amd64"
IUSE=""
RDEPEND+=" =dev-libs/hiredis-0.14*:="
-DEPEND+=" dev-libs/hiredis test? ( dev-ruby/test-unit:2 )"
+DEPEND+=" dev-libs/hiredis:= test? ( dev-ruby/test-unit:2 )"
DEPEND+=" virtual/pkgconfig"
RUBY_S="${MY_P}"