diff options
author | David Seifert <soap@gentoo.org> | 2020-02-13 22:36:02 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-13 22:36:02 +0100 |
commit | b55c1834c67b5d5b52050d528efc89393e18648e (patch) | |
tree | 2470e4bd8b69c9fe9e820a246ee6ac75be6df485 /dev-ruby/hiredis | |
parent | dev-ruby/ffi: [QA] inherit toolchain-funcs.eclass directly (diff) | |
download | gentoo-b55c1834c67b5d5b52050d528efc89393e18648e.tar.gz gentoo-b55c1834c67b5d5b52050d528efc89393e18648e.tar.bz2 gentoo-b55c1834c67b5d5b52050d528efc89393e18648e.zip |
dev-ruby/hiredis: [QA] inherit toolchain-funcs.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ruby/hiredis')
-rw-r--r-- | dev-ruby/hiredis/hiredis-0.6.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |