dev-ruby/hiredis: [QA] inherit toolchain-funcs.eclass directly
authorDavid Seifert <soap@gentoo.org>
Thu, 13 Feb 2020 21:36:02 +0000 (22:36 +0100)
committerDavid Seifert <soap@gentoo.org>
Thu, 13 Feb 2020 21:36:02 +0000 (22:36 +0100)
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-ruby/hiredis/hiredis-0.6.3.ebuild

index 83a3dfc0a38d9139f339c8b2f39c11787c79def6..79371e1ba3641fa3c32a0c8a051dd6e6bba44701 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ MY_P="hiredis-rb-${PV}"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
 
-inherit ruby-fakegem
+inherit ruby-fakegem toolchain-funcs
 
 DESCRIPTION="Wrapper for hiredis (protocol serialization/deserialization and blocking I/O)"
 HOMEPAGE="https://github.com/redis/hiredis-rb"