From: David Seifert Date: Thu, 13 Feb 2020 21:36:02 +0000 (+0100) Subject: dev-ruby/hiredis: [QA] inherit toolchain-funcs.eclass directly X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b55c1834c67b5d5b52050d528efc89393e18648e;p=gentoo.git dev-ruby/hiredis: [QA] inherit toolchain-funcs.eclass directly Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/dev-ruby/hiredis/hiredis-0.6.3.ebuild b/dev-ruby/hiredis/hiredis-0.6.3.ebuild index 83a3dfc0a38d..79371e1ba364 100644 --- a/dev-ruby/hiredis/hiredis-0.6.3.ebuild +++ b/dev-ruby/hiredis/hiredis-0.6.3.ebuild @@ -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"